I turned my angular project into a pwa as described on https://angular.io/guide/service-worker-getting-started
When I start the server with
http-server -p 8080 -c-1 dist/
only the
seems to be working and offers me to install the PWA. When I try to access
there seems to be an issue with the secure origin, so I can't install the PWA.
any hints what I'm doing wrong?