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
- Fulltext index creation fails due to Inn...
I'm running a self-hosted Appwrite 1.8.1 instance and encountering an issue when creating fulltext indexes on a collection. **The Problem:** Fulltext index cre...
- Function Building show 500 Error
Region: sfo Temple: Starter Function Runtime: Nodejs 22 What happened? Before 2 minutes it show ‘server error.","code":500,"version":"0.7.24"}’ after it show c...
- Function for long running task (other 60...
My function need long running other 60 seconds. But async mode return empty body. How to deal with that please ?