Internet Explorer - Constructor not found

1
While my application works in Chrome & Edge, it gives a 'constructor not found' for every widget on the page, for all users. The error is unfortunately not very descriptive: {description: "evalModuleT...", info: Object {...}, message: "evalModuleT...", name: "Error", src: "dojoLoader"} Loading module widgets/widgets failed! Check script file for syntax errors. No constructor found for widget CheckboxSelector.widget.checkboxselectormf undefined No constructor found for widget HTMLSnippet.widget.HTMLSnippet undefined No constructor found for widget Rota.widget.Rota undefined   Anyone knows what might be causing this on Internet Explorer?
asked
2 answers
1

I have faced this issue many times . If in your widget js file has some error code or some code that does not supported by IE, then this error will come.

First need to understand how widgets are working in mendix. You can refer this link https://docs.mendix.com/howto50/creating-a-basic-hello-world-custom-widget

answered
0

Most of the time, clearing the cache fixes the issue. If not maybe take a look at this post: https://forum.mendix.com/link/questions/10442

answered