diff --git a/src/app/app.container.ts b/src/app/app.container.ts index 5403069..ee98f8b 100644 --- a/src/app/app.container.ts +++ b/src/app/app.container.ts @@ -29,7 +29,7 @@ export class AppContainer extends AbstractAppContainer { const app = await NestFactory.create( this.module, new FastifyAdapter({ bodyLimit: 1024 * 1024 * 50 }), - { bufferLogs: true } + { bufferLogs: true, rawBody: true } ); return configureApp(app, { docs: this.docs,