0

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?

Vishwas Bhatnagar
  • 4,679
  • 3
  • 38
  • 60

1 Answers1

0

After a long time i resolve this problem. this problem occur due to your browser cache during developing. Clear the Local Storage, Session Storage, and Cookies.

Clear your browser cache or use another browser. i think its work!

Reference link

Solution