-
|
I am trying to use mongoDb in my sveltekit app. I am using sveltekit node adapter When i run The app only breaks when ran with The app works fine with Circular dependencies mention Cirular dependencies : Errors in runtime when i go to a page where an action uses mongodb: |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 3 replies
-
|
Is the mongo package in your |
Beta Was this translation helpful? Give feedback.
-
|
Problem is different that i thought, i have migrated to prisma + postgresql, in a clean project, no mongodb in sight. I am thinking it comes from |
Beta Was this translation helpful? Give feedback.
-
|
Turns out the package bcrypt was causing the errors, will have to look into why |
Beta Was this translation helpful? Give feedback.
Turns out the package bcrypt was causing the errors, will have to look into why