mirror of
https://github.com/open-webui/open-webui.git
synced 2026-07-17 08:21:12 -05:00
[GH-ISSUE #19247] issue: Sporadic server errors when searching chats #18821
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 @richardwatts-seale on GitHub (Nov 17, 2025).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/19247
Check Existing Issues
Installation Method
Git Clone
Open WebUI Version
0.6.36
Ollama Version (if applicable)
No response
Operating System
macOS
Browser (if applicable)
No response
Confirmation
README.md.Expected Behavior
Search all the chats
Actual Behavior
The search endpoint is returning 500 errors sporadically. I think it's likely due to some of the chats in my history having null or badly formed metadata. The error is consistent for the same search terms.
Steps to Reproduce
It's difficult for me to reproduce this locally, I think the best way to do this would be to have the task model return 400s. I think this is why it is happening for me sporadically. In the past the task model has return 400s and I'm guessing those chats have malformed metadata and hence when they are searched they trigger server errors
Logs & Screenshots
Additional Information
No response
@tjbck commented on GitHub (Nov 18, 2025):
Unable to reproduce, we need a reliable reproduction steps.