Basic Node and Express - Serve Static Assets

Tell us what’s happening:

the server at
boilerplate-express - Replit
is in a endless loop.

if i press the red stop button it starts running also. it runs always.
i cannot copy the error messages because its changing always.

Your project link(s)

solution: boilerplate-express - Replit

Your browser information:

User Agent is: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:109.0) Gecko/20100101 Firefox/110.0

Challenge: Basic Node and Express - Serve Static Assets

Link to the challenge:

solved:
changed ‘app.listen(3000);’ to 'app.listen(80);´
was just a idea. my first triy with changing the port