whatsappxthomas
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_st
05/16/2023, 6:50 AMwhatsappxthomas
05/16/2023, 7:02 AMwhatsappxthomas
05/16/2023, 7:02 AMwhatsappxthomas
05/16/2023, 7:02 AMrp_st
05/16/2023, 7:08 AMrp_st
05/16/2023, 9:22 AM