mirror of
https://github.com/pocket-id/pocket-id.git
synced 2026-02-05 00:39:38 +03:00
🐛 Bug Report: Navigating to pocket-id url shows login page even when authenticated #511
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 @nebula-it on GitHub (Oct 18, 2025).
Reproduction steps
https://auth.example.com/loginand then after few seconds redirects tohttps://auth.example.com/settings/accountExpected behavior
If user is already logged in the
https://auth.example.com/should take you straight to settings page instead of doing the redirect.Additionally, I'd say we should make
https://auth.example.com/settings/appsas the default landing page. Since most of the time a user will be launching the home page to access another app and not to change settings. And with that, it might also make sense to move the apps directly under root likehttps://auth.example.com/appsand leave settings as is.Actual Behavior
The page shows the regular authentication page
https://auth.example.com/loginand then after few seconds redirects tohttps://auth.example.com/settings/accountPocket ID Version
v1.13.1
Database
SQLite
OS and Environment
docker distroless
Log Output
No response
@stonith404 commented on GitHub (Oct 24, 2025):
Thanks, this has been fixed in f83294edfc5858dc27907cc566701bde6344ad7b.