Session Callback not firing + Prisma Adapter? #2248
Unanswered
Landoooooo
asked this question in
Help
Replies: 1 comment 8 replies
-
Don't set Also when using the credentials provider, this setting won't matter as we state in the documentation, you cannot use credentials with adapters. See: https://next-auth.js.org/providers/credentials UPDATE: hmm. none of this should mean that the session callback won't run... it will run for either JWT or DB persisted sessions as well. |
Beta Was this translation helpful? Give feedback.
8 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.
-
Question 💬
Hello, I'm trying to setup
next-auth
with the credentials provider, but I'm running into issues with receiving a session once a user signs in.Here is my [...nextauth].js file
It may be helpful to see my
package.json
dependencies file as wellHopefully, this is enough information to find the cause of my issues.
Beta Was this translation helpful? Give feedback.
All reactions