Replies: 1 comment 2 replies
-
|
Hi @fsa317 how have you got around dependency issue? |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am trying to use NextAuth 4 with MongoDB 6. My adapter is defined with "@next-auth/mongodb-adapter": "^1.1.3",
I can get around the dependency issues but if I upgrade mongodb from 5.8 to ^6, magic links (email provider) stops working.
Is NextAuth 4 (using email provider) not compatible with MongoDB 6 (driver)?
Beta Was this translation helpful? Give feedback.
All reactions