Getting Object doesnt support property or method forEach error while running mendix application on Internet Explorer Version 11

0
I have an application which works fine in Edge and Google Chrome. But whenever sample application is run in IE11 and we go to a specific page it pops up a System error message. Once we close that pop up rest of the functionality works fine. But for each action on this page it gives that pop up message. It does not happen on any other page.      Below is the error message that I can see on mendix console: Object doesn't support property or method 'forEach' TypeError: Object doesn't support property or method 'forEach'    at Anonymous function (http://localhost:8082/mxclientsystem/mxui/mxui.js?637429421829233542:46:33310)    at Anonymous function (http://localhost:8082/mxclientsystem/mxui/mxui.js?637429421829233542:40:169336)    at we (http://localhost:8082/mxclientsystem/mxui/mxui.js?637429421829233542:35:9223)    at r (http://localhost:8082/mxclientsystem/mxui/mxui.js?637429421829233542:35:9121)    at m (http://localhost:8082/mxclientsystem/mxui/mxui.js?637429421829233542:35:23208)    at Anonymous function (http://localhost:8082/mxclientsystem/mxui/mxui.js?637429421829233542:35:23019)    at e.prototype.runReaction (http://localhost:8082/mxclientsystem/mxui/mxui.js?637429421829233542:35:19079)    at $e (http://localhost:8082/mxclientsystem/mxui/mxui.js?637429421829233542:35:20768)    at Qe (http://localhost:8082/mxclientsystem/mxui/mxui.js?637429421829233542:35:20402)    at Anonymous function (http://localhost:8082/mxclientsystem/mxui/mxui.js?637429421829233542:35:20896)   Any input to fix this issue  
asked
1 answers
0

Are you running a widget on the page that has the error that you don’t have on the other pages? 

IE11 doesn’t support forEach in JavaScript and it sounds like a widget on that page could be using that. 

answered