-
Notifications
You must be signed in to change notification settings - Fork 60.2k
New issue
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
[Bug] docker部署,访问后显示 **Internal Server Error** #1556
Comments
可能和这个提交有关:#1545 可以尝试 revert 这里的修改,如果确认是这里的问题,我就撤销这个提交。 |
|
搜了一下这个错误,看起来是你梯子寄了,你确认一下 |
等我晚上再确认这个问题吧,先用老版本 |
好的,非常感谢。 |
可以按照 #1569 改动一下。 |
那个作者说的几种方案在提这个issue之前我都试过了的,应该是我自己这边的问题,我再看看。非常感谢。 |
如果使用--network host参数: |
|
不好意思,我不知道怎么解决这个问题,我不懂typescript这一块的内容,然后最近比较忙,也没有研究了。我是直接降版本使用的,单修改Dockerfile没有用的,你使用git reset恢复到V2.3版本应该就可以了。 |
好的,谢谢,那我再研究下,不行就使用回退,谢谢 |
issuecomment-229821150 |
非常感谢,问题已解决。 |
是用你的方法解决了这个问题,可见作者考虑也不周到 |
You solved this problem with your method, which shows that the author is not thoughtful |
是用你的方法解决了这个问题,可见作者考虑也不周到 |
You solved this problem with your method, which shows that the author is not thoughtful |
同样问题 感谢 已经解决 |
Same problem, thank you, it has been solved |
反馈须知
请在下方中括号内输入 x 来表示你已经知晓相关内容。
描述问题
使用 docker 部署成功后访问主页直接显示 Internal Server Error,代码是 main 分支最新的 commit。(之前的版本都没问题)
如何复现
docker build -t chatgpt-next-web .
docker run --rm --net host -d -e OPENAI_API_KEY=xxx -e CODE=xxx -e PROXY_URL=http://127.0.0.1:7890 chatgpt-next-web
截图
一些必要的信息
The text was updated successfully, but these errors were encountered: