Bug Reports
Complete
Redirecting to wrong URL (error 500, 404, etc) after waking up a sleeping tab on new browser
Description of the problem
The error happens on some application after the browser put a tab in sleep and we are triing to reconnect. This happen on new browser like edge, chrome and firefox, but most likely on all browser. Must of the time it's a random URL and sometime (signalr and django API) the URL point to something like that:
https://xxxx.thinkhead.org/signalr..234230985488993/api/request
Steps to reproduce it
- Open a browser
- Visit https://read.thinkhead.org/
- Wait for the tab to go to sleep
- Re-loging
Expected behavior
Supposed to correctly login and redirect to same page left or the domain root if the application token expired.
Behavior detected
Error 500 or 404
Environment
- OS: All
- Browser: All
Additional context
Imported from ThinkBugs (Astuto), originally posted 2024-08-23.
2 Comments
Sign in to comment
thinkhead
·almost 2 years ago
·almost 2 years agoSome part of the problem were fix in authentik 2024.06.02. Awaiting a final fix in the next minor release.
Authentik upgraded to 2024.6.4. Tested all application and no more anomaly.