Useful for debugging the ajax request. Comment out the location.reload() in the ajaxSubmit function in module-catalog/view/frontend/web/js/catalog-add-to-cart.js
/** @inheritdoc */ complete: function (res) { if (res.state() === 'rejected') { // location.reload(); } }