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
- Functions Problem
Whenever I run my AI Generate through Appwrite Functions, I am getting this Call Stack AIService.generateServer (src\services\ai\gemini.ts) next (<native>) ...
- Frequent 500 Internal Server Errors - Pr...
PROJECT ID: 6951f2xxxxx1ee9e750a REGION: Singapore (sgp.cloud.appwrite.io) PLAN: Pro Our production application experiences **500 Internal Server Errors** mult...
- Issue with Custom SMTP
Hey everyone, I'm facing an issue when updating my Custom SMTP settings on Appwrite Cloud. The UI fails silently (no visual errors), but when checking the cons...