My discord bot goes offline at some point until I go on the project page and get “Initializing node_modules, hold on…” which puts it back online. It has been happening lately and I’ve been wondering if there’s a way to prevent it from happening without me having to keep going on the project to bring it online
1 Like
Try using Awake! or UptimeRobot to ping your project domain
and use this for the url
https://project-name.glitch.me/
or a custom domain (if linked to project)
If your project just has been awaken, the project has to update all code and packages for the code to run. It shold take around 1-10 min depending on your code
1 Like