Replies: 1 comment
-
|
Hi @fulfly! I'm Dosu and I’m helping the dify team. This issue is caused by the Service Worker precache manifest referencing static assets with an incorrect If you are still blocked while waiting for the fix to go live, you can try manually unregistering the Service Worker and clearing browser storage: open DevTools → Application tab → Service Workers → click "Unregister", then clear site data and reload the page. This may temporarily restore access if the issue is cached locally, but the root cause requires the deployment of the upstream fix. To reply, just mention @dosu. How did I do? Good | Irrelevant | Incorrect | Verbose | Hallucination | Report 🐛 | Other |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Self Checks
1. Is this request related to a challenge you're experiencing? Tell me about your story.
🐛 Summary
After uploading ~300 Markdown (.md) files to our dataset via the Dify Knowledge API, the Dify Cloud UI (https://cloud.dify.ai) stopped loading and shows:
"Application error: a client-side exception has occurred while loading cloud.dify.ai (see the browser console for more information)."
📍 Timeline
🖥️ Actual Behavior
UI shows generic client-side exception:
Application error: a client-side exception has occurred while loading cloud.dify.ai
Browser DevTools shows many 404 errors:
Uncaught (in promise) bad-precaching-response ...
{"url": "https://cloud.dify.ai/serwist/education/bg.png", "status": 404}
{"url": "https://cloud.dify.ai/serwist/logo/logo-monochrome-white.svg", "status": 404}
...
Because of the 404 failures, the Service Worker never completes precaching and the UI fails to render.
📍 Steps to Reproduce
🔍 Expected Behavior
Static assets should be fetched from correct paths (no
/serwist/prefix) and precaching should succeed without 404 errors, so UI loads normally.📓 Logs & Console Output
Application error: a client-side exception has occurred...
Uncaught (in promise) bad-precaching-response: ...
[404] /serwist/.../*.png/.svg
💡 Related GitHub Issue
There is a closed issue describing the Service Worker precache manifest problem:
#31677 :contentReference[oaicite:6]{index=6}
📎 Attachments
2. Additional context or comments
Beta Was this translation helpful? Give feedback.
All reactions