Next.js Discord

Discord Forum

NextAuth Callbacks not working !!!!

Unanswered
madbouy posted this in #help-forum
Open in Discord
Hi @all,

Have someone face this issue with nextauth?

Token return null for all providers, any logs appears from my callbacks

8 Replies

adapter, no
I just follow the official documentation of next js, adding providers etc...
Have you tried checking token from the session callback?
Session callback gets called AFTER the jwt callback
Also everything other than the token will be empty on subsequent sign in attempts. Meaning user etc only gets passed the first time user logs in