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 and source venv/bin/activate.
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:
azd auth login
.azd up
.cd backend
.python3 -m venv venv
andsource venv/bin/activate
.poetry install
.azd env get-values > .env
.poetry run generate
.cd ../frontend
andnpm install
.cd ../backend
andpython main.py
.cd frontend
andnpm run dev
.Environment:
Expected behavior: The web pag can load normally.
@jongio and @marlenezw for notification.