ChatGPTNextWeb / ChatGPT-Next-Web

A cross-platform ChatGPT/Gemini UI (Web / PWA / Linux / Win / MacOS). 一键拥有你自己的跨平台 ChatGPT/Gemini 应用。
https://app.nextchat.dev/
MIT License
72.56k stars 57.62k forks source link

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

Open zs-dima opened 1 month ago

zs-dima commented 1 month ago

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

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

tom832 commented 1 month ago

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

zs-dima commented 1 month ago

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

jialeLeee commented 1 month ago

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

Issues-translate-bot commented 1 month ago

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

fred-bf commented 1 month ago

@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

zs-dima commented 1 month ago

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

jialeLeee commented 1 month ago

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