GoogleChromeLabs / web-push-codelab

Other
556 stars 289 forks source link

Do not receive permissions request when Enable Push Messaging is clicked #72

Open hatfies3 opened 6 years ago

hatfies3 commented 6 years ago

When Enable Push Messaging is clicked the page just hangs (Chrome Version 66.0.3359.181 on Windows 10 Enterprise). The call swRegistration.pushManager.subscribe in subscribeUser function does nothing. Reloading/Unregistering the Service Worker doesn't fix this.

Ultimately I resorted to uninstalling Chrome including any profile data and then reinstalling it. Initially this seemed to work and I received the initial Permission request immediately when I selected the Enable Push Messaging button.

However, subsequent request didn't work again. As a result I can only complete the sections up to and including "Subscribe the user". Are there any known issues with the application code running in the latest versions of Chrome on Windows 10?