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:
This also happens for me. It looks like the login/authentication expires but the user does not get redirected back to the login prompt. The CoT router will show as offline, and many operations (e.g. editing users, viewing the map) will show no entries. For example, editing users will show no users listed or operations will fail, and the map will not show any markers. Manually logging out and logging back in and everything works again.
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: