Refresh App on changes not working on worker app

Hi,

I’ve unchecked the ‘Refresh App on Changes’ in my profile, and it still refresh my worker node app everytime i press a key. How can i fix that?

Unchecking ‘Refresh app on changes’ stops the browser window from reloading. What you want is to stop the server from restarting after making changes, for which you can use a watch.json file - see https://glitch.com/faq#restart

1 Like