-
-
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
Sending Push Notifications via Cloud - Master key is invalid #564
Comments
I have the same problem in Android and IOS |
I have tried some advises from this issue as well https://github.com/ParsePlatform/parse-server/issues/356 to no avail.. |
Check #401 |
The code you have posted has 2 issues.
|
Hello Everyone, Iam getting Master key is invalid, you should only use master key to send push Please find my cloud code below: Parse.initialize("appid", "javascriptkey", "masterkey"); channels: [ "Giants" ], My index.js code } |
Don't call |
Hi,
I was able to do queries via cloud but unfortunately I can't seem to let the push notification works via my cloud function. This was used to be working with the Parse platform before but after migration I am receiving this error:
code = 115;
message = "Master key is invalid, you should only use master key to send push";
Push Notification works when I'm using curl on the command line. Below is my code snippet
The text was updated successfully, but these errors were encountered: