[Solved] My Glitch project is stuck on the home page!

I have a glitch project that is stuck on the starting screen! I tried a few stuff and it did not help. I think at least some of the code is running because in the logs I see SOME pf my console.log s. Please help me.

Here is the link: Glitch :・゚✧

Please help me thank you and have a great day!

Hi there @Blank_sm, welcome to the forum! I took at look at your server.js code and you’re going to want to move the listener outside of that get request to “/ranker”. Move this code outside of that and your page should get out of that starting screen:

const listener = app.listen(process.env.PORT, () => { console.log("Your app is listening on port " + listener.address().port); });

@jenn I don’t understand. I sent you an invite can you do it?

I moved it to the last line. Now the starting screen stopped but you appear to have some errors pertaining to your Roblox credentials not existing. Look at the logs and use them to help guide you to what’s missing.

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