Recently, I tried executing a function in my project.
Got this error in failed requests randomly: Internal curl errors has occurred within the executor! Error Number: 52. Error Msg: Empty reply from server\nError Code: 500
The flow of the function is like this:
Check for request path and method > Connect To MongoDB > Test Connection > If passed then move to request path validation > Get data from MongoDB according to request path > Format Correctly > Send back to client.
Exceptions are handled at almost every step which logs what exactly went wrong.
But I can confirm this happened when I executed the function after a long time (About 5 days)
The full error message is attached in the photos.
All of the Failed executions have the same error message. And you can see that the attractions route that was failing suddenly started working.
One of my initial thoughts were that it might have been the cluster that got paused due to inactivity? but it doesn't seem like it.
1 CPU 512 MB Ram
15 Sec Timeout (checked if that was the issue but its not)```
Recommended threads
- Frequent 500 Internal Server Errors - Pr...
PROJECT ID: 6951f2xxxxx1ee9e750a REGION: Singapore (sgp.cloud.appwrite.io) PLAN: Pro Our production application experiences **500 Internal Server Errors** mult...
- Issue with Custom SMTP
Hey everyone, I'm facing an issue when updating my Custom SMTP settings on Appwrite Cloud. The UI fails silently (no visual errors), but when checking the cons...
- Synchronous function execution timeout w...
I am calling server functions with xasync = true and I still get this error message. Synchronous function execution timed out. Use asynchronous execution inste...