-
-
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
ERR! parse-server-push-adapter GCM send errored: 401 #2074
Comments
I have the same problem and i have tried these steps
The pushes are being sent to iOS phones normal. |
Make sure the API key is a server API key and wait 5 minutes from creating it to testing. |
I'm having the same problem with parse-server in aws. The ports 522, 5229, 5230 are open, but im still getting error. Im using the sample post, just with the difference of installationId of my APP: And the verbose response is: verbose: { The errored getting empty |
This issue is related to the parse-server-push-adapter, please open on the relevant repository. |
@Silkjaer You are a savior!!! I had been working on this for hours and couldn't figure out the problem! It was confusing that it was asking for an apikey and gcm gives you the option to make an Android apikey. I now realize that is used for upstream notifications! |
I have the next problem, when I intend to send a push notification with parse server response:
It is when I insert:
My code of configuration is:
The text was updated successfully, but these errors were encountered: