Back
Clarification Needed on Custom Domains and Subdomain Configuration in Appwrite
- 0
- Functions
- Cloud

Hello,
I need help configuring custom domains/subdomains in Appwrite:
- Current Setup:
- Transferred
mydomain.com
to Appwrite via nameserversns1/ns2.appwrite.zone
. - Added root domain at Organisation level.
- Two projects:
myProject
(prod) andmyProject_DEV
(dev), each with sites/functions.
- Transferred
- Goal:
- Dev:
dev.mydomain.com
→ Primary site
my_helper_site_1.dev.mydomain.com
→ Helper site
my_function.dev.mydomain.com
→ Function
api.dev.mydomain.com
→ API - Prod: Same structure without
dev.
prefix.
- Dev:
- Questions:
- Do I only need the root domain at Org level, or separate entries for each subdomain?
- What DNS records (A/CNAME) are required at root (Organisation) level?
- How are SSL certs handled for subdomains?
Thanks for your guidance!
TL;DR
- Developer needs help setting up custom domains/subdomains in Appwrite for separate Dev and Prod environments.
- Currently using nameservers `ns1/ns2.appwrite.zone` and added root domain at Organisation level.
- Wants to configure multiple subdomains for different projects and functions within each environment.
- Asks about needing separate entries for each subdomain at Org level, required DNS records (A/CNAME), and SSL certificate handling for subdomains.Recommended threads
- Attributes stuck on proccessing
Hello, I'm trying to create this collection and for the third time there's always an attribute stuck on processing, the development of my project is stuck for ...
- Checkout error: Error: Request body is e...
Im absolutely stumped here. ```Initializing Stripe functionality... stripe.ts:74 Calling Appwrite function with payload: {price_id: 'price_1RdZzoDCvcSnLsdCCu8z3...
- Appwrite documents and Swift codable
The object I use to create a document is different than the object I receive when I list documents. Do I create an object that’s used to create a document and a...
