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?
-
any notable logs in your exception.log and / or system.log ?Clong– Clong2022年02月11日 14:16:01 +00:00Commented Feb 11, 2022 at 14:16
-
no notable logs in exception logVamsi Krishna– Vamsi Krishna2022年02月14日 07:31:11 +00:00Commented Feb 14, 2022 at 7:31
1 Answer 1
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