Project is stuck loading

the page to this specific project doesn’t seem to load. any help?

link

Hey @vinslosh, welcome to Glitch! The reason why the page doesn’t seem to load is because it expects server.js to return some kind of code to the client when it receives a request. It looks like the only code in there is for the bot, so the browser just keeps waiting for a response but never gets it.
I think if you add in something like the code here:


that should do the trick! Let me know if that doesn’t help (or if I misunderstood!)

1 Like