-
Notifications
You must be signed in to change notification settings - Fork 12k
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
Application error: a client-side exception has occurred (see the browser console for more information). #2541
Comments
🤖 Hey @yanzu888, nice to see you back here! Hope you're doing well. Based on the information you've provided, it seems like you're encountering a client-side exception when trying to start a new conversation in your self-hosted Dify version 0.5.6 application, especially in chat applications with historical conversations. Unfortunately, without specific error messages or details about the client-side exception, it's challenging to provide a specific solution. However, I can suggest some general steps to debug and potentially resolve the issue:
You can refer to the source code here: web/app/components/share/chatbot/index.tsx Also, I found some similar issues that were resolved in the past:
These issues were resolved by a pull request: fix: config not exists If the issue persists, could you please provide more details about the exception and the specific circumstances in which it occurs? This could help in identifying a more specific solution. Sources
|
Fixed in this pr #2513, we haven't release the new version. It should be fixed in v0.5.7. |
The same problem occurred with version 0.6.7 |
The same problem occurred with version 0.6.12-fix1(current version) and 0.6.9 |
Self Checks
Dify version
0.5.6
Cloud or Self Hosted
Self Hosted (Docker)
Steps to reproduce
Access your own application by sharing the address and start a new conversation. Opening a new window to access will have a very high probability of popping up this error message. It seems that this malfunction is easy to occur in chat applications with historical conversations. Amazingly, if you keep refreshing the page after opening F12, this error will not occur.
✔️ Expected Behavior
No response
❌ Actual Behavior
No response
The text was updated successfully, but these errors were encountered: