How to update OAuth Callback URL for Google Sign-In when it’s grayed out in Supabase?

Hi Supabase community, I’m currently using Supabase Auth with Google OAuth for my project. My current OAuth callback URL is set to EXAMPLE: https://auth.mysite.com/auth/v1/callback, but I need to change it to https://auth.myNewsite.com/auth/v1/callback because I’m switching my domain. The problem is that in the Supabase dashboard, the callback URL field is grayed out and not editable. I’ve attached a screenshot to show what I mean. Is there a way to update this callback URL myself, or do I need to contact Supabase support to handle this? If it requires support intervention, what’s the usual process and timeframe? Thanks in advance!
1 Reply
silentworks
silentworks4w ago
The callback URL is based on your custom domain you've setup. So if your custom domain is auth.mysite.com then you will need to update that to auth.mynewsite.com.

Did you find this page helpful?