SecurityRiskAdvisors / VECTR

VECTR is a tool that facilitates tracking of your red and blue team testing activities to measure detection and prevention capabilities across different attack scenarios
1.35k stars 159 forks source link

Cannot access reporting tab - fresh install #175

Closed Kiblyn11 closed 2 years ago

Kiblyn11 commented 2 years ago

Reporting tab is broken after fresh install with docker version ce-8.3.1. I did the discovery tour, and when it asks to click on reporting I got that error and nothing happened. Restarting container, refreshing page does not help.

[$stateChangeError] Error: Unable to load scripts/controllers/reporting/metricsController.331e7f67801e050b22272f3f41a4895b.js
    onerror Angular
 fromState 
Object { url: "/{assessmentId}", params: {…}, views: {…}, ncyBreadcrumb: {…}, resolve: {…}, name: "app.assessmentGroup.campaigns.campaign", alreadyLoaded: false, ncyBreadcrumbLink: "#/app/VectrIntroTour/2b768674-fd1a-4160-a5aa-f8a4bdb6d383/96d86b41-1ddb-4e35-b24a-356a864a84ac", ncyBreadcrumbStateRef: "app.assessmentGroup.campaigns.campaign", ncyBreadcrumbLabel: "Discovery", … }
 toState 
Object { url: "/assessmentGroupScore", views: {…}, ncyBreadcrumb: {…}, params: {…}, resolve: {…}, name: "app.reporting.assessmentGroup.assessment.metrics", alreadyLoaded: false }
carlvonderheid commented 2 years ago

If you have ublock orgin installed in your browser, it will block the metrics screen. We will change the name of the library in a future build, but for now you can turn off the browser plugin.

Kiblyn11 commented 2 years ago

Confirm, disabling ublock origin fix the issue, thanks.