You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
When local dev auto-login is enabled and the auth server (Keycloak) is not running, the UI gets stuck on "Redirecting to login..." indefinitely with no error message or recovery option.
To Reproduce
Enable local dev auto-login (localtest.me setup)
Stop / don't start the Keycloak server
Navigate to the app
Expected behavior
User sees an error message indicating the auth server is unreachable, with an option to retry.
Actual behavior
UI is stuck on "Redirecting to login..." — the failed signIn() call is silently swallowed (void signIn() in AutoSignIn) and no feedback is shown.
Describe the bug
When local dev auto-login is enabled and the auth server (Keycloak) is not running, the UI gets stuck on "Redirecting to login..." indefinitely with no error message or recovery option.
To Reproduce
localtest.mesetup)Expected behavior
User sees an error message indicating the auth server is unreachable, with an option to retry.
Actual behavior
UI is stuck on "Redirecting to login..." — the failed
signIn()call is silently swallowed (void signIn()inAutoSignIn) and no feedback is shown.