
does appwrite escape semicolon character ";" in the TXT or any record ? We are setting DMARC and DKIM records for Google and it looks like that the value is cut off after the first semicolon, should we create PR ?
We can confirm that it is an issue, because export and import using Appwrite Cloud shows the RAW.txt DNS records also incorrectly:
_dmarc 10 IN TXT v=DMARC1; p=none; rua=mailto:jon@snow.got; ruf=mailto:jon@snow.got; fo=1;
Should be inside quotes like this:
_dmarc 10 IN TXT "v=DMARC1; p=none; rua=mailto:jon@snow.got; ruf=mailto:jon@snow.got; fo=1;"


Appwrite DNS - bug

Appwrite DNS - semicolon bug
Recommended threads
- no TLS certificate generated for custom ...
Still getting the SAN errors on a custom domain that is verified but it has not generated the certificate yet and idk why aint working as expected
- Getting this error while trying to send ...
Error creating user: app.(my_project_id)@service.nyc.cloud.appwrite.io (role: applications) missing scope (account) while trying to register a new user, and sen...
- Appwrite Sites - getaddrinfo ENOTFOUND
Has anyone had a problem having appwrite on a subdomain in the project custom domains? We have an issue with the Appwrite Sites. Sometimes the internal node:dns...
