
Please someone tell me how to not show "Sign in to continue to appwrite.io" The app user should not know the stack used. My web URL/app name should be showed instead of appwrite.io Please it is really urgent

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?

Also keep in mind, it can take up to 24 hours.
Recommended threads
- Unable to create push providers - FCM or...
Currently unable to create a push provider for FCM or APNS.... https://github.com/appwrite/console/issues/2045 When uploading a file... FCM = Valid file retu...
- Stuck in "deleting"
my parent element have relationship that doesnt exist and its stuck in "deleting", i cant delete it gives me error: Collection with the requested ID could not b...
- Help with 409 Error on Relationship Setu...
I ran into a 409 document_already_exists issue. with AppWrite so I tried to debug. Here's what I've set up: Collection A has 3 attributes and a two-way 1-to-m...
