-
Notifications
You must be signed in to change notification settings - Fork 11k
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). #11438
Comments
I found a similar unsolved discussion regarding a client-side exception in the Dify repository. You can view it here [1]. Regarding the issue you're experiencing, it seems to be related to Content Security Policy (CSP) violations and a The To address these issues, you might want to:
These steps could help resolve the client-side exceptions you're facing. To continue talking to Dosu, mention @dosu. Help Dosu learn! Give it feedback: Great Response | Irrelevant Answer | Incorrect Sources | Too Verbose | Hallucination | Other |
SAME Bug! How to Fix it? bro😀😀 |
I think it has something to do with the (optional) input field. I have an example (attached yml DSL) that reproduce the error. In this example, the error is gone, if you remove the optional input from workflow or make sure the optional input is not empty. You can try with any text as the input and leave the optional input empty. |
I tried both empty and not empty, still can not reproduce this error. |
I only experience this when I open the trace log of Extractin Parameter block. |
Fixed in #11432 |
Still, I get this error only for the Extracting Parameter block. |
Today's new release will include PR #11438 . The new version has not been released yet. |
Self Checks
Dify version
0.13.1
Cloud or Self Hosted
Cloud
Steps to reproduce
A simple workflow to call an LLM.
✔️ Expected Behavior
Run normally.
❌ Actual Behavior
Application error: a client-side exception has occurred (see the browser console for more information).
The text was updated successfully, but these errors were encountered: