Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Blank page displayed in chrome, even data available in the output folder #40

Closed
velanbabu opened this issue Jan 24, 2019 · 3 comments
Closed

Comments

@velanbabu
Copy link

Hi
Thanks for created wonderful tool. I'm able to generate the output log. When i access the report in browser, blank page displayed and i checked the console log, error showing as

system.js:1 Failed to load resource: the server responded with a status of 404 (Not Found)
less.min.js:1 Failed to load resource: the server responded with a status of 404 (Not Found)
system.js:1 Failed to load resource: the server responded with a status of 404 (Not Found)
bootstrap.js:9 Uncaught TypeError: Cannot read property 'config' of undefined
at bootstrap.js:9
at bootstrap.js:24

Environment : Windows 8
Chrome Browser

Please provide solution for the same

Regards
Velan

@smontanari
Copy link
Owner

It looks to me like the web server cannot resolve the location of the javascript library files requested by the browser. When you start the web server you should see through its output where in the file system it's supposed to find those files (something like serving "/lib" files from ...). Is that folder correct?

I suspect this could be an issue caused by how you run node in Windows, which I can't replicate because I don't have Windows. Other users have suggested ways to run/configure code-forensics on Windows OS, you may want to check out past issues or the FAQ.

@jdevoo
Copy link

jdevoo commented May 7, 2019

Just to say that I encountered a blank page before because I had an extra node_modules and gulp lying around... (from an npm link gulp)
FWIW

@smontanari
Copy link
Owner

no activity or further information to work with here, closing the issue

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants