Closed dialex closed 6 years ago
Thats because the page is empty without JavaScript ;)
I'm also facing a similar issue on a local project but it uses the LAMP stack, so there is no JS injected stuff. Not sure why it's not working. It's working on other projects using similar technologies.
The problem was in my usage. The project has robots set to none
on my local environment. Use the -f
flag fixed it.
When I run
blc https://dialex.github.io/start-testing/
It outputs
Getting links from: https://dialex.github.io/start-testing
.And that's it. Stops the execution. No errors. Am I doing something wrong?