Aththariq LisanOriginal post
Web Developer
I'm facing an issue where my Google OAuth login screen is displaying "Sign in to continue to appwrite.io" instead of my custom domain.
I've already added my custom domain within Appwrite's settings. However, this change hasn't reflected on the Google OAuth consent screen, and users are still seeing the Appwrite domain during the authentication flow.
How can I ensure my custom domain is shown to users during the Google OAuth login process, rather than the default Appwrite.io domain?
Summary
Developers are seeing the Appwrite.io domain instead of their custom domain on Google OAuth login screen despite setting custom domain in Appwrite settings.
Solution: The cause might be missing or incorrect configurations in the Google Cloud Console. Ensure to update the Authorized Redirect URIs and Authorized JavaScript Origins in Google Cloud Console with the custom domain URLs. This should reflect the correct domain on the Google OAuth login screen.