Actually, I just built a web authentication app using the web dev simplified tutorial but then there is a use of constant to store user data that is the login and password instead of database(because they use MongoDB whereas glitch doesn’t have it )… so I used it. but then the value of constant becomes new when the server is restarted… so as glitch puts the app to sleep after 5 mins inactivity… my constant will get lost (Not yet tried but by the theory)… so, is there any way I can change the behaviours of glitch restarting without losing the data stored ??
please…