-
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
An error occurred after the yml file was imported. Procedure #8495
Comments
Hello, @yinmin2020! I'm here to help you with any bugs, questions, or contributions. Let me know how I can assist you! I found a similar unsolved discussion regarding a client-side exception error: Application error: a client-side exception has occurred (see the browser console for more information) [1]. The error you're encountering, "TypeError: Cannot read properties of undefined (reading 'filter')", often occurs when attempting to access a property of an undefined object. In your case, the error originates from the file Here are a few steps to help debug this issue:
By following these steps, you should be able to identify and resolve the issue causing the client-side exception. If the problem persists, consider providing more detailed logs or error messages for further assistance. |
Try the v0.8.3. |
|
It seems to be a version mismatch of the importing process, we plan to add a check later. I will close this for now. |
Self Checks
Dify version
0.7.3
Cloud or Self Hosted
Self Hosted (Docker)
Steps to reproduce
Error reported as follows:Application error: a client-side exception has occurred (see the browser console for more information)

My code snippet is:
✔️ Expected Behavior
What's the problem, please?
❌ Actual Behavior
No response
The text was updated successfully, but these errors were encountered: