Stuck on "starting"

Hey, im making a basic website and ive used express… once i added that it gets stuck on “starting” and i dont know what to do.

The project name is: it-resources

Thanks in advance

i just accepted it

1 Like

Hello, can you show us your logs?

There isn’t really a need for anyone to enter your project.

I should really make a set of copypasta for stuff like this lol.

Are you serving anything to the url “/” ?

Like:

app.get("/", (res, res) => {
res.send("h3llo w0r1d")
})
2 Likes

This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.