
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
- CSV Import not working
I am running 1.7.4, trying the sample book csv import. I get a pop up saying import started and then a quick follow up saying completed. Nothing ever appears ...
- Is my approach for deleting registered u...
A few weeks ago, I was advised not to use the registered users' id in my web app. Instead, I store the publicly viewable information such as username and email ...
- ❗[Help] Function stuck in "waiting" stat...
Hi Appwrite team 👋 I'm trying to contribute to Appwrite and followed the official setup instructions from the CONTRIBUTING.md guide to run the platform locall...
