llama-index-python
llama-index-python copied to clipboard
Fail to load web page in DevContainer
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 venvandsource venv/bin/activate. - Run
poetry install. - Run
azd env get-values > .env. - Run
poetry run generate. - Run
cd ../frontendandnpm install. - Run
cd ../backendandpython main.py. - Open a new terminal.
- Run
cd frontendandnpm 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.
@marlenezw Based on the latest code test, this issue can still be reproduced.
CC: @jongio