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
Currently if e.g. you login on another browser and change password or if the account gets deleted by our account limit, when you try to view any pages you get "failed to load messages".
What we should do instead is for every API request, or GET request that fails authentication, make the browser notice and logoff. Showing a message would be very ideal.
The text was updated successfully, but these errors were encountered:
This fixes the /ssr case of #18
To fix that fully we would need to also have a common API request handler
that detects that an API request failed due to authentication and logs the
user off.
Currently if e.g. you login on another browser and change password or if the account gets deleted by our account limit, when you try to view any pages you get "failed to load messages".
What we should do instead is for every API request, or GET request that fails authentication, make the browser notice and logoff. Showing a message would be very ideal.
The text was updated successfully, but these errors were encountered: