whatsappx-thomas
05/16/2023, 6:47 AMexposeAccessTokenToFrontendInCookieBasedAuth: true
to verify a socket connection (as per https://supertokens.com/docs/session/common-customizations/sessions/with-websocket)
I get an error that this option is not valid. I guessed it was because I was not using the latest version of the lib supertokens-node
. Indeed I was using the 13.1.5
. Now that I updated to the 14
, it's working.
But now I get an error The running SuperTokens core version is not compatible with this NodeJS SDK
.
I am using the managed core
and I guess that the core was instantiated with a previous version.
As I have no control on the core, how can I solve this?rp
05/16/2023, 6:50 AMwhatsappx-thomas
05/16/2023, 7:02 AMrp
05/16/2023, 7:08 AM