-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Webpush not received #7
Comments
Can you confirm that the service worker is actually loaded? There's old code that specifically avoids loading the service worker on Safari. Not sure if this applies to you. It is a tall ask but can you also try on an android device, just to rule the apple part out? |
What about server side? |
Just realized that if that's your service worker you need a new service worker, it is outdated 🙂 |
Can you point me new version of SW? In NodeBB github Should i see second SW, registered by this plugin? |
You'll need to manually replace the service worker with the one from the This plugin is only meant to be used with the upcoming NodeBB v4. That should fix your issue I think. |
Latest web-push plugin should work with 3.10.0 |
Hello,
Im just testing
nodebb-plugin-web-push
and was not able to received any notification on any of my devices (IOS/MacOS).Tested in Firefox and Chrome.
Send Test Notification
button in user settings is also not working.There is no errors in console.
Here is service-worker code visible from developer mode:
nodebb-plugin-web-push version 0.6.2
nodebb version 3.9.0 (docker container)
Im aware that "not working" is not super helpfull.
Are there any steps i can perform trying to nail down what is a root cause?
Webpush notifications are working for other pages running on same webbrowser.
The text was updated successfully, but these errors were encountered: