Next.js Discord

Discord Forum

Redirect to Onboarding Flow from middleware

Unanswered
Alligator mississippiensis posted this in #help-forum
Open in Discord
Avatar
Alligator mississippiensisOP
I’m trying to figure out how to redirect to an onboarding flow from the next.js middleware.
I’m using next auth with AWS Cognito, and Django ninja.

Not sure if I need to do it from the middleware.ts file or the auth.ts file.

The goal is when a user logins in I need to check if they have gone through any onboarding events, if they haven’t then update the searchParams to showOnboarding=true to then show the onboarding modal.

Struggling with in the middleware approach to update the searchParams based on the condition

0 Replies