79260624

Date: 2024-12-07 12:50:13
Score: 1
Natty:
Report link

The issue arises because Next.js expects catch-all segments to be placed in their own folder and to be the last part of the URL. To resolve this, try restructuring your folder like this:

app/api/auth/[...nextauth]/route.js

this should fix the issue.

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Rahul