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 d6900cd + d6e9510 commit c721e8eCopy full SHA for c721e8e
starters/adapters/fastify/src/plugins/fastify-qwik.ts
@@ -33,6 +33,8 @@ const qwikPlugin: FastifyPluginAsync<FastifyQwikOptions> = async (
33
decorateReply: false,
34
});
35
36
+ fastify.removeAllContentTypeParsers();
37
+
38
fastify.setNotFoundHandler(async (request, response) => {
39
await router(request.raw, response.raw, (err) => fastify.log.error(err));
40
await notFound(request.raw, response.raw, (err) => fastify.log.error(err));
0 commit comments