Skip to content
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

the push status is howing running only when sending the push using cloud code #1301

Closed
3 tasks done
HemanParbhakar opened this issue Mar 31, 2016 · 2 comments
Closed
3 tasks done

Comments

@HemanParbhakar
Copy link

Check out this issue for an ideal bug report. The closer your issue report is to that one, the more likely we are to be able to help, and the more likely we will be to fix the issue quickly!

For implementation related questions or technical support, please refer to the Stack Overflow and Server Fault communities.

Make sure these boxes are checked before submitting your issue -- thanks for reporting issues back to Parse Server!

Environment Setup

curl -X POST
-H "X-Parse-Application-Id: aapppID"
-H "X-Parse-Master-Key: MASTER"
-H "Content-Type: application/json"
-d '{
"where": {
"user":"L6HMKykaw2"
},
"data": {
"title": "The Shining",
"alert": "All work and no play makes Jack a dull boy."
}
}'\ http://localHost:1337/parse/push

Steps to reproduce

push

Logs/Trace

@flovilmart
Copy link
Contributor

Given the screenshot you,re providing, I can say it contradicts what you're saying. Also, the push status should be set to succeeded when running completes properly, there is a PR to report _PushStatus error more accurately.

@HemanParbhakar
Copy link
Author

Means that the client app is not configured properly

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants