mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-06 19:08:59 -05:00
[GH-ISSUE #19127] issue: /api/v1/chats/ keeps getting called #34310
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 @HelifeWasTaken on GitHub (Nov 11, 2025).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/19127
Check Existing Issues
Installation Method
Docker
Open WebUI Version
0.6.36
Ollama Version (if applicable)
0.12.4
Operating System
ArchLinux
Browser (if applicable)
Firefox 144.0.2
Confirmation
README.md.Expected Behavior
A single or two calls to
/api/v1/chats/should be done onlyActual Behavior
My openwebui instance keeps searching for new chats in the chat list
On the UI I simply see the the chat list refreshing loading and the API is keeping being called
This is not destructive for now but annoying, using resources (even if it's few) and it floods the logs
Steps to Reproduce
I acknowledge that if i try to access the same UI without my proxy pass the error does not seem to happen
So it seems it is more on my end and would more likely an hint on what I could have missed which requests or part of the UI script is supposed to tell it to stop to try to get information
For information no requests seems to have failed and the socket is also working (Tried a message on the chat)
Even though everything is proxied through my fastapi instance
No specific steps to reproduce just seeking help / hints on what is used to trigger chat refresh and listing
Logs & Screenshots
The logs come from my own reverse proxy made using fastapi
This one comes from openwebui
Additional Information
No response