Hi, this handle responses always empty body with 200 status code ```js fastify.get('/', async (req, reply) => { reply.send({}) }) ``` Maybe we need to figure out how to report (or throw an exception) I lost 30minutes last time... 😢
Hi,
this handle responses always empty body with 200 status code
Maybe we need to figure out how to report (or throw an exception)
I lost 30minutes last time... 😢