I am receiving this type of error from time to time with the use of functions.
Multiple internal curl errors has occurred within the executor! Error Number: 111. Error Msg: Connection refused\nError Code: 500
This started after updating appwrite
Self hosted?
I have a different provider
What do you mean?
I have a VPS configured with appwrite DOCKERS
ah okay. you are self-hosting, then
this can happen sometimes if it takes a little long for the function to startup. What's the log of all your executions look like?
I have version nodejs-16.0 installed and appwrite I have version 1.4.13
I was asking about the executions tab that shows all the executions
The problem is that it is not very recurring
hmmm so the previous execution was an hour before that so maybe it had a cost start. What about the occurence before that one?
Recommended threads
- Get team fail in appwrite function
I try to get team of a user inside appwrite function, but i get this error: `AppwriteException: User (role: guests) missing scope (teams.read)` If i try on cl...
- Function in Node.JS to monitor events ar...
Hello everyone. I'm creating my first Node.JS function, but I don't have much experience with node and javascript. I'm trying to create a function, that monito...
- Deploy function not working - 503
Hellon i get this error message, when i try to deploy a new version of a function <html><body><h1>503 Service Unavailable</h1>No server is available to handle...