I'm new to Supertokens and I've encountered a problem while checking if my sessions exist in a React...
c
I'm new to Supertokens and I've encountered a problem while checking if my sessions exist in a React Native application. I'm using the SuperTokens.doesSessionExist() function, but it always returns false, even after I've logged in successfully and received an 'OK' status response. I've also checked the response by logging it into the console and saw that the session tokens were added, but I'm not able to access them for some reason.
r
hey @christopherkalule - whats the apiDomain that you have set on the frontend and whats the api that you are querying when making the sign in request?
c
apiDomain: http://127.94.0.1.3/3001 Making the signiN: http://localhost:3001/
r
right. So change the apiDomain to http://localhost:3001 again and try
c
Damn!!!!!!! 😆 Blessing follow you
6 Views