mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-08 04:16:03 -05:00
[GH-ISSUE #18643] issue: deleting item in chat history removes (or hides) entire history list #34188
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 @ThingWerks on GitHub (Oct 26, 2025).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/18643
Check Existing Issues
Installation Method
Docker
Open WebUI Version
v0.6.34
Ollama Version (if applicable)
No response
Operating System
debian 13
Browser (if applicable)
firefox, brave, chromium
Confirmation
README.md.Expected Behavior
when deleting an item in the chat history, i expect the designated item to be removed and the remaining items to stay present. Thats not what happens
Actual Behavior
What happens is, after selecting and deleting an item in the chat history list, it briefly says loading, then the entire list just disappears. the only way to regain the other items is to refresh the entire page, which is a tedious process if you have a lot of chat sessions in the list as refresh is a bit slow.
also, not only does clicking the hide/collapse menu button in the top left not only fail to refresh/show the missing items; clicking it actually also results in all the chat history items disappearing. Again, only coming back after a full page refresh.
i tested it in Brave, FireFox, Chromium and all have exactly the same behavior.
Steps to Reproduce
docker run -d --network host \ -e OLLAMA_API_BASE_URL=http://172.16.255.2:11434 \ -e OLLAMA_BASE_URL=http://172.16.255.2:11434 \ -e USE_OLLAMA_DOCKER=false \ -v /opt/openwebui/backup-data:/app/backend/data \ --name openwebui \ ghcr.io/open-webui/open-webui:mainLogs & Screenshots
two chats created:
the aftermath of deleting a single chat:
the result of a page refresh, F5:
Additional Information
No response
@silentoplayz commented on GitHub (Oct 27, 2025):
Duplicate of https://github.com/open-webui/open-webui/issues/18327