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

413: request entity too large #510

Closed ldc321 closed 4 years ago

ldc321 commented 4 years ago

When I have about 20 items in my cart, I get an error when I go to the billing department Request URL:https://xxxxe.ca/api/order

Request Method:POST

Status Code:413

nginx.conf client_max_body_size 500m;

ldc321 commented 4 years ago

config/local.json > set "bodyLimit": "50mb", problem solving