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
- How to cron function with specified end ...
I have function built with hono. support like / , /data, /data/2222. I want to schedule triggger for specific event like /data. orrr event better /data/2222 . i...
- Functions runtime specifications not cha...
It seems that the changes revert to their original state when deployed.
- Firebase Admin setup in Appwrite functio...
How can I store Json file in environment variable of functions? Because I need to store Firebase service key. And also, how to fetch that Json in python code?