I'm having hard time trying to get signOut to work, on Expo it's just straight up doing nothing from what I can tell because if I fetch user endpoint that should return 401 to logged out users it return me a message for logged in user. On next.js I'm getting
Error: No instance of Session found. Make sure to call the Session.init method.
I've tried changing it to SessionReact.signOut() but it also won't work