Hk-Gosuto / ChatGPT-Next-Web-LangChain

一键拥有你自己的 ChatGPT 网页服务。 One-Click to deploy your own ChatGPT web UI.(基于 langchain 实现的插件版本 Plugin version implemented based on langchain)

Home Page:https://n3xt.chat

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

v2.11.3 docker 启动添加PROXY_URL会导致页面无法显示[Bug]

cookieY opened this issue · comments

Bug Description

v2.11.3 docker 启动添加PROXY_URL会导致页面无法显示,不添加则正常启动

使用v2.11.2版本的镜像添加PROXY_URL可正常启动

Steps to Reproduce

docker run -d -p 3000:3000
-e PROXY_URL="http://10.10.0.2:7893" gosuto/chatgpt-next-web-langchain:v2.11.2 可以正常启动

docker run -d -p 3000:3000
-e PROXY_URL="http://10.10.0.2:7893" gosuto/chatgpt-next-web-langchain:v2.11.3 页面无法显示

查看日志无任何报错信息

Expected Behavior

得到修复

Screenshots

No response

Deployment Method

  • 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

No response

Bot detected the issue body's language is not English, translate it automatically.


Title: v2.11.3 Docker startup and adding PROXY_URL will cause the page to not be displayed [Bug]

删掉重新拉一下最新的试试:

docker rmi gosuto/chatgpt-next-web-langchain:v2.11.3

Bot detected the issue body's language is not English, translate it automatically.


Delete it and try pulling the latest one again:

docker rmi gosuto/chatgpt-next-web-langchain:v2.11.3

已解决,感谢

Bot detected the issue body's language is not English, translate it automatically.


Resolved, thanks