NextChat icon indicating copy to clipboard operation
NextChat copied to clipboard

[Bug] [v2.12.3] yidadaa/chatgpt-next-web container start issue

Open zs-dima opened this issue 1 year ago • 2 comments

Bug Description

yidadaa/chatgpt-next-web container can not be started. v2.12.2 wors well

Steps to Reproduce

  1. docker pull yidadaa/chatgpt-next-web

  2. 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

zs-dima avatar May 14 '24 14:05 zs-dima

I met the same issue with the latest docker container. And I rolled back to v2.12.2 which could work well.

tom832 avatar May 15 '24 11:05 tom832

reproduced issue with arm64 yidadaa/chatgpt-next-web:v2.12.3 image

zs-dima avatar May 15 '24 18:05 zs-dima

新版本确实有问题render 部署之后无法访问切到v2.12.2就可以了 docker pull yidadaa/chatgpt-next-web:v2.12.2

jialeLeee avatar May 22 '24 08:05 jialeLeee

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

Issues-translate-bot avatar May 22 '24 08:05 Issues-translate-bot

@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 avatar May 22 '24 08:05 fred-bf

@fred-bf I can not see any fixed docker images on docker hub

zs-dima avatar May 22 '24 08:05 zs-dima

@fred-bf i haven't tried yet, if it's fixed plz tell me thx

jialeLeee avatar May 22 '24 09:05 jialeLeee

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版本的可以使用

rabin-HE avatar Jul 11 '24 02:07 rabin-HE

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

Issues-translate-bot avatar Jul 11 '24 02:07 Issues-translate-bot

@fred-bf any updates are welcome

zs-dima avatar Jul 11 '24 03:07 zs-dima