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
rp_st
03/23/2023, 8:19 AM
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?
SuperTokens is an open source authentication solution offering features like: Different types of login: Email / password, Passwordless (OTP or Magic link based).