We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
前端 ➜ Local: http://localhost:3000/ ➜ Network: http://192.168.1.9:3000/ ➜ Network: http://172.28.80.1:3000/ ➜ press h to show help 11:08:46 [vite] http proxy error at /chat-process: Error: connect ECONNREFUSED ::1:3002 at TCPConnectWrap.afterConnect [as oncomplete] (node:net:1494:16) 后端 oading checkpoint shards: 100%|█████████████████████████████████████████████████████████| 8/8 [00:15<00:00, 1.89s/it] INFO: Started server process [17736] INFO: Waiting for application startup. INFO: Application startup complete. INFO: Uvicorn running on http://0.0.0.0:3002 (Press CTRL+C to quit)
The text was updated successfully, but these errors were encountered:
Sorry, something went wrong.
我将根目录下 .env 文件中的 VITE_GLOB_API_URL 字段改为 VITE_APP_API_BASE_URL=http://127.0.0.1:3002/ 解决了问题。
No branches or pull requests
前端
➜ Local: http://localhost:3000/
➜ Network: http://192.168.1.9:3000/
➜ Network: http://172.28.80.1:3000/
➜ press h to show help
11:08:46 [vite] http proxy error at /chat-process:
Error: connect ECONNREFUSED ::1:3002
at TCPConnectWrap.afterConnect [as oncomplete] (node:net:1494:16)
后端
oading checkpoint shards: 100%|█████████████████████████████████████████████████████████| 8/8 [00:15<00:00, 1.89s/it]
INFO: Started server process [17736]
INFO: Waiting for application startup.
INFO: Application startup complete.
INFO: Uvicorn running on http://0.0.0.0:3002 (Press CTRL+C to quit)
The text was updated successfully, but these errors were encountered: