Custom sign in page doesn't route to custom verify request page when using email provider #7577
Replies: 3 comments 2 replies
-
I have the same error, unable to route to custom verification and error pages. auth.ts
After Log in error takes user to Someone please help 🙏 |
Beta Was this translation helpful? Give feedback.
-
I realised the error was incorrectly placing
it should be child of
Works now! 🌴 |
Beta Was this translation helpful? Give feedback.
-
I am encountering this same issue, albeit with |
Beta Was this translation helpful? Give feedback.
-
I'm not sure if this is a bug or I'm just doing something wrong but I can't get my custom sign in page to route to my custom verify request page when using the email provider. It just refreshes the signin page but now with a callbackURL
http://localhost:3000/auth/signin?callbackUrl=%2Fauth%2Fverify-request
I'm using
[email protected]
[email protected]
[email protected]
node v18.12.0
Does anyone have any idea of what I could be doing wrong?
This is from my signin.tsx
This is my middleware.ts
This is from auth.ts
Thanks for any help!
Beta Was this translation helpful? Give feedback.
All reactions