cagriuckan
Forum Replies Created
-
Forum: Plugins
In reply to: [PushAI – Self-Hosted Web Push Notifications] Permission Popup Doesn’t SaveHi 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.
Forum: Plugins
In reply to: [PushAI – Self-Hosted Web Push Notifications] Permission Popup Doesn’t SaveHi 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.