Hello, I have been trying to add my custom domain (actually subdomain of my domain but in custom domain section on appwrite) in order to redirect users through urls including my domain using appwrite functions. I have set DNS for my subdomain to include CNAME records with "cloud.appwrite.io.", but even though appwrite seems to have verified the subdomain, we are not getting the traffic, it still is going through my domain provider hosting. Is there any chance, that there's some issue on appwrite?
Thanks in advance, Adam
Recommended threads
- Local appwrite run functions --user-id n...
Hi, I'm running into an issue when testing Appwrite functions locally with user impersonation. I'm using a self-hosted Appwrite instance and running functions ...
- Function domain not available
Hello, even tho in docs you clearly describe that every function has its domain, I can not see it anywhere in any of my projects. How do I reveal the url of th...
- Inquiry: How to Reduce Cold Start Durati...
Hey! I was using Python for the function runtime, but after reading that Go has the fastest runtime, I switched my code over to Go. However, I'm still seeing co...