mxui.js errors in Mx10 AnyChart after migration from 9 to 10

3
Hi,   Rendering the AnyChart widget goes wrong after migration from 9 to 10. It stops the application to run further until the page is refreshed.   The error in the console: Cannot read properties of null (reading 'render') TypeError: Cannot read properties of null (reading 'render')     at http://localhost:8080/mxclientsystem/mxui/mxui.js?638240591963886097:5:314241     at new Promise (<anonymous>)     at O.<computed>.E._render (http://localhost:8080/mxclientsystem/mxui/mxui.js?638240591963886097:5:314209)     at http://localhost:8080/mxclientsystem/mxui/mxui.js?638240591963886097:5:313794     at http://localhost:8080/mxclientsystem/mxui/mxui.js?638240591963886097:5:9575     at Pe (http://localhost:8080/mxclientsystem/mxui/mxui.js?638240591963886097:5:9722)     at http://localhost:8080/mxclientsystem/mxui/mxui.js?638240591963886097:5:5598     at Fe (http://localhost:8080/mxclientsystem/mxui/mxui.js?638240591963886097:5:9780)     at ce (http://localhost:8080/mxclientsystem/mxui/mxui.js?638240591963886097:5:5583)     at p (http://localhost:8080/mxclientsystem/mxui/mxui.js?638240591963886097:5:651)   For example, passing the JSON ‘[]’ to the AnyChart widget cases this in Mx10, whereas in Mx9, this error is not present.   I can bypass the ‘[]’ problem by adding a Decision in the Microflow, but the error also pops up then the data is filled.   Any clue? 
asked
8 answers
1

The fix for this issue is lined up for Mx 10.1 Release.

answered
2

The ticket has been sent to the widget team. I will keep you posted.

answered
1

I get the same errors continuously, it seems to also happen with my tab container somehow. Unfortunately don't have a fix.

answered
1

Indeed, the update to 10.1 fixed the issue

answered
0

I have raised a support request and created an App package with this problem.  For me, it materialized when I use the AnyChart on the same page with a Grid2 with custom content a Slider. 

answered
0

This is a massive problem, it happens to a lot of people and in a lot of situations, as far as I can tell most often in relation to widgets.

 

In my case it ended with me having to move to Mendix 10 Beta 2 (you can't go back to 9.xx) but at the same time I lost the data I had entered into my application (Mendix screamed that the databases were incompatible). This is the only way unfortunately I found but on Beta 2 I have no problems at all so I recommend ;)

answered
0

We have the same problem and it is quite frustrating as there is no solution to this problem. Hopefully support will fix it soon. 
Does anyone have the Mendix 10 Beta 2 installer? As it is not available for download on the web and cannot be downgraded to 9.24.3.

answered
0

Have the same problem by submitting a form on a page where some JS scripts are executed. Upgrading in a separate branch saved my day :-) Waiting for a fix. 

answered