mirror of
https://github.com/open-webui/open-webui.git
synced 2026-07-11 18:43:44 -05:00
[GH-ISSUE #18327] issue: Pagination Bug After Archiving Chat: Requests page=2 Instead of Staying on page=1, Causing Empty History List #105558
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 @Randark-JMT on GitHub (Oct 14, 2025).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/18327
Check Existing Issues
Installation Method
Docker
Open WebUI Version
v0.6.33
Ollama Version (if applicable)
No response
Operating System
Ubuntu 22.04
Browser (if applicable)
FIrefox Developer 144.0b9
Confirmation
README.md.Expected Behavior
After archiving a chat, the interface should remain on the current page (e.g., page=1) and reload the list to reflect the updated state
Actual Behavior
After archiving, the frontend incorrectly requests page=2, causing the chat history to appear empty or incomplete if that page has no data
Steps to Reproduce
If page 2 contains no conversations, the UI may display an empty list
Logs & Screenshots
In Browser
No information in browser console
Docker container log
Additional Information
No response
@silentoplayz commented on GitHub (Oct 14, 2025):
This bug has also been reported in the Open WebUI Discord server, but I will leave this issue open until it can be closed out with a PR or the maintainer addresses the issue.
@medexpertpingyibbs commented on GitHub (Oct 22, 2025):
ps: on smartphone, like safari of ios, or chrome of android, chat history always disappeared automatically in portrait mode for new users(vertical mode is ok), must refresh the whole page to show them again
@lenz1111 commented on GitHub (Oct 23, 2025):
I was able to replicate an issue and I created fix there:
https://github.com/open-webui/open-webui/issues/18377#issuecomment-3436684323
@silentoplayz commented on GitHub (Oct 23, 2025):
@lenz1111 has opened up a fix PR; testing is wanted - https://github.com/open-webui/open-webui/pull/18539
@tjbck commented on GitHub (Oct 28, 2025):
@silentoplayz could you confirm if the issue has been resolved in the latest dev?
@silentoplayz commented on GitHub (Oct 28, 2025):
I was unable to reproduce this issue on my end.
@tjbck commented on GitHub (Oct 28, 2025):
Perhaps this is browser specifc?