Set the correct redirect URL in Supabase so confirmation, reset, and magic links work in your Rocket app.
localhost
link with your live app URL.http://localhost:3000
.Open your Supabase project
Go to authentication settings
Supabase Authentication settings showing URL Configuration tab and Site URL field
Replace the site URL
http://localhost:3000
with your app’s live URL.https://your-app-name.netlify.app
https://yourdomain.com
Save changes
Test your links
localhost:3000
instead of your live app.https://
.https://
) and without a trailing slash.