Page refreshes infinitely when using latest dev branch #3542

Closed
opened 2025-11-11 15:33:38 -06:00 by GiteaMirror · 1 comment
Owner

Originally created by @lowlyocean on GitHub (Feb 2, 2025).

I just pulled latest dev, and my existing shortcut to <base_url>/?temporary-chat=true is infinitely refreshing the page, never allowing it to finish loading. The logs just keep showing this on each refresh:

"GET /_app/version.json HTTP/1.0" 200 OK
"GET /_app/version.json HTTP/1.0" 200 OK
"GET /_app/version.json HTTP/1.0" 200 OK
"GET /_app/version.json HTTP/1.0" 200 OK

If I remove the /?temporary-chat=true from the URL, it loads successfully with no refreshes.

By the way - is there a plan to allow temporary chat to be the default behavior so that I don't need to include it in my bookmark explicitly?

Originally created by @lowlyocean on GitHub (Feb 2, 2025). I just pulled latest dev, and my existing shortcut to `<base_url>/?temporary-chat=true` is infinitely refreshing the page, never allowing it to finish loading. The logs just keep showing this on each refresh: ``` "GET /_app/version.json HTTP/1.0" 200 OK "GET /_app/version.json HTTP/1.0" 200 OK "GET /_app/version.json HTTP/1.0" 200 OK "GET /_app/version.json HTTP/1.0" 200 OK ``` If I remove the `/?temporary-chat=true` from the URL, it loads successfully with no refreshes. By the way - is there a plan to allow temporary chat to be the default behavior so that I don't need to include it in my bookmark explicitly?
Author
Owner

@tjbck commented on GitHub (Feb 2, 2025):

Browser cache issue.

@tjbck commented on GitHub (Feb 2, 2025): Browser cache issue.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/open-webui#3542