Project restart. Initializing node_modules, hold on

Hey,
Why does this message pops up in console once every couple of hours? Without me doing anything. Is there way to prevent this?

“Initializing node_modules, hold on…
node v16.6.1, npm 7.20.6
Installing…
up to date, audited 141 packages in 3s…”

Hi Buggs, is it a boosted project or free tier?

1 Like

This is probably your project restarting, the effects both free and paid projects.

I was attempting to see if there is any pattern and/or whether it was really occurring twice a day and decided to log each time the server starts. The first few entries on the 12th would be me setting it up but the 5 starts on the 16th wasn’t me.

While I wouldn’t use Glitch for hosting anything I needed to run all the time it can be disconcerting when I’m in the midst of a group of friends in VR and notice what I assume is the server restarting as everyone there is prompted to once again accept some terms that only occurs as the app connects.

— server start —
2021-11-12T18:09:43.277Z ANY server: host=127.0.0.1 port=3000
2021-11-12T18:10:23.294Z ANY server: host=127.0.0.1 port=3000
2021-11-12T18:21:22.407Z ANY server: host=127.0.0.1 port=3000
2021-11-12T22:51:33.826Z ANY server: host=127.0.0.1 port=3000

2021-11-13T03:09:24.471Z ANY server: host=127.0.0.1 port=3000
2021-11-13T04:16:24.375Z ANY server: host=127.0.0.1 port=3000
2021-11-13T06:04:30.176Z ANY server: host=127.0.0.1 port=3000
2021-11-13T18:06:30.051Z ANY server: host=127.0.0.1 port=3000

2021-11-14T06:07:22.383Z ANY server: host=127.0.0.1 port=3000
2021-11-14T18:08:23.693Z ANY server: host=127.0.0.1 port=3000

2021-11-15T06:09:21.545Z ANY server: host=127.0.0.1 port=3000
2021-11-15T12:22:36.546Z ANY server: host=127.0.0.1 port=3000

2021-11-16T00:23:22.961Z ANY server: host=127.0.0.1 port=3000
2021-11-16T00:49:45.648Z ANY server: host=127.0.0.1 port=3000
2021-11-16T05:00:19.219Z ANY server: host=127.0.0.1 port=3000
2021-11-16T17:01:16.370Z ANY server: host=127.0.0.1 port=3000
2021-11-16T22:15:28.867Z ANY server: host=127.0.0.1 port=3000

2021-11-17T10:16:24.565Z ANY server: host=127.0.0.1 port=3000
2021-11-17T20:41:42.555Z ANY server: host=127.0.0.1 port=3000

2021-11-18T00:46:50.359Z ANY server: host=127.0.0.1 port=3000
2021-11-18T12:41:21.967Z ANY server: host=127.0.0.1 port=3000

2021-11-19T00:42:23.626Z ANY server: host=127.0.0.1 port=3000
2021-11-19T12:44:25.277Z ANY server: host=127.0.0.1 port=3000
2021-11-19T19:48:31.764Z ANY server: host=127.0.0.1 port=3000

1 Like

It’s a boosted project

The projects and/or the servers that run them are started a couple of times a day. The report I posted was from a boosted project of mine. Without any indication of how often or when it limits the types of projects that can be hosted on Glitch.

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