mirror of
https://github.com/open-webui/open-webui.git
synced 2026-07-17 08:21:12 -05:00
[GH-ISSUE #24711] issue: Chat not accessible/loading in interface #91123
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @HenkieTenkie62 on GitHub (May 14, 2026).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/24711
Check Existing Issues
Installation Method
Docker
Open WebUI Version
v0.9.5
Ollama Version (if applicable)
No response
Operating System
Pop_os 22.04
Browser (if applicable)
Chrome latest/ Firefox latest
Confirmation
README.md.Expected Behavior
Scrolling to the top of the page should load earlier chats.
Actual Behavior
On one conversation I have it doesn't load earlier chats.
Very briefly the loading circle is shown and chat jumps to bottom of conversation without loading earlier chats.
Most chats seem fine, but this one is maybe corrupted.
Cloning the chat results in the same behavior.
Downloading the chat as PDF show the same as the interface with the loading circle above.
Exporting the chat as JSON works just fine.
If neccesary I can provide the .json but this I would first need to clear it of company data.
Steps to Reproduce
Started chat with terminal
Tried a bunch operations, had it analyze a PPT.
Switch pages.
Log back in.
Chat interface is stuck.
Logs & Screenshots
No errors in browser console or OWUI logs.
Stuck chat:
Exported PDF of chat:

Additional Information
I can continue the conversation just fine, model requests also have the full conversation, but the interface won't show previous messages.
@owui-terminator[bot] commented on GitHub (May 14, 2026):
🔍 Related Issues Found
I found some existing issues that might be related. Please check if any of these are duplicates or contain helpful solutions:
🟣 #19225 issue: Chat history cannot be displayed and remains loading indefinitely
Very similar symptom: the chat view stays on a loading state indefinitely while the underlying chat history data exists. That issue specifically mentions a malformed message chain/currentId causing the UI not to render history.
by ShirasawaSama ·
bug,help wanted🟣 #20474 Chat infinitely loads when history.currentId points to orphaned/deleted message
Directly related to chats becoming inaccessible/loading forever due to corrupted or orphaned conversation history. Your report also suggests a single conversation may be structurally corrupted, which matches this root-cause pattern.
by MacJedi42 ·
bug🟣 #24182 issue: infinite load of big chats
Shares the same UI symptom of chats never finishing loading, especially for very large or complex conversations. It is relevant as a possible size/complexity-related loading failure, though your case sounds more like a single corrupted thread.
by ghost ·
bug🟣 #23990 issue: Scrolling up jumps around in a conversation/chat
Related to conversation scrolling/jumping behavior while loading or navigating long chats. Your issue mentions the interface jumping to the bottom instead of rendering earlier messages, so this may be adjacent UI behavior.
by FrameXX ·
bug🟢 #14806 issue: UI gets stuck in loading state when switching back to conversation with revoked model permissions
Related because it is another case where a previously working conversation gets stuck in a loading state when returning to it. The trigger differs (permission changes), but the UI failure mode is very similar.
by ShirasawaSama ·
bug,confirmed issue💡 If your issue is a duplicate, please close it and add any additional details to the existing issue instead.
This comment was generated automatically. React with 👍 if helpful, 👎 if not.