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
- Framework categorization for Sites
Hello, I want to deploy my web app via Appwrite SItes. My web app is vite+reactjs. In the Appwrite docs, it creates a vite+react app, and chooses React from the...
- Not allowed permission to upsert a prese...
```js const presenceID = ID.unique(); setPID(presenceID); const presence = await presences.upsert({ presenceId: presenceID, status: "online"...
- Finding job
Hi. I am a full-stack developer with experience in developing scalable and user-friendly web applications. I handle both front-end and back-end development, im...