ReferenceError: guidelib is not defined
Hi,
I have a fresh instance of AEM 6.2 + (hotfix and SP1 ) and I'm having this issue when loading a page a pop up windows appear: An error occurred, please check the browser console for more details.
and this error on the browser console:
Handler of component is invalid -> ReferenceError: guidelib is not defined
at eval (eval at ns.util.sanitizeCQHandler (http://localhost:4502/libs/cq/gui/components/authoring/editors/clientlibs/core.min.90f7753c94fb45b3523f66eb85301fc9.js:1957:23), <anonymous>:1:1)
at Object.ns.util.sanitizeCQHandler (http://localhost:4502/libs/cq/gui/components/authoring/editors/clientlibs/core.min.90f7753c94fb45b3523f66eb85301fc9.js:1957:23)
at String.<anonymous> (http://localhost:4502/libs/cq/gui/components/authoring/editors/clientlibs/core.min.90f7753c94fb45b3523f66eb85301fc9.js:3509:67)
at Function.each (http://localhost:4502/etc/clientlibs/granite/jquery.min.fb50358df4c2bd6aa6e1dd5b0d9b9d29.js:376:19)
at constructor._loadConfig (http://localhost:4502/libs/cq/gui/components/authoring/editors/clientlibs/core.min.90f7753c94fb45b3523f66eb85301fc9.js:3478:15)
at constructor.updateConfig (http://localhost:4502/libs/cq/gui/components/authoring/editors/clientlibs/core.min.90f7753c94fb45b3523f66eb85301fc9.js:3556:22)
at Object.<anonymous> (http://localhost:4502/libs/cq/gui/components/authoring/editors/clientlibs/core.min.90f7753c94fb45b3523f66eb85301fc9.js:25436:26)
at fire (http://localhost:4502/etc/clientlibs/granite/jquery.min.fb50358df4c2bd6aa6e1dd5b0d9b9d29.js:3232:31)
at Object.fireWith [as resolveWith] (http://localhost:4502/etc/clientlibs/granite/jquery.min.fb50358df4c2bd6aa6e1dd5b0d9b9d29.js:3362:7)
at done (http://localhost:4502/etc/clientlibs/granite/jquery.min.fb50358df4c2bd6aa6e1dd5b0d9b9d29.js:9840:14)
For now the only confirmed bad behavior of the instance is that it takes about 30 seconds to load an empty page.
I found these two posts on the forum without resolving my problem:
Handler of component is invalid -> ReferenceError: guidelib is not defined
AEM Template editor & Experience Fragments
Any help will be appreciated.