Describe the issue:
After deploying todo-nodejs-mongo-aca using azd up, the web app loads and items can be created, but Delete fails from the UI. The browser console shows CORS preflight errors and the DELETE request is blocked.

Repro Steps:
- Run
azd init -t todo-nodejs-mongo-aca.
- Run
azd up.
- Open the deployed Web App URL shown by
azd up.
- Create a todo item.
- Click Delete on the right-side details panel.
Environment:
- Template: todo-nodejs-mongo-aca.
- Azd version: azd version 1.24.0-daily.6161386 (commit 910ec77) (daily).
- OS: Windows and Codespace.
- Branch: Main.
Expected behavior:
The item/list should be deleted successfully and disappear from the UI.
@jongio for notification.
Describe the issue:

After deploying
todo-nodejs-mongo-acausingazd up, the web app loads and items can be created, but Delete fails from the UI. The browser console shows CORS preflight errors and the DELETE request is blocked.Repro Steps:
azd init -t todo-nodejs-mongo-aca.azd up.azd up.Environment:
Expected behavior:
The item/list should be deleted successfully and disappear from the UI.
@jongio for notification.