Replies: 2 comments 2 replies
-
|
A second error shows in browser console: if (!window.require.ready && !deps.every?.(arg => $.breezemap[arg])) { |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
Hi! Means that p.s. It would also be helpful to leave the link to your site. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello everyone,
I need some help with an error in my store. I updated Breeze to the latest version and extended the theme using a child theme. Everything is working fine, but there is an error only on the homepage that freezes all the scripts on the homepage, including the main menu, submenus to access the customer area, and the Slider (implemented with PageBuilder). Everything stops working except the links.When I navigate to other pages, everything works normally. Any suggestions on what it might be?
This error shows:
main.js:867 Uncaught TypeError: Cannot read properties of undefined (reading 'loadedScripts')
at script.onload (main.js:867:30)
The code from main.js
script.onload = () => {
$.breeze.loadedScripts[obj.src] = true;
resolve();
};
Beta Was this translation helpful? Give feedback.
All reactions