Open gukecai opened 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:
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:
.env
file are correctly set.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
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.
✔️ Expected Behavior
No response
❌ Actual Behavior
No response