There is a bug with appwrite functions that occasionally when executing a function it fails with the error "Multiple internal curl errors has occurred within the executor! Error Number: 111."
Sometimes it happens when the function has not been run for a few hours or days, but it only fails once and then the same function works again, it is very rare.
I posted a post here a long time ago but I think it expired and that's why I'm writing another one to find out if there is a solution to this.
I also attach some photos of some lines of my .env file from my digital ocean droplet with appwrite, could it be that one of those is wrong?
I have suspicions about _APP_DOMAIN_FUNCTIONS=functions.(mydomain), since before I had something like _APP_DOMAIN_FUNCTIONS=functions.localhost and I changed the localhost to my domain, does this have anything to do with it?
The domain environment variables should be the domain only
Btw, it's best to post in your original thread. I'm sure you can search for it
We've been having trouble pinpointing the root cause for this 😕
Cc @Meldiron
Hello appwrite team, any update on this bug?
Recommended threads
- HTTP POST to function returning "No Appw...
Hi everyone, I’m running into an issue with my self-hosted Appwrite instance. I’ve set up my environment variables (APPWRITE_FUNCTION_PROJECT_ID, APPWRITE_FUNC...
- Can't add dart 3.5 runtime
Modified the `.env` to enable dart 3.5 runtime on my self-hosted instance but still can't find the runtime when creating a new function. I manually pulled the i...
- How to verify an user using AppWrite Fun...
I have seen similar questions but none whose solutions serve me. I have a function to verify a user with their secret and their id: https://blahblah.appwrite.gl...