Stuck on starting page when trying to deploy web page

Hi I am getting stuck on the starting page when trying to run it on Glitch. I am new to web development. It works when I run locally. Can someone help look at the code and tell me what the problem is? Thanks so much

could be that glitch doesn’t know about the port it’s listening on? try changing it to listen on port 3000 or get the port glitch wants you to use from the PORT environment variable

1 Like