Currently in the process of developing a PWA. I have encountered an issue where the service worker seems to be installing on every page reload or when navigating to a different page within my app. It appears that many files are being cached during the install event, resulting in this behavior.
If this is not the intended functionality, could you please advise on what possible mistakes I might be making?