Let's take an example PWA (Progressive Web App) built with an Single Page App (SPA) framework like Angular - https://www.ngcolombia.com.
- Open the site.
- Navigate to a different page, eg: https://www.ngcolombia.com/speakers.
- Go offline and hit reload - The site will not load.
If we tried reloading from the base URL it works, but in a single page app it's common to reload from a different page with a full URL.
How to solve this issue, appears specific to SPA PWAs?