I am getting this error:
Multiple internal curl errors has occurred within the executor! Error Number: 111. Error Msg: Connection refused\nError Code: 500
Can you please try just redeploying? This happens sometimes
Redeploying doesn't fix it unfortunately, @ideclon
This is in Cloud? Did this just start happening, or is it a new Function?
In cloud and it just started happening
Hey, what's your function code looking like?
I just removed everything except for 2 logs and was able to successfully execute the function from my Appwrite console. I'm going to slowly add stuff back in and see where it breaks
Make sure to not log too much data, that usually breaks the function.
Recommended threads
- All function deployments fail (node 18-2...
Error: bash: /usr/local/server/helpers/build-cache.sh: No such file or directory Sidecar error: Build archive was not created at /mnt/code/code.tar.gz Scope: ...
- Why does this happen?
`AppwriteException: general_argument_invalid, Invalid `secret` param: Value must be a valid string and at least 1 chars and no longer than 256 chars (400)` the...
- Selfhosted starter python function retur...
I am running a selfhosted appwrite instance. Creating a node function and executing it works just fine but when i try to execute a python starter function, i ge...