Reading post request's raw body in NodeJS + Fastify

I am trying to read untouched raw body from request but it seems render internally modifies the body of request before it reaches my service.
It works on my local but does not work when it is deployed in Render.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.