Log in with Google
Hi everyone!
I’m having an issue with the Google login on my page. When users try to sign in, the Google consent screen shows my project ID instead of my Vercel domain.
I’ve already configured everything in the Google Cloud consent screen, verified my site, and updated all the url configurations in Supabase but it still doesn’t display the correct domain.
I’m not sure if this problem is coming from Google Cloud or Supabase.
I would really appreciate any help or guidance on how to fix this.
1 Reply
Checkout this discussion around this topic: https://github.com/orgs/supabase/discussions/5041
GitHub
Continue to custom.domain instead of XXXX.supabase.co when using Go...
When users log in with Google, they see the modal "Continue to "asdasdasdad.supabase.co", which looks not trustworthy for users. How can I change this? I found two related issues, ta...