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?

2
  • any notable logs in your exception.log and / or system.log ? Commented Feb 11, 2022 at 14:16
  • no notable logs in exception log Commented Feb 14, 2022 at 7:31

1 Answer 1

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

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.