Logout issue
Does the logout feature has issue ? I click on logout and the url has changed but I don’t see the welcome page component rendering.
But when I refresh the page, it is logged out and I can also see the Welcome page component.
3 Replies
Could you post a small video, are you on main?
I can reproduce actually, it seems that there is a regression on main
@martmull is investigating it
GitHub
Provide initialSnapshot to logout recoil state update snapshot by m...
Fixes blank screen after logout
Provide isCurrentUserLoadedState (=== true since user is logged in when logging out) to handleSignOut initial snapshot as userProvider returns blank screen with isCu...
Great ! It is resolved now. Thanks @martmull @charles