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
- Send Email Verification With REST
I am using REST to create a user on the server side after receiving form data from the client. After the account is successfully created i wanted to send the v...
- Use different email hosts for different ...
Hello, I have 2 projects and i want to be able to set up email templates in the projects. Both projects will have different email host configurations. I see ...
- Project in AppWrite Cloud doesn't allow ...
I have a collection where the data can't be opened. When I check the functions, there are three instances of a function still running that can't be deleted. The...