NextChat
NextChat copied to clipboard
[Bug] [v2.12.3] yidadaa/chatgpt-next-web container start issue
Bug Description
yidadaa/chatgpt-next-web container can not be started. v2.12.2 wors well
Steps to Reproduce
-
docker pull yidadaa/chatgpt-next-web
-
docker run -d -p 3000:3000
-e OPENAI_API_KEY=sk-xxxx
-e CODE=your-password
yidadaa/chatgpt-next-web:v2.12.3
Expected Behavior
yidadaa/chatgpt-next-web start well as before
Screenshots
No response
Deployment Method
- [X] Docker
- [ ] Vercel
- [ ] Server
Desktop OS
No response
Desktop Browser
No response
Desktop Browser Version
No response
Smartphone Device
No response
Smartphone OS
No response
Smartphone Browser
No response
Smartphone Browser Version
No response
Additional Logs
▲ Next.js 14.1.1
- Local: http://chatgpt:3000
- Network: http://10.10.36.6:3000 ✓ Ready in 96ms
I met the same issue with the latest docker container. And I rolled back to v2.12.2 which could work well.
reproduced issue with arm64 yidadaa/chatgpt-next-web:v2.12.3 image
新版本确实有问题render 部署之后无法访问切到v2.12.2就可以了 docker pull yidadaa/chatgpt-next-web:v2.12.2
Bot detected the issue body's language is not English, translate it automatically.
There is indeed a problem with the new version. After deployment, it cannot be accessed. Just switch to v2.12.2. docker pull yidadaa/chatgpt-next-web:v2.12.2
@jialeLeee @zs-dima would you try rebuild docker image from the latest docker image to see whether the issue still exists? should be resolved in https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web/pull/4689
@fred-bf I can not see any fixed docker images on docker hub
@fred-bf i haven't tried yet, if it's fixed plz tell me thx
docker run -d -p 3000:3000 \
-e OPENAI_API_KEY=sk- \
-e CODE=123456 \
--net=host \
-e HOSTNAME=0.0.0.0 \
-e PROXY_URL=http://127.0.0.1:7890 \
yidadaa/chatgpt-next-web:v2.12.4
运行后无法通过其他设备访问192.168.3.xxx:3000的服务, 本机可以用127.0.0.1:3000访问
yidadaa/chatgpt-next-web:v2.12.2版本的可以使用
Bot detected the issue body's language is not English, translate it automatically.
docker run -d -p 3000:3000 \
-e OPENAI_API_KEY=sk- \
-e CODE=123456 \
--net=host \
-e HOSTNAME=0.0.0.0 \
-e PROXY_URL=http://127.0.0.1:7890 \
yidadaa/chatgpt-next-web:v2.12.4
After running, the service of 192.168.3.xxx:3000 cannot be accessed through other devices. This machine can be accessed using 127.0.0.1:3000
yidadaa/chatgpt-next-web:v2.12.2 version can be used
@fred-bf any updates are welcome