Multiple internal curl errors has occurred within the executor! Error Number: 111. Error Msg: Connection refused\nError Code: 500
Run this command:
docker compose logs appwrite-executor
in your appwrite installation folder
And send here what you get
Nothing is displayed(
how about openruntimes-executor
?
Forgot it changed in 1.4 😅
Seems it's restarting in loop 👀
You run migration command, true?
yes, but there was an error helped https://discord.com/channels/564160730845151244/1151615197593735240/1151615476493996033
then there was a problem with cron
I meet the same error. Is it fixed?
no
Any progress on this issue? @Drake
You can follow https://github.com/appwrite/appwrite/issues/5719 to stay updated
Cron runs but fails: Multiple internal curl errors has occurred within the executor! Error Number: 111. Error Msg: Connection refused\nError Code: 500
Is it the same error?
Oh oops no
What's your code? Does the starter template work?
I confirm that cron starts for me too, but it ends with the same error
what is your code?
Does the starter template work?
are you self hosting or on cloud?
I am running into the same error on self-hosted version 1.4.13. If I execute the function from the console, it runs successfully without any problems. But scheduling the function fails.
Hey, do you have upgraded appetite from a previous version? I recommend creating a separated <#1072905050399191082> post for this
Yes I did, I will do create a new post. Thank you
Recommended threads
- How to Avoid Double Requests in function...
I'm currently using Appwrite's `functions.createExecution` in my project. I want to avoid double requests when multiple actions (like searching or pagination) a...
- Send Email Verification With REST
I am using REST to create a user on the server side after receiving form data from the client. After the account is successfully created i wanted to send the v...
- Use different email hosts for different ...
Hello, I have 2 projects and i want to be able to set up email templates in the projects. Both projects will have different email host configurations. I see ...