Next.js Discord

Discord Forum

Getting issue in session strategy.

Unanswered
Huntaway posted this in #help-forum
Open in Discord
HuntawayOP
hello there, getting issue after doing session strategy to database
  session: {
    strategy: 'database',
    maxAge: 7 * 24 * 60 * 60
  },
in callback event data like account, token get null in nextauth why ?

0 Replies