We have a server running Prefect at a url, we send post requests to this server regularly through cloud functions.
Recently appwrite has not been able to access this and the post requests end up in 'fetch failed' error ( using undici fetch ) ,
Trying to do a health check ( with node-fetch) results in
request to <url> failed, reason: getaddrinfo ENOTFOUND <url>
the endpoint is working with curl and can be accessed outside of appwrite.
@yash🎧
Adding to above:
dns A record is on appwrite ns. We can do curl requests to the url successfully but not working via appwrite functions.
Let us know if need more details.
Recommended threads
- Function executions fail with cURL error...
Appwrite version: 1.8.0 Executor version: 0.11.4 Function runtime: Python 3.12 SELF-HOSTED Function executions that occur at the same moment as the executor's ...
- Build failed
FATAL ERROR: Ineffective mark-compacts near heap limit Allocation failed - JavaScript heap out of memory
- Other DateTime Columns Are Saved Incorre...
When opening a row’s details from the console and editing any field, the timestamps of other DateTime columns are being automatically changed and incorrectly sa...