Hello, we found bug at the Appwrite Cloud Domains, when changing **only ** the Comment of CNAME, we get error
DNS record already exists. Some DNS types do not allow multiple records for same name.
TL;DR
Developers are encountering an issue at Appwrite Cloud Domains when attempting to change only the Comment of a CNAME record, resulting in the error message stating that the DNS record already exists. This happens because some DNS types do not allow multiple records for the same name.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"...