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.
2 parents a3f937f + 5b268b3 commit 5e98a1dCopy full SHA for 5e98a1d
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