Fazt

Results 1 comments of Fazt

Hello @MrlolDev If you are using express, probably the issue comes from bodyParser or express.json() middleware. You could add this to solve the issue with the rawBody. ```javascript app.use( express.json({...