https://supertokens.com/ logo
d

dhatGuy

07/04/2022, 2:40 PM
Hi, calling
Copy code
await SuperTokens.signOut();
doesn't work. It works before but I don't why it isn't anymore
r

rp

07/04/2022, 2:42 PM
Hey! What’s the error? See the browser console, the network request response
d

dhatGuy

07/04/2022, 2:42 PM
It's react native. The request doesn't seem to hit the backend
r

rp

07/04/2022, 2:43 PM
That means the session doesn’t exist when you are calling the function
What does await doesSessionExist() return?
d

dhatGuy

07/04/2022, 2:53 PM
I found the error. The network IP address changed. Works now
r

rp

07/04/2022, 2:54 PM
Cool
2 Views