When I go to my subscription page I choose the subscribers to send the message... but then the system says no subscribers selected.
Even when I select all.
It then says ok send to all... I say yes and send and again it says no subscribers selected.
How do I fix this.
Thanks
Web Push
-
- User
- Posts: 125
Web Push
-
- User
- Posts: 1017
Double check your settings according to:
https://aspnetmaker.dev/docs/#/webpush.html
Also press F12 -> Console and check for any JavaScript error in the page.
-
- User
- Posts: 2
Hi, i am also busy with the web push funtion. I do not have the issue where it says "no subscribers selected" but it says "No subscriptions found". I get this issue by doing the following:
- i added a subscription in the Subscriptions tab.
- I try to send a notification with the administrator account.
- When i try to send the notification i get the "No subscriptions found"error.
Does anybody know how to fix this?
Thanks already.
-
- User
- Posts: 1017
Make sure that the users have enabled the subscription correctly as in:
https://aspnetmaker.dev/docs/#/webpush. ... ifications
-
- User
- Posts: 2
I have a problem, where if i click as an user on enable notifications and allow it doesn't show up on the notifications table, like the tutorial shows of asp.net. i tried looking with administrator. I can only add them manually to the subscriber table, but this doesn't work. It says then "subribers not found".
-
- User
- Posts: 1017
Make sure that the users have enabled the subscription correctly as in Web Push Notification. Remove all records first and try again.