#Getting DNS_PROBE_FINISHED_NXDOMAIN in functions url
19 messages · Page 1 of 1 (latest)
Have you pointed *.appwrite.mymaindomain.com to your Appwrite instance?
no I just pointed appwrite.mymaindomain.com to my Appwrite instance
Well, there's your issue, then! 😁
But when I tried this I have to delete my old appwrite.mymaindomain.com A record
You shouldn't have to... what's your DNS provider?
hostinger
What happens when you try to create a CNAME record for *.appwrite.mymaindomain.com pointing to appwrite.mymaindomain.com?
I also tried with cname but nothing happens I am waiting for sometime because maybe hostinger is taking time to change cname
What actually happens? Does it allow you to create the record, or not?
yes it's allowing me to create cname
DNS changes can take up to 48 hours to take effect
Ok, looks good. So now you just have to wait for it to propagate
Hey @humble knot now it's working but ssl certificate not working in functions url
Do you know the reason?
Do you have any kind of reverse proxy in front of Appwrite?
Sometimes Appwrite doesn’t automatically generate a certificate for Function domains. You can tell Appwrite to generate a certificate by running docker compose exec appwrite ssl domain="[FUNCTION_DOMAIN]"