Appwrite DNS nameservers return SERVFAIL for my delegated zone (demomanasa.online) —site unreachable
- 0
- Sites
- Web
- Realtime
- Cloud
My custom domain demomanasa.online (and all its subdomains) stopped resolving with ERR_NAME_NOT_RESOLVED for all visitors. I have traced the failure to Appwrite's DNS:
What I verified:
- Registry delegation is intact: the .online TLD still delegates to ns1.appwrite.zone / ns2.appwrite.zone (confirmed via Google + Cloudflare resolvers).
- Your nameservers are online but return SERVFAIL for my zone specifically. Cloudflare's resolver reports: "EDE(23): Network Error 129.212.192.196:53 returned SERVFAIL for demomanasa.online A". Google DNS reports: "Name server failure [ns1.appwrite.zone.(104.248.103.71), 129.212.192.196]".
- It is NOT a DNSSEC issue: no DS records exist at the registry, and querying with validation disabled (cd=1) still fails.
- My project config is untouched: all 7 proxy rules for the domain (demomanasa.online, www, api, plus tenant subdomains lujain, ahmedsaleh, ahmedgaber-math, test) exist and show status=verified via GET /v1/proxy/rules.
- The site itself is healthy and serving on its appwrite.network domain.
It looks like the DNS zone for demomanasa.online is missing or corrupted on the Appwrite Cloud DNS backend. Please restore/rebuild the zone.
Project ID: 69fa56560037c7843a85 Region: fra Site ID: 6a0066650025f2a3383c Domain: demomanasa.online (registrar: GoDaddy, nameservers ns1/ns2.appwrite.zone) First noticed: 2026-06-11
<@&1319717958645452800>
Recommended threads
- Possible FRA servers down
Is it possible that the Frankfurt servers are currently down? There is no way to fetch any data. Given the few reports already in the <#564160731327758346> chat...
- Compatibility issue with Kakao OpenID Co...
**Context:** I am attempting to integrate **Kakao Login** (one of the largest social login providers in South Korea) into my Flutter application using Appwrite'...
- 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...