You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 12, 2021. It is now read-only.
Just tested with 1.0.0-b.15 it fixed my ng serve --aot --prod issue. But my ng build --prod (--aot) won't work for some reason :/
Eventhough the front & backend show push registration worked. Where the frontend can print the registration as text containing the endpoint and authentication. And the backend shows the same string as the frontend :/ Rather weird
Edit: In DevTools in Chrome and Service worker viewer in Firefox (about:debugging#workers) the emulate push doesn't work either when ng build is run.
After running:
ng build --prod
push doesn't workng build --aot --prod
push doesn't workWhen running:
ng serve --prod
it worksng serve --aot --prod
doesn't workSo for the
serve
it seems like --aot breaks NgServiceWorker/push optionsFor
build
it doesn't work at all :/The text was updated successfully, but these errors were encountered: