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,7193 gold badges39 silver badges61 bronze badges
asked Feb 11, 2022 at 11:33
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

answered Feb 14, 2022 at 9:43

Your Answer

Draft saved
Draft discarded

Sign up or log in

Sign up using Google
Sign up using Email and Password

Post as a guest

Required, but never shown

Post as a guest

Required, but never shown

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.