
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
- Hi, can anyone give me some free credits...
Hi, can anyone give me some free credits to upgrade to pro for a few months?
- The current user is not authorized to pe...
Hello, I am attempting to receive fetch data from databases.listDocuments with each of its env parameter data for it to be shown on a NextJS project. However I ...
- Native Sign in with Google/Apple Flutter
Is native sign in with google / apple in Flutter possible with Appwrite?
