Minishlink / web-push-php-example

An example for sending Web Push notifications, using web-push-php

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

No notification receive

victory7 opened this issue · comments

I get in response "Message sent successfully for subscription" but I don't get any message!
I create my own VAPID but still, nothing changed.
What's going wrong in this?

is it still there?

I've enabled Push Notifications, but after pressing 'Send a Push Notification' nothing happens. Everything remains silent, nothing on page or on console.

I dont' know why but in localhost everything works well; I've loaded all folders in cloud and nothing happen ... Has someone a idea please?

This is not a solution for everyone, but make sure to turn on notifications for chrome from your device settings (Windows, Mac, etc)

same here

This is not a solution for everyone, but make sure to turn on notifications for chrome from your device settings (Windows, Mac, etc)

At first I was getting an error 500 when clicking send a push notification but running composer update fixed this, but still no notification. The fix for that was as above, under 'Notifications & actions' on Windows 10. Thanks @levizwannah

For me it was windows blocking it, I was enabling "Focus assist" and set to "priority only" after turn it off it's working perfectly :)

I am also not getting any notifications. Just the request is 200 success and says subscription is successful.
image

@sahilmore-git
It looks like you are using a firefox browser make sure to enable notification from the topbar according to the new firefox policy
and is it sending notifications in chrome?

@nomanaadma Yes I have enabled notifications in firefox and it is also not working in chrome :(

I dont' know why but in localhost everything works well; I've loaded all folders in cloud and nothing happen ... Has someone a idea please?

Works perfectly in chrome and the second I move to production it fails me, do we need unique VAPID stuff? Like are they attached to our first used domain?