Problem with userModule caching
-
Normally in 3.5.6 I was able to trick browsers by appending a timestamp signature on the end of my file requests. However, I believe with the service worker on 3.7 I am unable to clear the cache so clients are unable to see my code changes despite still doing this.
How do I flush client caches so customers can view my changes???
Fox
-
have solved by using NGINX to overwrite the headers and thus help force clear the cache