duo-labs / cloudmapper

CloudMapper helps you analyze your Amazon Web Services (AWS) environments.
BSD 3-Clause "New" or "Revised" License
5.94k stars 800 forks source link

Blank screen, no error code #797

Closed bilalAchahbar closed 3 years ago

bilalAchahbar commented 3 years ago

I have run the webserver on my VM but the webpage is stuck on the white blank screen It get's stuck in this mode for a long time with no end

51.145.175.89 - - [10/Nov/2020 13:49:33] "GET /js/cytoscape-panzoom.js HTTP/1.1" 200 -
51.145.175.89 - - [10/Nov/2020 13:49:33] "GET /js/cytoscape-undo-redo.js HTTP/1.1" 200 -
51.145.175.89 - - [10/Nov/2020 13:49:33] "GET /js/cytoscape-view-utilities.js HTTP/1.1" 200 -
51.145.175.89 - - [10/Nov/2020 13:49:33] "GET /webfonts/fa-solid-900.woff2 HTTP/1.1" 200 -
51.145.175.89 - - [10/Nov/2020 13:49:33] "GET /webfonts/fa-regular-400.woff2 HTTP/1.1" 200 -
51.145.175.89 - - [10/Nov/2020 13:49:33] "GET /js/cytoscape-expand-collapse.js HTTP/1.1" 200 -
51.145.175.89 - - [10/Nov/2020 13:49:33] "GET /js/cytoscape-navigator.js HTTP/1.1" 200 -
51.145.175.89 - - [10/Nov/2020 13:49:33] "GET /js/cytoscape-autopan-on-drag.js HTTP/1.1" 200 -
51.145.175.89 - - [10/Nov/2020 13:49:33] "GET /js/FileSaver.min.js HTTP/1.1" 200 -
51.145.175.89 - - [10/Nov/2020 13:49:33] "GET /js/circular-json.js HTTP/1.1" 200 -
51.145.175.89 - - [10/Nov/2020 13:49:33] "GET /js/mousetrap.min.js HTTP/1.1" 200 -
51.145.175.89 - - [10/Nov/2020 13:49:33] "GET /js/akkordion.min.js HTTP/1.1" 200 -
51.145.175.89 - - [10/Nov/2020 13:49:33] "GET /js/nodeInfo.js HTTP/1.1" 200 -
51.145.175.89 - - [10/Nov/2020 13:49:33] "GET /js/cloudmap.js HTTP/1.1" 200 -
51.145.175.89 - - [10/Nov/2020 13:49:33] "GET /data.json HTTP/1.1" 200 -
51.145.175.89 - - [10/Nov/2020 13:49:36] "GET /style.json HTTP/1.1" 200 -
51.145.175.89 - - [10/Nov/2020 13:50:53] "GET /css/jquery.qtip.css HTTP/1.1" 200 -
51.145.175.89 - - [10/Nov/2020 13:50:53] "GET /css/nprogress.css HTTP/1.1" 200 -
51.145.175.89 - - [10/Nov/2020 13:50:53] "GET /css/cytoscape.js-panzoom.css HTTP/1.1" 200 -
51.145.175.89 - - [10/Nov/2020 13:50:53] "GET /css/font-awesome.css HTTP/1.1" 200 -
51.145.175.89 - - [10/Nov/2020 13:50:53] "GET /css/cytoscape.js-navigator.css HTTP/1.1" 200 -
51.145.175.89 - - [10/Nov/2020 13:50:53] "GET /css/akkordion.css HTTP/1.1" 200 -
51.145.175.89 - - [10/Nov/2020 13:50:53] "GET /css/cloudmap.css HTTP/1.1" 200 -

And this is the only output I've got. image

I do understand this issue was already raised by the following issue https://github.com/duo-labs/cloudmapper/issues/12 but that person got a clear 404 from the data.json file not found. Where as I seem to get a 200 on that file.

One explanation I've got at the moment is the large amount of nodes, but I hoped to filter that out inside the webpage. - 1472 nodes built in region eu-west-1

I ran the prepared before starting the webserver. And the report.html is showing a good results. It would be nice If I could visualize it inside the index.html file.

0xdabbad00 commented 3 years ago

The network visualization is unfortunately no longer supported. It should still work, so I don't know what is wrong here, but unfortunately I do not have time to diagnose and maintain issues with it.