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`.Recommended threads
- Self-Hosted and Multi Region support
Hey Appwrite Team, As a test and to expand self-hosted capabilities even more, i was thinking of understanding and testing how to deploy a multi-region instanc...
- Function's Static IP
Is it possible to have static. IP Address instead of Dynamic IP for getting the IP Address whitelist
- How to use dart workspaces to deploy a f...
Hello, I'm developing a Flutter application and I would like to leverage dart pub workspaces to deploy a function with a dart runtime as advertised here : http...