Hello Appwrite Team,
I'm experiencing an intermittent issue with Appwrite Sites and my custom domain.
Project Details Project ID: 6a24e8cd0033cc19a86e Site ID: 6a6c408800309ed22c49 Framework: Next.js 16 (SSR) Region: NYC Issue
My site deploys successfully and the latest deployment is marked Active.
The generated Appwrite domain:
https://asherstore.appwrite.network
always serves the latest deployment correctly.
However, my custom domain:
intermittently stops serving the active deployment. Instead, it displays:
This page is empty, activate a deployment to make it live.
After some time, without making any changes, the custom domain sometimes starts working again and serves the active deployment. Later, the same issue reappears.
What I've verified Latest deployment is Active. Domain is attached to the Active deployment in Sites → Domains. DNS is correctly configured and managed through Cloudflare. SSL is configured correctly. The Appwrite-generated domain always works. Only the custom domain intermittently fails to resolve to the active deployment. Troubleshooting already performed Created a completely new Site. Reconnected the GitHub repository. Removed and re-added the custom domain. Redeployed multiple times. Purged Cloudflare cache. Verified DNS propagation. Waited for propagation after domain attachment.
Despite these steps, the problem persists.
Expected behavior
The custom domain should always serve the currently active deployment, just like the generated *.appwrite.network domain.
Actual behavior
The generated Appwrite domain works consistently, but the custom domain intermittently behaves as if no active deployment exists.
Could you please investigate whether there is an issue with the custom domain routing or deployment association on the Appwrite edge network for this site?
If you need deployment IDs, logs, or any additional information, I'll be happy to provide them.
Thank you.
Best regards, Somyadip Ghosh
<@&634618551491100692> kindly look into this matter, as my project is fully depend on appwrite
Recommended threads
- Static site not being served
Hey everyone, I’m having an issue deploying a Vue/Vite app through self hosted Appwrite Sites and could use some help. Setup: * Appwrite is self-hosted with T...
- Domain ownership issue
Hi Appwrite community, I’m trying to add my custom domain, **techtools.qzz.io**, to my Appwrite project, but Appwrite shows the following error: > Domain is o...
- Static IP for security purpose!
Hey I am hosting a next.js project in appwrite it reaches out to mongo DB to fetch data The only option to enable network access to 0.0.0.0/0 in mongo DB (any ...