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?
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Originally created by @lowlyocean on GitHub (Feb 2, 2025).
I just pulled latest dev, and my existing shortcut to
<base_url>/?temporary-chat=trueis infinitely refreshing the page, never allowing it to finish loading. The logs just keep showing this on each refresh:If I remove the
/?temporary-chat=truefrom 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?
@tjbck commented on GitHub (Feb 2, 2025):
Browser cache issue.