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 global variables
when i create a top-level global variable in go or bun how will it behave? is the heap getting renewed on every execution or could i do some kind of temp. cachi...
- Appwrite Auth & Function don't reveal cl...
When I execute a function or sign in with my Flutter app, Appwrite does not show my real IP: instead, it seems that Appwrite shows Fastly CDN IP address.
- All function deployments fail (node 18-2...
Error: bash: /usr/local/server/helpers/build-cache.sh: No such file or directory Sidecar error: Build archive was not created at /mnt/code/code.tar.gz Scope: ...