I keep getting the following errors
Found conflicting CAA record(s). Expected certainly.com
[12:59:41] SSL certificate issuance failed.
Whenever I try to add a domain to my Appwrite Site. Site is purchased from Name.com and managed by Cloudflare.
we solved this in DMs, turns out it was a double quote issue
for any future reads, it should be certainly, not "certainly" in cloudflare/any registrar input box
[Solved] SSL Certificate Issuance keeps failing for custom domain
Recommended threads
- [Regression] Appwrite 25.1.0 returns Inv...
I've already opened an issue on GitHub, but somewhat it doesn't seem like GitHub is monitored very closely, so I'm leaving a bug report here on Discord as well....
- Helping in unblock my account
I deleted my Appwrite Cloud account that was linked via GitHub. Now I activated my GitHub Student Pack and want to sign up again using the same GitHub account, ...
- Not allowed permission to upsert a prese...
```js const presenceID = ID.unique(); setPID(presenceID); const presence = await presences.upsert({ presenceId: presenceID, status: "online"...