I had my Bun function executing for months, but now i'm getting the following error:
Warning: Undefined array key "listening" in /usr/local/app/http.php on line 1023
Warning: fsockopen(): Unable to connect to 66aeafc1c683e:3000 (Connection refused) in /usr/local/src/Executor/Validator/TCP.php on line 45
any idea what to look?
and my functions just timeouts, apparently the error is when my code calls to update the database document (databases.updateDocument), but since I didn't modify it, it's probably something with docker containers?
Recommended threads
- Failed to build function: Incorrect prox...
I have a function which I updated. Previously built and deployed just fine. I made some small edits and pushed to github, and now it's failing on the build wit...
- Appwrite Function typescript types
Hello, I don't suppose anyone has any resources for some types for writing typescript functions? I know there are some available in the SDK, but stuff like the...
- Ways to reduce the size that appwrite ta...
Hi, Forgive me for the strange question because I'm not an expert. I have an appwrite selfhosted instance with 200 milion+ docs, the disk usage is 120+ gb Is...