Web application not working on latest chrome version

时间:2017-12-18 05:09:19

标签: java spring google-chrome browser web-applications

I am using already preset web software which is made from spring framework, java, neo4j database management system, tomcat server.

It was working on chrome Version 62.0.3202.94 (Official Build) (64-bit). But as new version arrives (Version 63.0.3239.84 (Official Build) (64-bit)) it is not showing any queried data on the UI. But I can see in the log that query is successfully completed.

Is there any reason that this application is not working on the latest version of chrome?

Also it is not working on any other web browser.

Developer console of browser shows below error:

Uncaught TypeError: The comparison function must be either a function or undefined
    at Array.sort (native)
    at displayFileNameCountMap (http://localhost:8080/code/js/graph.js:49:10)
    at XMLHttpRequest.xmlhttp1.onreadystatechange (http://localhost:8080/code/js/core.js:57:13)

0 个答案:

没有答案