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
- Incorporate appwrite with spring boot
I am trying to upload files from a Spring boot app to appwrite. I've checked the SDK on maven but it seems to be for Android. Do I have to call Appwrite's REST ...
- User is not authorized to read collectio...
When i tried to make a read call to my db it always returns that my user is not authorized to perform such action am i doing something wrong?
- How to cron function with specified end ...
I have function built with hono. support like / , /data, /data/2222. I want to schedule triggger for specific event like /data. orrr event better /data/2222 . i...