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 a GET request is passed to functio...
Create execution in the console can normally retrieve the get parameters。WHy?
- function subdomain ssl certs
The generated subdomain isn't getting a valid ssl cert, I was wondering if appwrite automatically generates one or uses a wildcard for *.functions.domain.com? ...
- Whats best practise for Appwrite Cloud?
Appwrite Teams map very nicely to my needs, it is how i group users together. ... I use roles to define permissions. Should I also map a table to each team ? ...