I had my Bun function executing for months, but now i'm getting the following error:
TypeScript
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?
TL;DR
Issue: Undefined array key "listening" error and connection refused error while calling databases.updateDocument function.
Possible Solution: This could be related to a Docker container issue. Check the Docker configuration and make sure the necessary ports are open and properly configured. Also, ensure that the database document is being updated correctly.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
- After assigning a domain to my Dart func...
I’ve attached the images. Could anyone please explain how this execution is being performed?
- how to access the value of account statu...
- Redirect from clicking team invite link ...
Hi all! Pretty new to app development in general so this might be something more generic than appwrite, but I've found (after reading the docs for the Teams API...