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
- Selfhosted Github App installation
I've followed this guide: https://appwrite.io/docs/advanced/self-hosting/configuration/version-control to connect GitHub to my self-hosted Appwrite instance (1....
- User ID case sensitivity
I see that through REST (and SDK as well), getting a user is not case sensitive. And even though documentation does not clearly state that it is, the wording "V...
- Any way to temporarily bypass the email ...
Hey guys, any way to bypass the email verification to use the accounts again? i need to recover some projects that due to recent changes have been stopped, and ...