Vue Spa - unresponsive page after a period of inactivity

Hi I have an issue where the user cannot navigate when a page is left inactive for a duration of time, the network tab is reporting that it cannot find what looks like a cached file assets/index-DrAIRizv.js

It is resolved after a hard refresh not sure what settings I need to add to prevent this?

Thanks

This file does not exist in ServiceStack or any of our templates. I’m assuming it’s a generated file in your App? If so you’ll need to debug issues for your own App, i.e. find out why it doesn’t exist, is it because you’ve deployed a new version and the generated hashes don’t exist anymore.

1 Like

Thanks for confirming that, it is what you said, it is a vite cache busting file that gets a different name after each deployment.