My PHP application intermittently returns a 500 internal server error on random requests for a specific client.
But it seems like the request is being processed on my side (database entry created as a result of this request), and the logs don't show any errors at all related to these requests.
I really can't figure out why this is happening or where to start debugging this.
I've checked the nginx logs and they don't have anything either.
All they see is {"error": true, "message": "Internal Server Error"}
. Can I ask the client to log this failure in any way to add more light to this?
Completely lost here, so I appreciate any help at all. Thanks.