langgenius / dify

Dify is an open-source LLM app development platform. Dify's intuitive interface combines AI workflow, RAG pipeline, agent capabilities, model management, observability features and more, letting you quickly go from prototype to production.
https://dify.ai
Other
98.35k stars 14.77k forks source link

Application error: a client-side exception has occurred while loading xxx #18931

Open gukecai opened 3 weeks ago

gukecai commented 3 weeks ago

Self Checks

Dify version

1.3.0

Cloud or Self Hosted

Self Hosted (Docker)

Steps to reproduce

I need installed dify without internet. The step is: 1) I install docker in my computer (mac ), run "docker-compuse ..." to install dify,and dify is ok, 2) then run " docker sava -o dify.tar ...." to save the image, copy the dify.tar to a self hosted which without internet(centos7 x86) 3) run " docker load -i dify.tar" , then run "docker-compuse ..." to build then container. 4) 9 container is runing , when i open the web and create app , oops,the website show wrong.

1.2.0 have the problem, and i try 1.3.0 under suggestions, but still have the same problem.

Image

Image

✔️ Expected Behavior

No response

❌ Actual Behavior

No response

dosubot[bot] commented 3 weeks ago

Hello @gukecai! 👋 I'm Dosu, your friendly bot here to help you solve bugs, answer questions, and support you on your journey to becoming a contributor. I'm here while you wait for a human maintainer. Let's tackle this together! 🚀

I found similar threads discussing client-side exceptions in Dify:

  1. Application error: a client-side exception has occurred(see the browser console for more information) [1].
  2. When entering the editing agent or app page, an error occurs: "Application error: a client-side exception has occurred (see the browser console for more information)" [2].

These threads are open and do not have a confirmed solution yet.

For your issue with Dify version 1.3.0 in a self-hosted Docker environment, ensure that you have the correct dependencies installed. Dify 1.3.0 requires Docker, Docker Compose, Node.js v18.x (LTS), npm version 8.x.x or Yarn, and Python version 3.11.x [3].

Additionally, if you are encountering a "ChunkLoadError," common troubleshooting steps include:

If the issue persists, consider checking the browser console for specific JavaScript errors and addressing them based on the error messages.

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