Azure-Samples / Azure-Samples/llama-index-python
Fail to load web page in DevContainer
- 主要语言
- 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:

**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.
贡献指南
调研方向
使用列出的 azd、backend 和 frontend 命令重现问题,然后检查浏览器错误以及 backend/main.py 和 npm run dev 的输出。当应用在 Dev Container 中能够正常加载 http://localhost:3000/ 时,即表示完成。
由索引模型根据 Issue 内容生成。
评估
- 技术栈
- azure, flask, python
- 领域
- devops, full-stack
- Issue 类型
- 缺陷
- 难度
- 3/5
- 预计耗时
- 1-2 天
- 活跃度
- 停滞
- 描述清晰度
- 基本清楚
- 新手友好度
- 35/100