
Hello, i have this error and i don't understand what is the problem ?
Internal curl errors has occurred within the executor! Error Number: 52. Error Msg: Empty reply from server\nError Code: 500
It's from my side ? from appwrite side ? or the url that i fetch inside my function ?
It's possible to have some "error mapping" or something that describe every appwrite cloud function error possible ? Thanks

Does it error on cold start? Any big packages as part of the build?

It's during the execution, my cloud function is schedule 1/* 10-12 * * *
like this

When was the last time you made changes to this? Was it working prior to 1.6?

And what packages are you using as part of the build?
Recommended threads
- transaction like functionality
As I understand it appwrite doesn't support transactions. I'm attempting to make a document in three separate collections at the same time when a user register...
- Error while login the member which is in...
Facing some error. Error logging in: Exception: No team access. Please contact your administrator. But the email/name/ new client I have created is in my tea...
- Document already existed
Hi, I am trying to add a document via cloud function using nodejs22. Everytime I do `await db.createDocument( dbid, collectionid, customDocId, data);` it will g...
