getting below console error when customer LoggedIn in Magento 2.4.1.
Uncaught Error: [object Object] at Object. (customer-data.js:86) at fire (jquery.js:3099) at Object.fireWith [as rejectWith] (jquery.js:3211)
throwing error from below function.
return $.getJSON(options.sectionLoadUrl, parameters).fail(function (jqXHR) { throw new Error(jqXHR); });
Any solution?