
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
- Unable to loginI'm unable to login to my account on cloud.appwrite.io. Register mail is yash.tak1998@gmail.com 
- Does a user need to be registered in App...If I want to send an email (for example, to xyz@gmail.com) from an Appwrite Cloud Function, does that email address need to be registered as a user in Appwrite?... 
- endpoint variableAppwrite Sites passes e.g. APPWRITE_SITE_API_ENDPOINT to the site, but i need this variable in Next.js in my Client-Side-Page. How can i pass it? Next.js only p... 
