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 6420d78 commit 13f66acCopy full SHA for 13f66ac
src/runtime/internal/app.ts
@@ -82,7 +82,7 @@ function createNitroApp(): NitroApp {
82
let fetchHandler = (req: ServerRequest): Response | Promise<Response> => {
83
req.context ??= {};
84
req.context.nitro = req.context.nitro || { errors: [] };
85
- return h3App.request(req, undefined, req.context);
+ return h3App.fetch(req);
86
};
87
88
// Experimental async context support
0 commit comments