I am hosting appwrite on a digital ocean droplet. I have a domain example.com
and added this to point at my droplet.
Then added a subdomain "CNAME" admin.example.com
which is now an alias of example.com
and added admin.example.com
to the APP_DOMAIN_TARGET
variable in the appwrite .env
Then added another CNAME mydb.example.com
which is an alias of admin.example.com
I got an OK verification status but the certificate status says "Blocked by verification"
Recommended threads
- Custom emails
What happen if I use a third party email provider to customize my emails and my plan run out of emails/month? Appwrite emails are used as fallback sending emai...
- SyntaxError: Unexpected end of JSON inpu...
I am trying to create a fcm push notification service using appwrite functions with its REST API to invoke that function from my client side app and getting thi...
- Experiencing inconsistent "500 general_u...
I am developing a task management app that uses Appwrite auth. My project is hosted on Appwrite cloud and I've created basic server-side authentication followin...