Typeerror Cannot read property Contextable of undefined

0
I just upgraded to Modeler 6.4.1. When I try to run my app locally I get a blank page. Inspecting the page shows: mxui.js:21 TypeError: Cannot read property 'Contextable' of undefined(…)4a4 @ mxui.js:21 The only thing I've been able to find on the forum points to an issue with the Data Extention Grid but I am not using that widget in my app. Does anyone know what else could be causing this issue?
asked
1 answers
3

This a common error when using a Mx5 widget in a Mendix 6 project. Yesterday I tried to convert a Mx5 widget to Mx6 and I got that error too. Unfortunately the error doesn't point to the exact widget that is giving the error.

Unfortunately the only solution I can give you is to eliminate the widgets one-by-one (starting by the last one you downloaded from the appstore) to find the widget that is giving this error.

If you can post here which widget it is that is giving youthe error maybe somebody on the forum has a mx6 version of this widget.

answered