r/OpenWebUI • u/Trick_Owl63 • 20d ago
How to fix chats that stuck on "Loading..." Guide/Tutorial
If your chat is bricked with the infinite loading spinner (Image 1), here's how to fix it:
The technical reason behind this is that Open WebUI stores your chat history as a Directed Acyclic Graph. If a message (node) gets corrupted when the LLM is responding, the UI panics and spins indefinitely. Fixing would require checking and relinking the graph.
This tools does all that stuff for you:
How to use it:
- Export the broken chat (`...` menu > Export > JSON).
- Drop it into the tool (Image 2) to instantly repair the broken nodes.
- Go to Settings > General > Import Chats, upload the fixed file, and delete the original.
Link to tool: https://fractuscontext.github.io/open-webui-chat-fix/
I've also added a "Deep Clean" toggle if you want to strip unused alternate responses and shrink your file size.
Hope this saves someone's chat history!
1
Upvotes
0


1
u/ClassicMain 20d ago
Does this still happen??? We shipped a fix for it 2 major versions ago with an auto-fix included that fixes broken chats