AbhishekOriginal post
Rank 3: Container
I'm getting the following error very frequently now:
Internal curl errors has occurred within the executor! Error Number: 52. Error Msg: Empty reply from server\nError Code: 500
The whole is in the try-and-catch block where in catch I'm returning json response with a 500 status code.
Summary
Developers are encountering an error with empty replies from the server when using the curl executor. The issue arises within the try-catch block. A potential solution could involve investigating the environment variables or checking for any issues within the curl requests.