
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
- Native Sign in with Google/Apple Flutter
Is native sign in with google / apple in Flutter possible with Appwrite?
- Error 400: redirect_uri_mismatch
The uri that I get from Appwrite and the one that I insert in the Google console are identical and yet I get this error while using Google Sign In:
- deployment on Vercel ??
