abetwothree
abetwothree

Reputation: 577

Browser push notifications with error "AbortError: Registration failed - push service not available"

I created a system to use browser push notifications with Firefox and Chrome to interact with site visitors more.

I'm looking at my Google Analytics events on why subscriptions are failing and the largest reason is that "push service not available".

I've looked all over trying to find a reason what this means and why this is so and I can't find anything on it.

This is the error straight from GA:

AbortError: Registration failed - push service not available

Thank you in advance!

Upvotes: 6

Views: 7476

Answers (2)

Jasir
Jasir

Reputation: 743

Please make sure you are enabled permission for notification in system wise, browser wise etc.. sometimes using addblockers also may be prevent it

I was using brave browser and I faced the same problem.

Upvotes: 0

collimarco
collimarco

Reputation: 35470

That sounds like an error related to the browser push service (e.g. FCM for Chrome, Mozilla autopush for Firefox, etc.). Consider that in order to subscribe to push notifications, the browser needs to connect to its push service and get a new endpoint.

I don't think it's an error related to your website.

Upvotes: 3

Related Questions