My “Simple Browser” appears with a message of “Not found”, when i enter console.log(“Hello World”); in myapp, nothing changes. submitting the link, of course does not work, probably because of the error.
The not found is expected, as nothing is being served (logging doesn’t server anything).
But you need to make sure the server is running. Gitpod will automatically start the server, so you do not need to do anything. But if you stop the server you have to restart it and (unless you have added --watch to the start script) you have to manually stop and restart the server after any code change.