#Google Oauth screen customization
6 messages · Page 1 of 1 (latest)
If I'm not wrong, Google gets that from the domain, so to remove that you need to use your domain with appwrite.
i hosted my react app on AWS . That domain i entered in "Custom Domains" of Appwrite project . But that says Verification failed. I have checked on DNS site too, my site is detected . But on Appwrite it's not getting verified. So I have no idea how else to use my domain with appwrite ?
Are you using the exact same domain for both your app and Appwrite?
You should use instead a subdomain that is different from the one used for your app.
For example: appwrite.myappdomain.com
Also you will need to add a CNAME record for that subdomain with cloud.appwrite.io
Then you will need to change the endpoin in your code from cloud.appwrite.io to your subdomain. Same in the google console.
Could you share your DNS record?