Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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!

like image 780
abetwothree Avatar asked Jul 14 '17 13:07

abetwothree


1 Answers

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.

like image 117
collimarco Avatar answered Oct 21 '22 18:10

collimarco