Redirecting to v0 temp site

Hey, I’m working on an idea where, after the user logs in using Google OAuth, it is supposed to take me to the dashboard, but instead, it’s taking me to https://v0-[project name]-[default team].vercel.app/#

Login is successful as I didn’t see any issue there. And there are no errors/logs in v0.

Did anyone face this issue before? Could really use some help as I got stuck in a loop here!

Did you know there’s another category dedicated to v0 topics? A human should be here soon to help, but the answer may already be available even faster in one of these other posts.

Our docs are a great place to start.

We also have a walkthrough to help guide your workflow.

And these recordings can give you a look at v0 features and strategies in action shown by our Community:

https://community.vercel.com/tags/c/events/42/v0

Sounds like a mismatch in your redirect configuration.

Could you make sure that your OAuth callback handler is correctly redirecting to /dashboard and not the temporary v0 URL?

I think I figured it out. It’s a supabase URL config issue. Thanks for the reply though.

1 Like

Great to hear! Glad it works for you now.

See you around the community, @sharath39!

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.