I have clients that have the browser open all day so after I make a deployment they see the application broken and they need to reload the page to fix it.
The server failed to load a chunk file because of the NO-CACHE hash added by @angular/cli production build.
Error: error: Uncaught (in promise): Error: Loading chunk 11 failed.
I want to reload the page after a deployment.
These are my tools:
- I have access to my NGINX configuration.
- I have access to Jenkins (Blue Ocean)
- I have implemented HttpClient Interceptors in the project.