There was an error while loading. Please reload this page.
1 parent 18a7082 commit 1e35de0Copy full SHA for 1e35de0
lib/templates/netlifyFunction.js
@@ -18,8 +18,6 @@ exports.handler = async (event, context, callback) => {
18
// Render the Next.js page
19
const response = await renderNextPage({
20
...event,
21
- // Required. Otherwise, reqResMapper will complain
22
- requestContext: {},
23
});
24
25
// Convert header values to string. Netlify does not support integers as
0 commit comments