Error __WEBPACK_AMD_DEFINE_RESULT__ when using timeseries chart in old modules ?

0
We switch to the chart module (1.4.0) and made several pages with timeserie graphs/widgets in new modules. They all work nicely. We have several “old” modules, that we migrated in the past from Mendix 6 to now Mendix 7.20.1. I now want to migrate pages with old charts (google chart based) in existing modules. I noticed that when I place a new timeserie widget on a page in the old module, I get the following error on EVERY page where a timeserie widget is used (even on pages that worked well before we started to migrate) The console shows the following log message: props.seriesConfig is undefined __WEBPACK_AMD_DEFINE_RESULT__</TimeSeriesContainer</TimeSeriesContainer.validateProps@http://localhost:8080/widgets/com/mendix/widget/custom/TimeSeries/TimeSeries.js?636796425456296962:31688:17 TimeSeriesContainer@http://localhost:8080/widgets/com/mendix/widget/custom/TimeSeries/TimeSeries.js?636796425456296962:31645:31 Yi@http://localhost:8080/mxclientsystem/mxui/mxui.js?636796425456296962:67:54981 Zi@http://localhost:8080/mxclientsystem/mxui/mxui.js?636796425456296962:67:60314 Ao@http://localhost:8080/mxclientsystem/mxui/mxui.js?636796425456296962:67:74350 No@http://localhost:8080/mxclientsystem/mxui/mxui.js?636796425456296962:67:74696 la@http://localhost:8080/mxclientsystem/mxui/mxui.js?636796425456296962:67:79364 ua@http://localhost:8080/mxclientsystem/mxui/mxui.js?636796425456296962:67:79018 Mo@http://localhost:8080/mxclientsystem/mxui/mxui.js?636796425456296962:67:77530 Similar, when I move arbitrary one of the  working pages with timeserie widget from a new module to the old module (and reselect user roles with right acces), I got the same errors on every page where a timeseries widget is used. (Even on pages that are not changed at all).  When I move all pages with timeserie widgets to new modules, all works fine. I double checked the version of the Chart, we use the latest version. I also double checked acces rights. Any one knows what happens here and how I can correct this, so that I can add pages with timeserie graph in our old, existing modules (keeping every thing local grouped together) ?
asked
0 answers