Open
Description
Describe the issue:
When both the Flask development server and the web application are started, open the url http://localhost:3000/, the following error message appears:
Repro Steps:
- Run
azd auth login
. - Run
azd up
. - Run
cd backend
. - Run
python3 -m venv venv
andsource venv/bin/activate
. - Run
poetry install
. - Run
azd env get-values > .env
. - Run
poetry run generate
. - Run
cd ../frontend
andnpm install
. - Run
cd ../backend
andpython main.py
. - Open a new terminal.
- Run
cd frontend
andnpm run dev
. - Open the url http://localhost:3000/.
Environment:
- Azd version: azd version 1.9.5 (commit cd2b7af9995d358aab33c782614f801ac1997dde)
- OS: Dev Containers
Expected behavior:
The web pag can load normally.
@jongio and @marlenezw for notification.
Metadata
Metadata
Assignees
Labels
No labels