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
- cant resume project
Invalid console fingerprint event i try man time
- TablesDB can't be used in Appwrite Funct...
I have written a function (DART) and it won't deploy. Here is what I get : 2026-03-14T17:09:41.459693680Z Compiling ... 2026-03-14T17:09:42.915619217Z ../build...
- general_route_not_found - Auth Guide
If you’ve just added a subdomain to your project, verified your DNS records, and confirmed your SSL certificate is working, but you're still hitting a `general_...