-
-
Notifications
You must be signed in to change notification settings - Fork 12.5k
最新版本无法正常打开对话框(不稳定复现,浏览器控制台报错) #7470
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
Comments
Thank you for raising an issue. We will investigate into the matter and get back to you as soon as possible. |
This issue with the Lobe Chat application (version v1.80.4) is a known problem related to Zitadel authentication. The error message "TypeError: Cannot read properties of undefined (reading 'find')" occurs intermittently and is linked to the authentication flow. This issue has been reported and discussed in the repository [1]. The problem seems to arise without any server-side changes, indicating a potential bug in the client-side code handling the authentication process. It has been noted since version v1.77, and the error occurs particularly after logging in, making it difficult to consistently reproduce [1]. If you are looking for a solution, you might want to check if there have been any updates or patches released after version v1.80.4 that address this issue. Additionally, reviewing the client-side code related to authentication might help identify and fix the bug. 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 |
The issue you're experiencing with the dialog box not opening consistently in version v1.80.4, using Zitadel authentication on Ubuntu with Chrome, is related to an intermittent "TypeError: Cannot read properties of undefined (reading 'find')" error. This error is associated with the authentication flow and can occur randomly, even without changes to the server configuration [1]. A similar unsolved discussion can be found here, which might provide additional context or insights into the issue [2]. 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 |
me too |
The error occurring here is not related to SSO functions, but is triggered when the frontend code attempts to retrieve the Solution: Verify any custom plugins you have installed and ensure that their respective gateways are correctly established and connectable. That solves my problem. If that works, I think we can confidently close this issue. |
Yes, I also noticed that my plugin store is not opening, so how can I solve this problem? I don't have any third-party plugins installed |
📦 部署环境
Docker
📦 部署模式
服务端模式(lobe-chat-database 镜像)
📌 软件版本
v1.80.4
💻 系统环境
Ubuntu
🌐 浏览器
Chrome
🐛 问题描述
最新的 v1.80.4,数据库版,使用zitadel认证,会出现同样的问题,时而能复现,时而正常,没操作服务端
📷 复现步骤
无法稳定复现,不登录时可以打开,登录后不一定能打开,触发原因未知
🚦 期望结果
正常打开对话框
📝 补充信息
#7312 (comment)
我这里似乎从v1.77问题就出现了
The text was updated successfully, but these errors were encountered: