Open Menghua1 opened 1 month ago
@jongio This issue can also be reproduced in main. We tested the following four scenarios and they can all be reproduced:
todo-csharp-cosmos-sql
, todo-nodejs-mongo-swa-func
, todo-java-mongo
, todo-java-postgresql-terraform
.Devcontainer
main
branch + azd version 1.11.0-beta.1-daily.4152592 (commit e2ff8ba7dcc5b3f7e883213a2315a8b275294def). main
branch + azd version 1.11.0-beta.1-pr.4140256 (commit b6402defbf4c4210855e14c114988010e0a51ed7). staging
branch + azd version 1.11.0-beta.1-daily.4152592 (commit e2ff8ba7dcc5b3f7e883213a2315a8b275294def). staging
branch + azd version 1.11.0-beta.1-pr.4140256 (commit b6402defbf4c4210855e14c114988010e0a51ed7).@rajeshkamal5050 In the latest round of azd manual testing, this issue still exists.
todo-java-postgresql-terraform
.staging
Devcontainer
Describe the issue: After running
Run Task
->Start Web and Api
, click the web linkhttp://localhost:5173/
output in the terminal, and the page cannot be loaded, as shown below:Repro Steps:
azd auth login
.azd init -t <template> -b staging
.azd up
.start api and web
.Environment:
todo-csharp-cosmos-sql
,todo-nodejs-mongo-swa-func
,todo-java-mongo
,todo-java-postgresql-terraform
.staging
Devcontainer
Expected behavior: When
start api and web
, the web page can load successfully.@jongio for notification.