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
The redirection logic for the sign-in process is implemented in the keep-ui/middleware.ts file. If a user is authenticated and on the sign-in page, they are redirected to the incidents page or a callback URL. However, in NO_AUTH mode, there might be specific logic that handles redirection differently, especially for metrics endpoints [1][2].
To troubleshoot the issue, ensure that the AUTH_TYPE is correctly set to NOAUTH in your environment variables for both the frontend and backend. Additionally, check if the KEEP_NO_AUTH_METRICS configuration is set to True, as this can affect authentication checks for specific endpoints [3].
No description provided.
The text was updated successfully, but these errors were encountered: