Upgrade issue

0
Dear Team, After I have upgraded the Mendix version from 8.18.26 -> 9.24.14 I'm facing an issue the pages are not loaded (White pages) and I'm receiving multiple issues in the console log: - DEPRECATED: logger, use console.debug instead -- will be removed in version: 11.0 (8 times)- Cannot read properties of undefined (reading 'replace') TypeError: Cannot read properties of undefined (reading 'replace')at HTMLInputElement.eval (eval at JavaScriptSnippet (http://localhost:8080/widgets/incentro/javascriptsnippet/JavaScriptSnippet.js?638406521277542845:66:11), <anonymous>:51:19)at HTMLInputElement.dispatch (http://localhost:8080/globalFiles/js/jquery.js:2:40035)at v.handle (http://localhost:8080/globalFiles/js/jquery.js:2:38006)at Object.trigger (http://localhost:8080/globalFiles/js/jquery.js:2:70124)at Object.simulate (http://localhost:8080/globalFiles/js/jquery.js:2:70632)at HTMLDocument.o (http://localhost:8080/globalFiles/js/jquery.js:2:43230) any idea how to fix this issue?
asked
1 answers
2

Hi, you could upgrade your widget 'javascript snippet': https://marketplace.mendix.com/link/component/43096

answered