Next.js Discord

Discord Forum

Add page SignIn Next auth in dynamic folder

Unanswered
Orinoco Crocodile posted this in #help-forum
Open in Discord
Orinoco CrocodileOP
...nextuth/route.ts
      pages: {
        signIn: '/auth/login',
    },

I added dynamic folder [locale] because it requires in
next-intl
library. ( photo )

But now when Next Auth trying to do request to
https://localhost:3000/auth/login it throws 404 Not Found

How to fix it?

0 Replies