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
- mime type for docx too long?
Hello, I am trying to upload a docx file to storage, but the mime type is too long. I get the following error: ``'Invalid document structure: Attribute "mimeTy...
- SSE using Appwrite functions.
I want to provide ui feedback when a particular event, out of series of events it take to complete the whole task in server side, takes place. e.g. to auto fill...
- Python Function starter template Failing...
So i just created a python 3.12 function using the default starter template in appwrite, when i try to run it locally i get the error in image everytime i modif...