I’ve changed my domain’s nameservers at domain service to point to ns1.appwrite.zone and ns2.appwrite.zone, and I’m waiting for DNS propagation.
Once Appwrite takes over DNS, how can I route all subdomains (like *.MYDOMAIN.com) to the same Appwrite project or endpoint?
My goal is for any subdomain (e.g. abc.MYDOMAIN.com, test.MYDOMAIN.com) to point to the same place. Is wildcard subdomain support available, and if so, how do I configure it in Appwrite?
Thanks in advance!
appwrite sites Subdomain wildcard?
whatdo you want it to point to?
My domain is cockpit.report I wish to have all subdomains to open the site. Like Client1.cockpit.report Client2.cockpit.report *.cockpit.report
and all of them should open the same site. the site will display the right content by the subdomain name
so i think the cname is already there. it's just that appwrite doesn't know how to route from that subdomain to the site
So is thete something i can do to make it work? Currently it doesn't
For now, you'd have to add the individual domains in your Site > Domains. I'll raise this feature request to the team, though
Is there any update regarding this topic ?
No. We have higher priority tasks at the moment
Recommended threads
- How can I disable client-side account re...
Hi everyone! I’m currently building a game backend using Appwrite, and I’d like to prevent users from creating new accounts directly through the client. My go...
- Custom domain for Google Auth
Hello! I connected my custom domain to my Appwrite project, but I can't get the Google login/consent screen to show my domain instead of the Appwrite domain. I...
- CLI - get Database Totals
Is there a way with the Appwrite CLI to get table row totals (count)❓