The forever loading in some of my projects never caused any error, or I just didn’t knew about them.
But now if an project is forever loading (when it should be LIVE), it is not supported in https://uptimerobot.com
I am not sure what to do to make my project 24/7 alive (not by codes in the project itself)
Please fix this or give me a way to make it Live instead of forever load.
It keeps loading because you don’t have anything listening on a port. It will continue to show the loading icon until that’s resolved. Try adding the following toward the top of server.js
Hi @Gareth, I seem to be having the same problem, my project’s been starting(loading) for a couple of hours now, can’t seem to figure out why that is.
Here’s the link to my project: https://glitch.com/edit/#!/colossal-fact.
Any help would be greatly appreciated
No, this is a different issue - You’ve put your Express route handling and listener within the mongodb connect statement. I’ve moved the listener outside of that and you’ll see the project loads fine now.