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
- Urgent Help
Hello Appwrite team, I urgently need your help. I am the founder of OnBuch, an EdTech application used by around 10,000 users in Cameroon. In the last two day...
- Function's Static IP
Is it possible to have static. IP Address instead of Dynamic IP for getting the IP Address whitelist
- How to use dart workspaces to deploy a f...
Hello, I'm developing a Flutter application and I would like to leverage dart pub workspaces to deploy a function with a dart runtime as advertised here : http...