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
this can have multiple reasons. Without looking at your code I cannot identify the issue. My educated guess is that the access token is expired when the user is first loaded, then the token gets renewed and the correct user is found.
while the user logs in this states are shown
Loading_user , User_Expired, User_found
due to this my initialization login check will get failed...
and it again re-routes the user to login callback.
How to fix this issue!
this issue occurs only at first time logging in, later it will work fine
The text was updated successfully, but these errors were encountered: