https://supertokens.com/ logo
r

rankala

04/19/2022, 5:36 PM
hey, I ditched nextjs and followed the nestJS docs. now im running into this error
Error: Cannot find module 'faunadb'
. But i cant find anything related to
faunadb
in the docs
r

rp

04/19/2022, 5:44 PM
Do you intend to use supertokens with fauna?
r

rankala

04/19/2022, 5:44 PM
No postgres
r

rp

04/19/2022, 5:45 PM
Can I see your code that’s throwing this error?
r

rankala

04/19/2022, 5:53 PM
found it, wrong import 🙈 had this import with funa db
import Session from 'supertokens-node/recipe/session';
r

rp

04/19/2022, 5:54 PM
The import seems fine - it doesn’t mention fauna anywhere. Not sure what you mean
r

rankala

04/19/2022, 6:01 PM
i cant find it in my IDE history anymore. somehow i had
import Session from 'supertokens-node/recipe/session/faunadb';
as import. and thats the wrong one. Idk how
r

rp

04/19/2022, 6:01 PM
Ahhh. Alright!
r

rankala

04/19/2022, 6:01 PM
but its working now