Hint Instruction not clear and my code not passing

I am reading this and it mention Glitch e.g.

Note: If you use Glitch

But on the challenge page, it is Gitpod, not Glitch, either the instruction above are old are I am confused because I am running the following code

let express = require('express');
let app = express();
console.log("Hello World")


 module.exports = app;

but when I run it, I get error

// running tests

  1. “Hello World” should be in the console
    // tests completed
    // console output
    [Error]

what link are you submitting?

did you restart the server after making changes?

what link are you submitting?
When I click on the link for our Gitpod starter project
it opens a new IDE, and the link to it e.g
https://freecodecam-boilerplate-gvhuh5mhogf.ws-eu117.gitpod.io/

did you restart the server after making changes?
yes, I also put in a --WATCH flag

you need to submit the link with the port number, the one from the preview

1 Like

thanks, this worked.