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
- How to Display File in Web?
I'm trying to use Appwrite's Storage to store images and display them in my app, however when I use the `getFileView`, `getFileDownload` or `getFilePreview` met...
- Project Paused Despite Daily Active Usag...
I noticed that my project was automatically **paused**, even though it is actively being used. The project is an **attendance application** that is used daily b...
- Sudden CORS Errors - Domain hasn't Chang...
I have an Appwrite project with two web apps configured, the first one has the hostname `*` and the second one I just added to test if it could fix the issue wi...