Nest js get response body in middleware
I am developing logging middleware, and want to log response body in 500 responses. In middleware im setting a callback for “finish” event on request, that emits after the response was sent, but no response body in Response
object is present.