Next.js Discord

Discord Forum

Nextauth latest version

Unanswered
starload7744 posted this in #help-forum
Open in Discord
In the signin callback , I'm checking whether the email already exists in the backend . If it does I want it to continue with the authenticatuon flow but if not I want it to redirect it to '/onboarding' page. In nextauth, in pages : {newUser : '/onboarding'} we can do this , but it is not redirecting to the specified page.

0 Replies