
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
- Appwrite functions can't connect to data...
I'm trying to create a function that queries my database, but all database operations timeout from within the function, even though CLI access works perfectly. ...
- Error
I'm trying to get sellerId using account.get() in my appwrite function and this is the error message I'm getting: "Failed to send notification to seller 6865bf...
- Is there a timeframe for updating dart r...
Dart 3.5 is already one year old, and the following versions have introduced very important features for the language. Is there a roadmap or timeframe for when...
