Appwrite running on dev.example.com
Unfortunately the function I created does not work.
This function URL is not working. It was created automatically
xxxxxx.dev.example.com
But the domain I redirected with CNAME is working.
database.anotherdomain.com
Because there are 2 consecutive sub domains?
sub2.sub1.example.com
TL;DR
Issue: Function URL `xxxxxx.dev.example.com` not working, but domain redirected with CNAME `database.anotherdomain.com` is working. Suspected issue with having 2 consecutive subdomains.
Solution: Check if the function URL has correct DNS settings, including CNAME records and proper subdomain structure `sub2.sub1.example.com`.