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
- Functions never end and always fail (sta...
Hi ! I'm using Appwrite Cloud Pro and function execution from appwrite website is KO. Deploying starter function template, execution is always Failed and the ...
- Provider error when creating a function ...
- 1:1 relationship doesn’t sync after re-a...
Hi, I’m trying to use a two-way one-to-one relationship. It works fine when I create a record with the relationship set, and it also works when I unset it. But ...