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
- Problem with the new Email policies
when user set those thing from cloud panel and when they open that page again or reload that time it forget what we have checked and it set default to false on ...
- Deleted my account, trying to signup aga...
https://cloud.appwrite.io/console/login?error=%7B%22message%22%3A%22This+email+address+must+already+be+in+its+canonical+form.+Please+remove+aliases%2C+tags%2C+o...
- Unable to create Sites or Functions with...
Heya, I was looking at the appwrite documentation for Sites API with the server api: https://appwrite.io/docs/references/cloud/server-nodejs/sites I can’t fin...