Blockcerts-verifier demo: This site can’t be reached

Hello!

Can anyone help me solve the problem: when I’ try to run the blockcerts-verifier demo…

…it opens https://0.0.0.0:8081/ labeled “This site can’t be reached”. What is the reason for this?
I tried to switch off my firewall - same thing.

And if it is important: eslint-config-standard-with-typescript and wc-sass-render have been installed up to date since the versions (20.0.0 and 1.0.0 respectively) specified in the blockcerts package gave errors during installation.

I don’t have access to a windows machine so let’s see if I can help you troubleshoot the issue.

  • If you create a directory somewhere with just and index.html and then use something similar as this: https://appdividend.com/2022/01/29/python-simplehttpserver/ on your machine, does it work?
  • the dev server is served under https, is there maybe something blocking https localhost on your machine? I suppose you can edit the rollup.config.js file to remove the HTTPS. It might not work as expected after, but if you see the UI then that would be isolating the issue to HTTPS.

As for the dependencies, could you maybe report the errors on the blockcerts-verifier repo? Thanks