So the error is complaining about SuperTokens.init...
# support-questions
n
So the error is complaining about SuperTokens.init not being called, if you followed the steps on this page https://supertokens.io/docs/thirdpartyemailpassword/nextjs/init#6-call-the-frontend-init-functions the init function only gets called on the frontend (window is not undefined). Maybe you tried using the session context without making the same check?