Closed czarnyv closed 3 years ago
its an axios bug https://github.com/axios/axios/issues/3220
Hi,
Axios version 0.21.0 has been released 🎉 please use that and let us know if that solves your issue.
Thanks
Thanks for the information. Upgrade Axios to version 0.21.0 fixed the issue for me.
Ajax request for delete product from cart throws "Invalid csrf token" error, request content is empty, probably it is related with missing content type header. In
BootstrapTheme/assets/js/sylius-remove-from-cart.js
is:should be (it works for me):