Azure-Samples / Azure-Samples/llama-index-python

Fail to load web page in DevContainer

オープン
#28 コメント 1 件 リアクション 0 件 担当者 0 名 GitHub で見る
主要言語
Python
スター
62
フォーク
52
PR マージ指標
30日以内にマージされた PR はありません

説明

**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:
![image](https://github.com/user-attachments/assets/d446286e-3cc6-45e8-8e52-f48ba6df60d2)
**Repro Steps**:

1. Run `azd auth login`.
2. Run `azd up`.
3. Run `cd backend `.
4. Run `python3 -m venv venv` and `source venv/bin/activate`.
5. Run `poetry install`.
6. Run `azd env get-values > .env`.
7. Run `poetry run generate`.
8. Run `cd ../frontend` and `npm install`.
9. Run `cd ../backend` and `python main.py`.
10. Open a new terminal.
11. Run `cd frontend` and `npm run dev`.
12. 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.

コントリビューションガイド

コントリビューションガイドを開く

評価

この issue はまだ評価されていません。

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。