as soon as i run this line to create the session, ...
# support-questions-legacy
t
as soon as i run this line to create the session, i get the error mentioned above:
Copy code
await Session.createNewSession(res, user.ext_id, jwtPayload, null)
this is how i've imported Session:
Copy code
const Session = require("supertokens-node/recipe/session");