vue-storefront-api
vue-storefront-api copied to clipboard
Increase body parser limit
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
@gibkigonzo, what do you think about it?