Next-auth Error
Unanswered
Arctic Tern posted this in #help-forum
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
Can anyone help me? Why I did not get any query on sign in?
Thanks.
P.S. Sorry for my English 🙂
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