Hi, I'm having an issue with React where login status is successful but the Session.doesSessionExist returns false. I'm ussing cookie headers.
In one of my other apps with different supertokens core backend, it works. On my new one, it doesn't work.
I notice a difference that one of them have an IdToken (works) and my second app that doesn't have IdToken in signin response - doesn't work. Is this a bug??