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
Right now, when accessing the server, you're instantly redirected to the auth provider's login page. If the login fails, you're immediately redirected back to that page.
Most of the time this isn't an issue, but if the user is legitimately logged in and there's a problem with the auth flow on our side, this manifests as a "too many redirects" error.
It'd be better to log the error in the /auth/callback endpoint, and present a proper /login endpoint or some such.
Right now, when accessing the server, you're instantly redirected to the auth provider's login page. If the login fails, you're immediately redirected back to that page.
Most of the time this isn't an issue, but if the user is legitimately logged in and there's a problem with the auth flow on our side, this manifests as a "too many redirects" error.
It'd be better to log the error in the
/auth/callback
endpoint, and present a proper/login
endpoint or some such.cc: @akashvbabu
The text was updated successfully, but these errors were encountered: