I've just added PWA functionality to my invoice website. It's working fine but it broke the server side rendering, first pageview is OK, and requesting by CURL is ok too, but if you reload the page you get an ugly blink and the pre-translated text is shown.
I've been looking for fixes but I've found none, is it possible to force the browser to get the render from the backend always except if it's offline? Any other solutions online?
I'm using Angular 7