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 0aaa6a9 commit 38dba06Copy full SHA for 38dba06
index.js
@@ -80,7 +80,7 @@ module.exports = {
80
},
81
82
_fastbootRenderingMiddleware(app) {
83
- app.post('/__nock-proxy', bodyParser.json(), (req, res) => {
+ app.post('/__nock-proxy', bodyParser.json({ limit: '50mb' }), (req, res) => {
84
nockInterface.dispatchEvent(req.body).then(() => {
85
let body = JSON.stringify(
86
nockInterface.lastMessage,
0 commit comments