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
- proccessing problems
A database schema operation is stuck in my Frankfurt project. In the matryq database, the workspaceId attribute of the coaching_activity_entries collection rema...
- User columns stuck on processing
Hi — on Appwrite Cloud (Free), Project ID 69d7dd8200098ed8560c, database mylestone-db. Attributes/columns are stuck in "processing" indefinitely across two coll...
- User column is processing
I am still encountering the processing tag after creating a column in my database. and its not a network or refresh issue, i have refreshed over and over, shutd...