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
Expected
To either be logged out, or remain logged in.
Happened
I'm in the dashboard (even after an F5 refresh), but the COT Router indicator states COT offline. It isn't actually offline, as the server is functional.
There's a status request that says 401 Unauthorized:
Theory
What I think is happening is that the session expired somewhere, but the frontend still believes the session is valid. I suggest either logging the user out once that 401 comes in, or making sure that session lifetimes match.
Workaround
Click on Administrator
Click Log out
Sign in again.
This restores the working of the dashboard.
The text was updated successfully, but these errors were encountered:
Steps to reproduce
Expected
To either be logged out, or remain logged in.
Happened
I'm in the dashboard (even after an F5 refresh), but the COT Router indicator states COT offline. It isn't actually offline, as the server is functional.
There's a status request that says 401 Unauthorized:
Theory
What I think is happening is that the session expired somewhere, but the frontend still believes the session is valid. I suggest either logging the user out once that 401 comes in, or making sure that session lifetimes match.
Workaround
This restores the working of the dashboard.
The text was updated successfully, but these errors were encountered: