Why I get Error: listen EADDRINUSE: address already in use 127.0.0.1:3000 in Glitch. I do not understand why?

Can somebody please help me. When I run the Server I directly get an Error: listen EADDRINUSE: address already in use 127.0.0.1:3000 in Glitch. On my Compter it work, but on Glitch I always get this ERROR. please HELP?
Projekt

1 Like

Check if you have any other Node.js servers or applications running on Glitch that are using port 3000.
You can change the port number your Node.js server listens on. may be if help you see the Ref: