Hi, calling ``` await SuperTokens.signOut(); ``` ...
# support-questions
d
Hi, calling
Copy code
await SuperTokens.signOut();
doesn't work. It works before but I don't why it isn't anymore
r
Hey! What’s the error? See the browser console, the network request response
d
It's react native. The request doesn't seem to hit the backend
r
That means the session doesn’t exist when you are calling the function
What does await doesSessionExist() return?
d
I found the error. The network IP address changed. Works now
r
Cool
2 Views