-
-
Notifications
You must be signed in to change notification settings - Fork 12.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] 启动时卡在用户状态初始化 #6569
Comments
Thank you for raising an issue. We will investigate into the matter and get back to you as soon as possible. |
Hello @Yastruhank! I'm here to help you with your bug report. I can assist you with solving bugs, answering questions, and becoming a contributor. I found a similar unsolved discussion regarding a bug when using Docker for advanced deployment, where a login prompt appears unexpectedly [1]. For your issue, the error message indicates a 404 error for a static chunk file, which might be related to how static files are served or updated in your deployment. Although I couldn't find specific information on handling static file requests in lobe-chat, here are a few things you might consider checking:
If these steps don't resolve the issue, you might want to explore the server logs for more detailed error messages or consider rolling back to a previous version to identify the specific update causing the problem. To continue talking to Dosu, mention @dosu. Help Dosu learn! Give it feedback: Great Response | Irrelevant Answer | Incorrect Sources | Too Verbose | Hallucination | Bug Report | Other |
@Yastruhank 尝试清理下服务端的网关缓存 |
@Yastruhank Try to clean the gateway cache on the server |
我使用 |
I restarted the server's network service using |
不是,你用的网关,比如 Nginx 等清理它的缓存 |
No, the gateway you use, such as Nginx, to clean its cache |
问题解决了,宝塔面板的Nginx反向代理设置中的关闭缓存是没有用的,必须注释nginx全局配置中的一行才能生效。 |
This issue is closed, If you have any questions, you can comment and reply. |
The problem was solved. Turning off cache in the Nginx reverse proxy settings of the Baota panel is useless. One line in the nginx global configuration must be commented to take effect. |
LobeChat不知道哪个版本开始出现卡在“应用启动中...”状态,无法进入主页,按此方法已解决,有用👍 |
LobeChat doesn't know which version starts to appear stuck in the "Application Starting..." state and cannot enter the home page. This method has been solved, useful 👍 |
📦 Platform
Self hosting Docker
📦 Deploymenet mode
server db(lobe-chat-database image)
📌 Version
1.66.1
💻 Operating System
Ubuntu
🌐 Browser
Chrome
🐛 Bug Description
使用Docker部署的database版本,使用next-auth进行身份认证,在登陆后再次打开页面会一直卡在
用户状态初始化...
之前一直正常,在某次更新后出现的,一直有打开自动更新,这一周以来的更新都没有解决这个问题
在卡在
用户状态初始化...
时,浏览器控制台会出现以下报错:服务器的环境变量配置信息如下(敏感信息用*代替)
📷 Recurrence Steps
未登录和首次登陆都不会出现,在登陆后再次访问网址稳定复现
🚦 Expected Behavior
No response
📝 Additional Information
No response
The text was updated successfully, but these errors were encountered: