I have configured my domain on _APP_DOMAIN_FUNCTIONS in the .env file. My Appwrite instance does not run on port 80, so I have specified the function as follows: mydomain.com:port_number .
I have then deployed a function with the domain appearing as follows: http://6656e7cface3027789ce.mydomain.com:port_number/
However, when I try to execute the function from the browser or postman, I get DNS_PROBE_FINISHED_NXDOMAIN error, what could be the problem?
Do you have set the corresponding DNS records?
Recommended threads
- One org lost all data out of 13 org's af...
> https://<domain>/v1/storage/buckets?queries%5B0%5D=%7B%22method%22%3A%22limit%22%2C%22values%22%3A%5B6%5D%7D&queries%5B1%5D=%7B%22method%22%3A%22offset%22%2C%...
- database documents relationships
after migrating from 1.7.4 to 1.8, database get document and list documents is getting results but with no relationship values, the relationship attribute will...
- deployment on every remote branch leads ...
Hi there, on my local appwrite instance it rebuilds my site on every deployment i make to github on every branch, even the main branch is set in the site settin...