You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It happens when POST /en_US/ajax/cart/add?productId=2 responds with 500 in sylius/sylius/src/Sylius/Bundle/ShopBundle/Resources/private/js/sylius-add-to-cart.js#39Object.entries(response.errors.errors).forEach(([, message]).
The UI only renders this empty red label:
It should show some generic error message instead and prevent JS error.
The text was updated successfully, but these errors were encountered:
It happens when
POST /en_US/ajax/cart/add?productId=2
responds with 500 insylius/sylius/src/Sylius/Bundle/ShopBundle/Resources/private/js/sylius-add-to-cart.js#39
Object.entries(response.errors.errors).forEach(([, message])
.The UI only renders this empty red label:
It should show some generic error message instead and prevent JS error.
The text was updated successfully, but these errors were encountered: