Hi,
I have developed a website on my local machine with the theme and now I have migrated on cloud, on a domain. After moving it online, the tagComposer is not working fine, it throws 900+ errors shown in console and i do not know what is that issue. I cannot attach the log file so sharing a snippet of it.
js_files_for_wrapper.min.js?ver=72f925014dc5642945728092f057897e:99 Uncaught TypeError: Cannot read properties of undefined (reading 'contents')
at Object.setLiveIframeCss (js_files_for_wrapper.min.js?ver=72f925014dc5642945728092f057897e:99:159)
at Object.showHelper (js_files_for_wrapper.min.js?ver=72f925014dc5642945728092f057897e:94:482)
at HTMLDocument.<anonymous> (js_files_for_wrapper.min.js?ver=72f925014dc5642945728092f057897e:82:532)
at HTMLDocument.dispatch (load-scripts.php?c=1&load%5Bchunk_0%5D=jquery-core,jquery-migrate,wp-hooks,utils&ver=6.6.1:2:40035)
at v.handle (load-scripts.php?c=1&load%5Bchunk_0%5D=jquery-core,jquery-migrate,wp-hooks,utils&ver=6.6.1:2:38006)
setLiveIframeCss @ js_files_for_wrapper.min.js?ver=72f925014dc5642945728092f057897e:99
showHelper @ js_files_for_wrapper.min.js?ver=72f925014dc5642945728092f057897e:94
(anonymous) @ js_files_for_wrapper.min.js?ver=72f925014dc5642945728092f057897e:82
dispatch @ load-scripts.php?c=1&load%5Bchunk_0%5D=jquery-core,jquery-migrate,wp-hooks,utils&ver=6.6.1:2
v.handle @ load-scripts.php?c=1&load%5Bchunk_0%5D=jquery-core,jquery-migrate,wp-hooks,utils&ver=6.6.1:2
js_files_for_wrapper.min.js?ver=72f925014dc5642945728092f057897e:99 Uncaught TypeError: Cannot read properties of undefined (reading 'contents')
at Object.setLiveIframeCss (js_files_for_wrapper.min.js?ver=72f925014dc5642945728092f057897e:99:159)
at Object.showHelper (js_files_for_wrapper.min.js?ver=72f925014dc5642945728092f057897e:94:482)
at HTMLDocument.<anonymous> (js_files_for_wrapper.min.js?ver=72f925014dc5642945728092f057897e:82:532)
at HTMLDocument.dispatch (load-scripts.php?c=1&load%5Bchunk_0%5D=jquery-core,jquery-migrate,wp-hooks,utils&ver=6.6.1:2:40035)
I am not using any Cache or minify now (disabled to fix this).
Thanks.
-
This topic was modified 1 year by
don_poky.
Hi,
I think there is an option in that plugin that interferes; you can uncheck this option https://prnt.sc/uA3FVdov6y-C and check afterward.
Thank you!