Hybrid mobile error after updating to mendix 7

4
Error: Not implemented yet at Object.<anonymous> (https://quion-hrc-accp.mendixcloud.com/mxclientsystem/mxui/mxui.js?636475714606119970:24:17922) I have the following obscure error after updating our server to mendix 7. I found this in the logs of the android device. This yields an mobile internal error (and the according popup), and happens every time after login of the user. The error was reproduced with our own customized phonegap package and a fresh download of a new phonegap package (to make sure the error did not occur only with our phonegap package. Complete StackTrace in mxui.js Error: Not implemented yet at Object.<anonymous> (https://quion-hrc-accp.mendixcloud.com/mxclientsystem/mxui/mxui.js?636475714606119970:24:17922) at e (https://quion-hrc-accp.mendixcloud.com/mxclientsystem/mxui/mxui.js?636475714606119970:5:122951) at Object.<anonymous> (https://quion-hrc-accp.mendixcloud.com/mxclientsystem/mxui/mxui.js?636475714606119970:29:77059) at e (https://quion-hrc-accp.mendixcloud.com/mxclientsystem/mxui/mxui.js?636475714606119970:5:122951) at Object.create.constructor.value (https://quion-hrc-accp.mendixcloud.com/mxclientsystem/mxui/mxui.js?636475714606119970:29:233888) at e (https://quion-hrc-accp.mendixcloud.com/mxclientsystem/mxui/mxui.js?636475714606119970:5:122951) at Object.n (https://quion-hrc-accp.mendixcloud.com/mxclientsystem/mxui/mxui.js?636475714606119970:29:71391) at e (https://quion-hrc-accp.mendixcloud.com/mxclientsystem/mxui/mxui.js?636475714606119970:5:122951) at Object.<anonymous> (https://quion-hrc-accp.mendixcloud.com/mxclientsystem/mxui/mxui.js?636475714606119970:29:69733) at e (https://quion-hrc-accp.mendixcloud.com/mxclientsystem/mxui/mxui.js?636475714606119970:5:122951) at Object.defineProperty.value (https://quion-hrc-accp.mendixcloud.com/mxclientsystem/mxui/mxui.js?636475714606119970:24:4172) at e (https://quion-hrc-accp.mendixcloud.com/mxclientsystem/mxui/mxui.js?636475714606119970:5:122951) at Object.<anonymous> (https://quion-hrc-accp.mendixcloud.com/mxclientsystem/mxui/mxui.js?636475714606119970:29:167240) at e (https://quion-hrc-accp.mendixcloud.com/mxclientsystem/mxui/mxui.js?636475714606119970:5:122951) at t.exports (https://quion-hrc-accp.mendixcloud.com/mxclientsystem/mxui/mxui.js?636475714606119970:5:124577) at https://quion-hrc-accp.mendixcloud.com/mxclientsystem/mxui/mxui.js?636475714606119970:5:124588 Anyone experienced a similar issue before?
asked
1 answers
0

Turned out it was related to the PushNotifications widget. See this issue on the github. After updating the widget the issue was resolved.

https://github.com/mendix/MxPushNotifications/issues/55

answered