hey, I ditched nextjs and followed the nestJS docs...
# support-questions
r
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
Do you intend to use supertokens with fauna?
r
No postgres
r
Can I see your code that’s throwing this error?
r
found it, wrong import 🙈 had this import with funa db
import Session from 'supertokens-node/recipe/session';
r
The import seems fine - it doesn’t mention fauna anywhere. Not sure what you mean
r
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
Ahhh. Alright!
r
but its working now