Auth Redirect Wrong path

I just publish my project to prod and the auth is not redirecting to "/dashboard", instead is redirecting to "/", can someone help?

i already configured te "URL Configuration"

Side URL - i put the prod URL from vercel "https://myapp.vercel.app"
Redirect URLs - I added "https://myapp.vercel.app/*" and "https://myapp.vercel.app/auth/callback"

this is the sign in code, image
Captura_de_ecra_2025-09-23_as_21.41.11.png
Was this page helpful?