rip21
10/12/2023, 10:37 PMpreAuthSessionId and deviceId doesn't match
despite the URL being consumed properly. I'm using Fastify integration and I have all SDKs and other stuff related to supertokens fresh.
SuperTokens core threw an error for a POST request to path: '/public/recipe/signinup/code/consume' with status code: 400 and message: preAuthSessionId and deviceId doesn't match
I don't see any reason why this would happen. I updated everything as per changelogs (literally one small spot that is not being used in login flow at all), google login still works, but not passwordless. Any ideas?
The core version I'm using is registry.supertokens.io/supertokens/supertokens-postgresql:7.0
And to be clear, all my UI is literally only supertokens init and one function call consumeCode()
after it, to make sure no router or other code affects consume logic.