https://supertokens.com/ logo
Title
a

aaronkopplin

10/06/2022, 2:04 AM
it also happened about the time that I tried starting to remote debug for the first time on the site. Could it be something with my run configuration?
p

porcellus

10/06/2022, 9:18 AM
Hi, what version of the SDK are you using? We've had an issue that could cause this (I'm not sure) but it should be fixed in the latest.
a

aaronkopplin

10/06/2022, 9:30 PM
"supertokens-auth-react": "^0.26.0", "supertokens-node": "^12.0.0",
p

porcellus

10/07/2022, 8:07 AM
I meant the version number of the installed dependency, not just the definition in
package.json
. Anyway, you could try to update them, the fixes I'm thinking of are in 12.0.2&3.
On the other hand - I'm not sure how your run config could mess with how the SDK is working. My best guess is that it starts a separate browser (or a separate browser context) that has a few cookies stuck.
a

aaronkopplin

10/07/2022, 11:16 PM
okay ill try clearing the cookies
okay I think that updating to the latest versions resolved it!