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
isAuthenticated stayed true and expired accessToken is still there in the localStorage. But of course it can't be used.
Somehow it makes the whole app crashes. I've got to get this error handled.
Before sending any request that require accessToken, I've got to check it first. If it's expired, then the corresponding states must be altered too (i.e. isAuthenticated: false and accessToken deleted)
The text was updated successfully, but these errors were encountered:
isAuthenticated stayed
true
and expired accessToken is still there in the localStorage. But of course it can't be used.Somehow it makes the whole app crashes. I've got to get this error handled.
Before sending any request that require accessToken, I've got to check it first. If it's expired, then the corresponding states must be altered too (i.e. isAuthenticated: false and accessToken deleted)
The text was updated successfully, but these errors were encountered: