Hello!
I was testing my app, and I changed nothing about my cloud function however it suddenly broke. I get these errors (most of the time it's the first one):
Internal curl errors has occurred within the executor! Error Number: 28. Error Msg: Operation timed out after 19001 milliseconds with 0 bytes received\nError Code: 500
and Internal curl errors has occurred within the executor! Error Number: 52. Error Msg: Empty reply from server\nError Code: 500.
It seems that if I run this cloud function through the CLI, it works fine. And sometimes it works when running it through the cloud function, but most of the time it doesn't.
Here's my code (yes, I have tried to ask chatgpt to help but it was kinda useless but it did add logging). The code is in the attached file.
Recommended threads
- Unable to init function via cli
Hello! I have created a new self hosted instance of appwrite 1.9.6 and have connected to that insatnce with the cli 27.2.0 that was released a few hours ago. Wh...
- Appwrite-injected variables are not avai...
I am using rust-1.83 as a runtime and try to access APPWRITE_FUNCTION_API_ENDPOINT or APPWRITE_FUNCTION_API_KEY during runtime. Both are not set during my execu...
- OAuth Missing redirect URL
Hello all, on a Flutter mobile app with latest Appwrite dependency (25.4.0) I always got "Missing redirect URL" - "Your OAuth login flow is missing a proper red...