Cant run the app in offline mode. Says- An error occurred, please contact your system administrator.

0
The app was previously working fine ,suddenly after an update the app is throwing this error only in the offline mode. On the page it says – “An error occurred, please contact your system administrator.” and below is the error that comes in the console Did not expect an argument to be undefined Error: Did not expect an argument to be undefined     at l (http://localhost:8084/mxclientsystem/mxui/mxui.js?637870819340015108:68:189539)     at http://localhost:8084/mxclientsystem/mxui/mxui.1.js?637870819340015108:5:36645     at Array.map (<anonymous>)     at Object.item (http://localhost:8084/mxclientsystem/mxui/mxui.1.js?637870819340015108:5:36563)     at i (http://localhost:8084/mxclientsystem/mxui/mxui.1.js?637870819340015108:5:51666)     at http://localhost:8084/mxclientsystem/mxui/mxui.1.js?637870819340015108:5:51149
asked
1 answers
1

You have yourself a bughunt coming. Some Array.map received no values. But which process will be hard to find. If you have any idea, you can remove pages and flows until this does not happen anymore and then add them again until it does not start anymore.

It might help to set the loglevel of ‘Client’ to ‘Trace’

answered