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 application is using the JWT token from the previous connection.
On the server, the database has been cleared out for security reasons.
The client receives several of these errors
{"status":401,"error":"wrong user","original_error":"can not find user"}
In this case (cannot find user) the UI shall redirect to the login page without showing the error to the user eventually an information message saying "you are being redirected to the home page"
The access token shall be deleted from local storage and a new login process shall happen without any error
The text was updated successfully, but these errors were encountered:
The application is using the JWT token from the previous connection.
On the server, the database has been cleared out for security reasons.
The client receives several of these errors
{"status":401,"error":"wrong user","original_error":"can not find user"}
In this case (cannot find user) the UI shall redirect to the login page without showing the error to the user eventually an information message saying "you are being redirected to the home page"
The access token shall be deleted from local storage and a new login process shall happen without any error
The text was updated successfully, but these errors were encountered: