
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
- Triggering an email for each entry in a ...
I want to send an email for each entry done in a table, is there any way I can do that?
- Problems on running functions
Hello, this is my first post here. I experienced a problem recently. Everytime I try to execute a funtion, it will give the following error message Internal cu...
- New OAuth2 provider
I've been following the guide provided on Github to add a new provider. After completing all the steps (adding the icon, classes, the new provider on the list o...
