Next.js Discord

Discord Forum

Next-auth Error

Unanswered
Arctic Tern posted this in #help-forum
Open in Discord
Arctic TernOP
Trying to create credentials auth with database sessions. I found an example on github, but I get an error and do not know how to resolve it. Getting
Cannot read properties of undefined (reading 'nextauth')
error, it tries to read
req.query.nextauth?.includes('callback') &&
  req.query.nextauth?.includes('credentials') &&
  req.method === 'POST'

Can anyone help me? Why I did not get any query on sign in?
Thanks.
P.S. Sorry for my English 🙂

4 Replies

Horned Lark
can you share your project structure
@Horned Lark can you share your project structure
Arctic TernOP
Can it be a problem because I am using app router?
Horned Lark
it is hard to say what's causing that issue