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
@icyJoseph Issue is resolved.....I was an error here <li> <a href="/auth" onClick={logoutHandler}> {session?"Logout":"Login"}</a> </li>
Silly mistake was that I used anchor tag and its href and was expecting logoutHandler to be called on click. As the anchor tag was redirecting me to auth page I was thinking it's logging out but not removing session 🤣 🤣 🤣 🤣. Please remove the issue I think I just ruined your repo.
@icyJoseph I past we had an interaction on GitHub where you answered NEXT JS question of mine. I've another bug but I was not able to reach out to you somehow, can you review it at --- >https://stackoverflow.com/questions/73425138/next-js-auth-signout-session-not-removed
in your free time.
The text was updated successfully, but these errors were encountered: