-
-
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
Push notification not working main.js #1740
Comments
Start the parse-server with VERBOSE=1 and see if there are any hints to help debugging in the console. |
Have you tried adding |
I'm using another way, here is code example with error function to understand where this row should be: But can confirm that pushes doesn't sends. Actually, they sometimes sends, and sometimes no. |
At the top I had to enter Parse.serverURL = 'http://URL/parse';
|
@palej Did you solve your problem? I am getting similar issue, I can send push from dashboard, but with cloud code, my phone can not receive I am getting same log for both cases:
|
I am now on the new parse open source server and I am trying to send a push notification using the cloud main.js. I have sent a push using curl but am having a problem with javascript. Here is the code I have.
It says that it sent but It did not. If any one could help that would be great!
The text was updated successfully, but these errors were encountered: