Hello,
I’m working on the first dapp lesson and when I try to load the project on localhost:8000, I get a 404 error in the console:
“DevTools failed to load SourceMap: Could not load content for chrome-extension://nkbihfbeogaeaoehlefnkodbefgpgknn/sourcemaps/contentscript.js.map: HTTP error: status code 404, net::ERR_UNKNOWN_URL_SCHEME”
Could somebody tell me what I’m doing wrong? Thank you.
Here’s a repo, the Helloworld folder contains the Truffle project for migrating and the Dapp folder has main.js and the files for the browser UI: