Netlify Identity: How to redirect users to specific url after signup/login?

Netlify Identity: How to redirect users to specific url after signup/login

User clicks Signup > Signs up with google > Netlify redirects to my app domain. But I want users to be redirected to a specific path. domain/signup/confirmed.

The same with verify email. After users click verify link, how do I redirect them to specific path?

Hey there, @aravs16 :wave:

Welcome to the Netlify Forums. :netliconfetti: I suggest checking out our Docs that cover identity and redirects. Additionally, this Support Guide covering redirects is full of useful information.

If you read through all of those resources and still have questions, please respond with your site name, your github repo, and a list of steps you have taken. Thank you!

not really answering much here

Depends on how you’re registering/logging the user.

If you’re using Netlify identity Widget, you need to add event listeners to redirect using JavaScript. If you’re having a custom implementation, you’d have to handle the redirect yourself (again using JavaScript).