AnyCharts Error Before Refresh of Client

0
Hi, I have a Microflow that calculates my AnyCharts Bar Graph by counting each value that is created, every time I create a new result that gets added to the Count, the Mendix client shows the following error:  An error occurred in a "com.mendix.widget.custom.AnyChart.AnyChart" widget. Check updates for the widget in the Mendix App Store or contact the widget developer.   After refreshing my browser, the AnyCharts displays all the results in the Bar Graph correctly but I am not sure why I am getting this issue only before a refresh of the client? (before adding any new additional results to my anychart count of the results). Here are some of the console errors that are displaying while this issue occurs: Error 1: Cannot read property 'type' of undefined TypeError: Cannot read property 'type' of undefined     at Object.React$$1.cloneElement (webpack:///C:/Users/JohanMunneke/Documents/GitHub/mendix-ReactDateTimePicker/mendix-ReactDateTimePicker/node_modules/react-hot-loader/dist/react-hot-loader.development.js?:2826:31)     at t.getSidebarElement (http://localhost:8080/widgets/com/mendix/widget/custom/AnyChart/AnyChart.js?637587559575792246:24:126244)     at t.eval (webpack:///C:/Users/JohanMunneke/Documents/GitHub/mendix-ReactDateTimePicker/mendix-ReactDateTimePicker/node_modules/react-hot-loader/dist/react-hot-loader.development.js?:708:25)     at t.render (http://localhost:8080/widgets/com/mendix/widget/custom/AnyChart/AnyChart.js?637587559575792246:24:125923)     at ca (http://localhost:8080/mxclientsystem/mxui/mxui.js?637587559575792246:55:65448)     at ua (http://localhost:8080/mxclientsystem/mxui/mxui.js?637587559575792246:55:65243)     at Ns (http://localhost:8080/mxclientsystem/mxui/mxui.js?637587559575792246:55:99313)     at xs (http://localhost:8080/mxclientsystem/mxui/mxui.js?637587559575792246:55:83663) Error 2: DEPRECATED: mx.baseUrl. Use mx.remoteUrl + "xas" instead. -- will be removed in version: 10.0 Error 3: Cannot read property 'loggedIn' of undefined TypeError: Cannot read property 'loggedIn' of undefined Error 4: Error loading profile for feedback widget:  JSONP request to https://home.mendix.com/mxid/appbar2?q=1623155580587 failed Error: JSONP request to https://home.mendix.com/mxid/appbar2?q=1623155580587 failed     at HTMLScriptElement.f.onerror (http://localhost:8080/widgets/com/mendix/widget/custom/SprintrFeedbackWidget.js?637587559575792246:51:35560) Please can someone help clarify if I am doing anything wrong this     
asked
0 answers