Random Error in Hybrid Mobile Application

0
Hi All, I am getting Contact Administrator error message  frequently when i am navigating through pages in my hybrid mobile Application. Note : we are not using any html widget in the pages i am navigating Please find the error message : Cannot use 'in' operator to search for 'innerHTML' in null TypeError: Cannot use 'in' operator to search for 'innerHTML' in null     at v (http://localhost:8080/mxclientsystem/mxui/mxui.js?637331252487061259:5:102360)     at Object.e.empty (http://localhost:8080/mxclientsystem/mxui/mxui.js?637331252487061259:5:102469)     at Object.advice (http://localhost:8080/mxclientsystem/mxui/mxui.js?637331252487061259:5:54941)     at Object.o [as empty] (http://localhost:8080/mxclientsystem/mxui/mxui.js?637331252487061259:5:54721)     at Object._setNodeContent (http://localhost:8080/mxclientsystem/mxui/mxui.js?637331252487061259:73:180273)     at Object.set (http://localhost:8080/mxclientsystem/mxui/mxui.js?637331252487061259:73:183030)     at S.<computed>.E.<anonymous> (http://localhost:8080/widgets/DataCounter/widget/DataCounter.js?637331252487061259:112:30)     at http://localhost:8080/mxclientsystem/mxui/mxui.js?637331252487061259:5:27280     at A (http://localhost:8080/mxclientsystem/mxui/mxui.js?637331252487061259:73:210204)     at http://localhost:8080/mxclientsystem/mxui/mxui.js?637331252487061259:73:217007   PLe
asked
1 answers
1

Your error states a problem with the DataCounter widget on your page. Looks like it gets an empty object or something wrong with the access rights on the used configuration (Entity/MF/..)

Looks like your not the only one with problems though:

answered