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 🙂
#Next-auth Error
5 messages · Page 1 of 1 (latest)
🔎 This post has been indexed in our web forum and will be seen by search engines so other users can find it outside Discord
🕵️ Your user profile is private by default and won't be visible to users outside Discord, if you want to be visible in the web forum you can add the "Public Profile" role in <id:customize>
✅ You can mark a message as the answer for your post with `Right click -> Apps -> Mark Solution`
(if you don't see the option, try refreshing Discord with Ctrl + R)
can you share your project structure
Can it be a problem because I am using app router?
it is hard to say what's causing that issue