raf4723
t (in promise) TypeError: Failed to fetch at recipeImplementation.js:171:58 at Function.<anonymous> (fetch.js:562:46) at g (fetch.js:136:31) at Object.next (fetch.js:73:24) at h (fetch.js:29:36) (anonymous) @ recipeImplementation.js:171 (anonymous) @ fetch.js:562 g @ fetch.js:136 (anonymous) @ fetch.js:73 h @ fetch.js:29 await in h (async) dt @ react-dom.development.js:4164 sf @ react-dom.development.js:4213 ff @ react-dom.development.js:4277 th @ react-dom.development.js:4291 Fv @ react-dom.development.js:9041 xO @ react-dom.development.js:9073 Hy @ react-dom.development.js:9086 jv @ react-dom.development.js:9097 (anonymous) @ react-dom.development.js:9288 CP @ react-dom.development.js:26140 JS @ react-dom.development.js:3991 zy @ react-dom.development.js:9287 Lw @ react-dom.development.js:6465 Av @ react-dom.development.js:6457 pC @ react-dom.development.js:6430
tom-glyphic
Deleted User
himanshukukreja_
crro
romixch
Aithusa
java Error: Initialisation not done. Did you forget to call the SuperTokens.init function?
import { verifySession } from "supertokens-node/recipe/session/framework/express/index.js"; router.get("/testauth", verifySession(), (req, res) => { if (req.session == null) { res.send({ error: "Must be signed in", code: "401" }) return } let userId = req.session.getUserId(); });
chris_st
kamyab
chunkygoo.
SuperTokens is an open source authentication solution offering features like: Different types of login: Email / password, Passwordless (OTP or Magic link based).