-
-
Notifications
You must be signed in to change notification settings - Fork 4.8k
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
Getting multiple Push Notifications #2044
Comments
Just started the same problem in the last 3 hours. I just managed to get push notifications working with OneSignal |
I have the same problem with Parse server version 2.2.13 , how ca i fix that? Until two days ago i don't have this problem... |
I get an error with GCM push notifications : 401 |
im using the 2.2.13 version and experienced errors like that. |
It would be useful to get a clear list of repro steps from everyone who has run into this, in order to make sure these are not different issues you are each running into. |
I solved the issue by doing those steps.
|
Let's close that one for now as @kwstasna provided a workaround. Not sure what's going on with GCM or what could cause push to be sent duplicated. If they are properly sent in iOS, that may be a problem with either the GCM configuration (as exposed in the workaround) or in the push adapter itself. If it happens to be the latter, please reopen the issue on https://github.com/parse-server-modules/parse-server-push-adapter |
Issue Description
Testing my app using parse-server I get the same push notification 5 times. I already tried logging out and logging in to Facebook, deleting app data and uninstalling the app. I have never experienced this using parse.com.
Googling around a bit, it seems that the problem might be related to old GCM tokens.
Steps to reproduce
Please include a detailed list of steps that reproduce the issue. Include curl commands when applicable.
Expected Results
Notifcation should be received once
Actual Outcome
Notification is received multiple times
Environment Setup
in database:
"numSent": 1
Might be related to:
#2009
But I'm not switching user accounts.
Any ideas?
The text was updated successfully, but these errors were encountered: