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.
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.