In the very first step of the Basic node and Express course (where you should add a console.log to the existing code) the Simple browser window says: "Not found"from the very beginning (so even before I add my code). Adding code does not work, as becomes evident when the link is pasted in the Solution link.
In the terminal there are no obvious signs of something being wrong: the message “Node is listening on port 3000…” is displayed.
Update:
if I understood correctly the message “Not found” is not an issue, but as long as no server communication happened this message is going to be there.
I have tried the modified myApp.js (including the console.log(“Hello World”) to run in a bash terminal. With the result that it correctly prints “Hello World” to the terminal/console. So the file is working.
Apparently somehow the GitPod console does not get the console.log message. I have no clue why. But this blocks the test, as it does not find the “Hello World” message in the console.
Who has an idea why this happens and how to solve this?