Strange Error and page not displaying

I have a page that will not display on a mobile browser using a fire hd. Can anyone help with this error code from the logs.

02-24 14:37:03.184 19774-19774/com.???????.raftbrowser I/chromium: [INFO:CONSOLE(112)] "TypeError: Object.values is not a function", source:  (112)
02-24 14:37:03.217 19774-19774/com.??????.raftbrowser I/chromium: [INFO:CONSOLE(12)] "onerrorLogger: {"stack":"TypeError: Object.values is not a function\n    at render (http://ign8-test-1.scada.corp.??????.com/res/perspective/js/PerspectiveClient.dce1d2b1755f8c994ed7.js:24:116355)\n    at Object.e._allowStateChanges (http://ign8-test-1.scada.corp.??????.com/res/perspective/js/mobx.umd.min-5.14.2.js:1:46613)\n    at http://ign8-test-1.scada.corp.??????.com/res/perspective/js/mobx-react.umd-6.1.4.js:1:4838\n    at re (http://ign8-test-1.scada.corp.??????.com/res/perspective/js/mobx.umd.min-5.14.2.js:1:8660)\n    at t.track (http://ign8-test-1.scada.corp.??????.com/res/perspective/js/mobx.umd.min-5.14.2.js:1:19832)\n    at u [as render] (http://ign8-test-1.scada.corp.??????.com/res/perspective/js/mobx-react.umd-6.1.4.js:1:4813)\n    at .<anonymous> (http://ign8-test-1.scada.corp.??????.com/res/perspective/js/mobx-react.umd-6.1.4.js:1:4950)\n    at C.function.e.render.e.isReactClass.Object.isPrototypeOf.call.r.render (http://ign8-test-1.scada.corp.??????.com/res/perspective/js/mobx-react.umd-6.1.4.js:1:4962)\n    at Ne (http://ign8-test-1.scada.corp.??????.com/res/perspective/js/react-dom.production.min-16.11.0.js:103:450)\n    at Bh (http://ign8-test-1.scada.corp.??????.com/res/perspective/js/react-dom.production.min-16.11.0.js:103:243)","message":"Object.values is not a function","name":"TypeError","logData":{"msg":"Uncaught Exception","errorMsg":"Uncaught TypeError: Object.values is not a function","url":"http://ign8-test-1.scada.corp.??????.com/res/perspective/js/react-dom.production.min-16.11.0.js","line number":160,"column":407}}", source:  (12)
02-24 14:37:03.218 19774-19774/com.??????.raftbrowser I/chromium: [INFO:CONSOLE(160)] "Uncaught TypeError: Object.values is not a function", source:  (160)

??? removed for security

From this part of the error:

"message":"Object.values is not a function","name":"TypeError","logData":{"msg":"Uncaught Exception","errorMsg":"Uncaught TypeError: Object.values is not a function","url":"http://ign8-test-1.scada.corp.??????.com/res/perspective/js/react-dom.production.min-16.11.0.js","line number":160,"column":407}}

It sounds like maybe the Fire tablet doesn't support some function that the javascript is trying to run. It's expecting a function and it's not interpreting the Object.values as a function. Maybe try a different version of the react-dom.production.min-16.11.0.js library?

Sorry, but can't really glean too much more from the error.

1 Like

Thanks for that info, I have found out that it is a chromium based browser that is somewhat dated. This would go hand in hand with what you are saying. Do you know what the latest version of Chromium is needed to support perspective pages.

Thanks again Laurie

That sounds like a question for one of the support specialists at IA.

Anyone?

Thanks for your help boyergary. Yes can a specialist help with this. If the latest version of chromium was version 70, that can be installed, due to local security restrictions, what could be done to get this functioning. Is there anything else that could be installed to bridge the gap for the missing funtions.