Project stuck "starting"?

Im trying to figure how I can make a discord Oauth2 application, and im trying to practice on glitch, but for some reason when i go to the project’s page (https://oasis-prince.glitch.me/) it just sits there forever “Starting” and nothing happens, even though the server.js file is running

Im following https://medium.com/@orels1/using-discord-oauth2-a-simple-guide-and-an-example-nodejs-app-71a9e032770

Try changing the port used in server.js to 3000, not 50451.

2 Likes

Oh that worked, thanks