vuestorefront / vue-storefront-api

Vue.js storefront for Magento2 (and not only) - data backend
https://www.vuestorefront.io
MIT License
348 stars 338 forks source link

Increase body parser limit #533

Open rozzilla opened 3 years ago

rozzilla commented 3 years ago

I've received many exceptions PayloadTooLargeError on live VSF environment. The specific case was caused by the send order method, that send a JSON object bigger than 100kb. So I strongly recommend updating this value on the default.json

rozzilla commented 3 years ago

@gibkigonzo, what do you think about it?