You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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!
You've searched through existing issues. Chances are that your issue has been reported or resolved before.
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
Logs/Trace
The text was updated successfully, but these errors were encountered:
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.
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
Logs/Trace
The text was updated successfully, but these errors were encountered: