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
- Function body not being parsed
Hi, I am having this weird issue where the body passed to the function is not being parsed. I am following the template example of Payments With Stripe, extend...
- Deployed Function Not Executing Child Pr...
I'm encountering an issue with my video conversion function. Locally (using the appwrite-cli) the function works as expected, including spawning a child process...
- Removing an attribute from update event
I have a collection with 5 attributes and a function which is triggered when there is an update in the document. But I want to get that function triggered only ...