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.comto 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
- Weird permission failure
when creating an account I use following methods: ``` Future<void> register(String email, String password, String username) async { final user = await accoun...
- Appwrite Storage error 503s for automate...
I'm facing error 503s from Appwrite after about 5-6 seconds of making AI requests from my tool with images and files above 20MB (=> not inline base64 used, but ...
- Flutter Android oAuth is no more working
I currently don't get the oAuth login to work in flutter android. it works on ios and on web. but when try to use it on Android, i get to the point where the ca...