Uncaught (in promise) undefinedUnderstand this error
scripts.bundle.js:1 Uncaught TypeError: Cannot read properties of undefined (reading 'init')
at Object.init (scripts.bundle.js:1:41)
at scripts.bundle.js:1:348
widgets.bundle.js:1 Uncaught TypeError: Cannot read properties of undefined (reading 'onDOMContentLoaded')
at widgets.bundle.js:1:1405
Uncaught TypeError: Cannot read properties of undefined (reading 'onDOMContentLoaded')
at widgets.js:3595:8
Hi
May I know how you encountered this error?
Are you calling KTApp.init() within a <script> tag or an external JS file? If so, how are you ensuring it runs only after the DOM and required components have fully loaded?
Are there other JavaScript errors in the console that could hint at missing files or broken references?
Thanks