I want to trigger a function from another function and i get the error message "Could not resolve host: exc1 with status code 0\nError Code: 0" in the log of the triggered function. What could it be?
TL;DR
Developers on Appwrite Server 1.5.7 are encountering the error message "Could not resolve host: exc1 with status code 0\nError Code: 0" when trying to trigger a function from another function. This issue typically arises due to a network connectivity problem or an incorrect endpoint specified in the function triggering process. To resolve this, developers should double-check the endpoint they are using, ensure proper network configuration, and verify that the target host is accessible.