mirror of
https://github.com/open-webui/open-webui.git
synced 2026-07-23 03:23:08 -05:00
[GH-ISSUE #14901] issue: Using URL parameters creates multiple chats and enters in a loop #32928
Reference in New Issue
Block a user
Originally created by @karamanliev on GitHub (Jun 11, 2025).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/14901
Check Existing Issues
Installation Method
Other (in a debian LXC container via proxmox helper script)
Open WebUI Version
v0.6.14
Ollama Version (if applicable)
0.9.0
Operating System
Arch Linux
Browser (if applicable)
Zen Browser
Confirmation
README.md.Expected Behavior
Opening
ai.mydomain.com/?q=helloshould register 1 chats and just send a prompt to the default model and receive answer.Actual Behavior
Opening
ai.mydomain.com/?q=helloopens two chats, when you try to delete 1 of them, OpenWebUI enters in some kind of a loop, where it doesn't stop creating new chat windows, until you refresh the page.Steps to Reproduce
?q=stringstringprompt from the query param.Logs & Screenshots
Problem is very odd and specific, I've recorded a video to demonstrate it:
https://github.com/user-attachments/assets/2daf8e8a-0ae2-4a80-a0b7-51c0842994c2
There's nothing relevant in the logs:
Additional Information
temporary-chat=truequery param, but that is not ideal.@karamanliev commented on GitHub (Jun 11, 2025):
Just installed a backup from
v6.0.13and the problem doesn't appear there, which indicates the regression happened inv6.0.14@tjbck commented on GitHub (Jun 11, 2025):
Should be fixed with
6076afd5f5, testing wanted here!@karamanliev commented on GitHub (Jun 11, 2025):
Nice! Looks good to me @tjbck.
@silentoplayz commented on GitHub (Jun 11, 2025):
I can confirm the issue is solved on my end as well!
@nwhobart commented on GitHub (Jun 11, 2025):
I wonder if this explains why we're getting an endless SSO login loop
@Classic298 commented on GitHub (Jun 11, 2025):
@silentoplayz this would explain the behaviour with double upload of RAG with the web_url you reported in my PR
@deanbirnie commented on GitHub (Aug 22, 2025):
I'm on V0.6.23 and this issue seems to be back. Also on Zen browser. I just updated to V0.6.25 hoping it would be solved and tested with one of the suggested prompts. It got stuck in a loop creating multiple "New Chats" and notifying me of a response multiple times. I refreshed the page and saw this:
Then trying to delete a chat I get:
'''
Object { detail: "We could not find what you're looking for :/" }
detail: "We could not find what you're looking for :/"
: Object { … }
index.ts:924:12
'''