Refresh locking up HMI

I'm having an issue where every five minutes Ignition is refreshing. It locks out all of my HMIs until it can reboot. Does anyone know a way to keep it from refreshing so often?

1 Like

Sounds like something is writing into the Ignition install folder. That gets scanned for changes every five minutes. Find out what is doing that (AV, usually).

Wondering if a mismatch of resource.json, and an inability for Ignition to overwrite it, would cause the same issue

This would absolutely be a problem. Must be writable.

How do I find if this is the issue and how would I correct it?

I think, just to validate, I would rename one of the resource.json file. It should be recreated after 5 min

Not only did it not recreate the resource file, but the page became not accessible.

You are on Windows?

The user running Ignition service need to have full access to "data/projects" folder.

This is a Linux server. Sorry, I forgot to mention that.