We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a3f937f commit 5b268b3Copy full SHA for 5b268b3
src/app/app.container.ts
@@ -29,7 +29,7 @@ export class AppContainer extends AbstractAppContainer {
29
const app = await NestFactory.create<NestFastifyApplication>(
30
this.module,
31
new FastifyAdapter({ bodyLimit: 1024 * 1024 * 50 }),
32
- { bufferLogs: true }
+ { bufferLogs: true, rawBody: true }
33
);
34
return configureApp(app, {
35
docs: this.docs,
0 commit comments