Tell us what’s happening:
If I paste my solution to FreeCodeCamp it says : "Hello World"should be in the console
I logged Hello World in myApp.js from the FCC boilerplate on Glitch with console.log("Hello World"); but when I copy and paste the Live App link it doesn’t work.
Can you please Help me? I even tried with the challenge
“Managing Packages with Npm - How to Use package.json, the Core of Any Node.js Project or npm Package”
Same thing…
Your browser information:
User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0.3945.88 Safari/537.36.
Challenge: Basic Node and Express - Meet the Node console
jquery.js:9837 GET https://common-acoustic.glitch.me/_api/hello-console net::ERR_NAME_NOT_RESOLVED
and this:
frame-runner.js:70 Error
at Object.eval (eval at _callee$ (VM46 frame-runner.a8eacec985ff33f24600.js:25), <anonymous>:1:175)
at s (VM46 frame-runner.a8eacec985ff33f24600.js:25)
at f (VM46 frame-runner.a8eacec985ff33f24600.js:25)
I am trying with different browsers… same
But from MS Edge I get this:
[object Error]: {description: "undefined", stack: "Error at Anonymous function (eval code:1:169) at s (https://www.freecodecamp.org/js/frame-runner.a8eacec985ff33f24600.js:25:25734) at Anonymous function (https://www.freecodecamp.org/js/frame-runner.a8eacec985ff33f24600.js:25:26044)"}
description: "undefined"
stack: "Error at Anonymous function (eval code:1:169) at s (https://www.freecodecamp.org/js/frame-runner.a8eacec985ff33f24600.js:25:25734) at Anonymous function (https://www.freecodecamp.org/js/frame-runner.a8eacec985ff33f24600.js:25:26044)"
__proto__: Error
OK, one last check. If you click the Network tab (two over to the right from Console tab), then click the clear button and then click Submit, can you post a screen shot of what you see? It should look something like the following.