I've set up an universal and pwa app.
Is there a way to fix this error ?
You can see a DEMO (the first push :) ) https://blogial-client.herokuapp.com/
SERVER SIDE CONSOLE
ERROR { Error: Uncaught (in promise): Error: Cannot match any routes. URL Segment: 'ngsw_worker.es6.js.map'
Error: Cannot match any routes. URL Segment: 'ngsw_worker.es6.js.map'
CHROME CONSOLE
ERROR Error: Uncaught (in promise): SecurityError: Failed to register a ServiceWorker: The script has an unsupported MIME type ('text/html').
UPDATE
I worked it out with
ng add @angular/pwa --project *project-name*
I forgot the app name :(