-
Notifications
You must be signed in to change notification settings - Fork 898
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bug Report : Registration failed - push service error #3195
Comments
I couldn't figure out how to label this issue, so I've labeled it for a human to triage. Hang tight. |
Same issue yesterday on a stable PWA deployed many months ago. |
In my case even this doesn't work unless I creat new user profile (reported by other users as well) I also initially thought this that it must be related to the browser but then I came across the other demos of firebase push notifications, hosted on different domains and all of them had the same issue on the same chrome user profile. But when I tested it with other websites that were for example using other push notification service providers for example one signal it was working fine on same user profile of chrome. |
I still think its browser related, as we just tested, same user on two PCs ( iMac & Linux), both running newest version of chrome. PWA works on iMac, chrome on linux displays push service error |
In my case it only happens with sites using |
I left a comment on the other issue, but this is a super annoying issue so I'm going to link that comment here as well: angular/angularfire#2475 (comment) |
I'm also facing this issue, but that happens only Brave (even when I deactivate the privacy shield); Edge, Firefox and Opera are working fine. I'm using a npm version of |
Yeah all the other browsers were working ok for me, but Brave is my main browser |
same error here!, also using brave in linux |
Any update on this? I just checked |
If I take a look at Registration Log it seems any call to Example 'App Id's
|
I have also opened a issue with Chrome team, https://bugs.chromium.org/p/chromium/issues/detail?id=1153182 |
Any updates on this? Still happens in Brave in Manjaro Linux |
I'm also experiencing same issue on Brave and Chrome. Same code which has been working for more than 6 months just started throwing that error this week |
any updates on this we are getting the same error intermittently |
This is intentional behavior in Brave, they disable using Google's push service by default for privacy reasons. As far as I have seen, they do not have on their roadmap a replacement for it and will continue to leave it disabled by default. You can enable it by going to brave://settings/privacy and enabling "Use Google services for push messaging." Here are some related issues: |
@wbobeirne |
It's been a while. Checking in to see if this is a Brave configuration issue for folks that's helped by wboberine's post above. Thanks! |
I have the same issue on Android Chrome,Does anybody resolved? |
@soulcm, is your environment the same as the original ticket? If not, I'd ask you to create a new issue with details about the configuration you're using and the code that's failing. Thanks! |
In my experience the issue occurs on frequent calls to As a workaround, we now never call |
following up on this thread, couple qs:
|
Hey @naveedahmed1. We need more information to resolve this issue but there hasn't been an update in 5 weekdays. I'm marking the issue as stale and if there are no new updates in the next 5 days I will close it automatically. If you have more information that will help us get to the bottom of this, just add a comment! |
Since there haven't been any recent updates here, I am going to close this issue. @naveedahmed1 if you're still experiencing this problem and want to continue the discussion just leave a comment here and we are happy to re-open this. |
[REQUIRED] Describe your environment
[REQUIRED] Describe the problem
I'm using Angular Fire and when requesting token using below code it throws error
Code
Error
Uncaught DOMException: Registration failed - push service error
This issue occurs randomly, I mean the same code which works perfectly suddenly breaks and start throwing this errror.
If I create a new profile on Chrome (i.e. a new user), the exact same code starts working on same machine.
I think its an old issue but has not be permanently fixed, and I believe this should be thoroughly investigated and fixed.
Below are the issues I found on Firebase and Angular Fire Repos,
#909
FirebaseExtended/polymerfire#345
#771
#152
angular/angularfire#2475
Steps to reproduce:
I have no idea whats actually causing the issue and issue occurs randomly, hence don't know how to reproduce the issue.
For https://www.mustakbil.com/ its working for some users and not for others. In my case its working fine on Android and broken on desktop, if I setup new profile it works jut fine.
The issue is, its broken even for some of the new and first time users of the website.
Relevant Code:
Angular Fire code.
I would have reported this issue on Angular Fire repo, but in my opinion the issue is related to Firebase library. Since I have seen posts complaining about same issue while using different frameworks.
Thank you or your attention to this issue.
The text was updated successfully, but these errors were encountered: