Hey so i'm trying to piece together nextjs + fauna...
# general
u
Hey so i'm trying to piece together nextjs + faunadb. i followed the nextjs example and got that working, then removed the EmailPassword.init() since i'm only intending on only using the session management. Im stuck on creating the new session. i see i need to call await Session.createNewSession(res, userId). I'm not sure where to call that. ive tried in the default export and getting a SessionError "message: 'Error while setting header with key: front-token and value:..."