Permission Popup Doesn’t Save
-
I turned on Permission Popup and clicked on save settings however it doesn’t save it and stay back to off. I tried multiple times but no success.
Please fix it!
-
This topic was modified 1 week, 3 days ago by
Skrlance.
-
This topic was modified 1 week, 3 days ago by
-
Also, please help change the word Bildirimler açık to English word for subscribed users.
Now, I see that it doesn’t show Guest subscribers in the subscribers list. I am not sure if it is saved in the database or not but it doesn’t shows guest subscribers in the subscribers list.
The plugin is fully buggy and I request developer to fix it so I can continue using it.
Hi Skrlance,
Thanks for the detailed reports — and sorry for the frustration.
1. Permission popup not saving
That was a real bug. Turning the popup on and clicking Save settings silently dropped that value (and the automatic notification post type choices as well). This is fixed in PushAI 1.1.2. Please update, then enable the popup again and save — it should stay on.2. “Bildirimler açık” label
Also addressed in 1.1.2. For already-subscribed visitors the button now shows Subscribed (Turkish sites still get the localized wording via the language pack).3. Guest subscribers missing from the list
Guest subscriptions are stored in the database (user_id = 0) and the Subscribers screen is built to list them as Guest, including a Guests filter. If you don’t see any guests after updating, please check that Settings → Guest subscriptions is enabled, then subscribe once in a private/incognito window while logged out. If they still don’t appear, reply with a screenshot of the Subscribers page (All / Users / Guests counts) and we’ll dig in.Please update to 1.1.2 and let us know if anything still looks wrong — happy to help you get fully unblocked.
All others are fixed except the main one, Guest Subscription doesn’t show up when I have subscribed without logging in on various other browsers.
For your info, Guest subscription is turned on.
https://ibb.co/hRqWrHC6
https://ibb.co/WNtSpqwRWhen subscribing as Guest on Browser Console it shows:
autoptimize_1a038865…a7f17f3a737ad.js:67 [Pushai] Browser subscription failed. AbortError: Registration failed - push service error
autoptimize_1a038865…a7f17f3a737ad.js:84 [Pushai] Native permission request failed. AbortError: Registration failed - push service error
4
autoptimize_1a038865…a7f17f3a737ad.js:67 [Pushai] Browser subscription failed. AbortError: Registration failed - push service errorUpdate: I excluded pushai.js from minify and combine, turned off Coraza, it still shows:
pushai.js:386 [Pushai] Browser subscription failed. AbortError: Registration failed - push service error
completeSubscriptionWhenAllowed @ pushai.js:386
await in completeSubscriptionWhenAllowed
checkPermissionAfterSettings @ pushai.js:394
pushai.js:574 [Pushai] Native permission request failed. AbortError: Registration failed - push service errorOn browser console.
Hi Skrlance,
Thanks again for the console logs — that helped narrow it down.
The guest list itself is fine. What fails is earlier: the browser never completes
pushManager.subscribe()(AbortError: Registration failed - push service error), so nothing is saved and no Guest row appears. That is not limited to guests; any new browser hitting the same error would not show up either.On our side the guest subscription feature is working as expected. This kind of AbortError usually comes from the browser/push service environment (for example Brave with Google push messaging disabled, a network blocking FCM, or another push plugin’s service worker conflicting).
Please try:
- Hard-refresh the site (or clear site data for your domain).
- Open DevTools → Application → Service Workers and confirm
pushai-service-worker.jsis active. - Subscribe again while logged out, then check PushAI → Subscribers → Guests.
If it still fails, try a clean Chrome profile and tell me which browser you are using, plus whether Application → Service Workers shows PushAI’s worker.
We’ll also ship some subscription reliability improvements in PushAI 1.1.3.
On my site, REST API was disabled for non-admins which caused the guest push subscription failing. I enabled REST API and Guest push notification is working now.
Thank you so much for much for your time and support.
You must be logged in to reply to this topic.