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
url -X POST
-H "X-Parse-Application-Id: appId"
-H "X-Parse-Master-Key: Master-Key"
-H "Content-Type: application/json"
-d '{
"user": {
"className": "_User",
"objectId": "vmRZXZ1Dvo"
},
"data": {
"title": "The Shining",
"alert": "All work and no play makes Jack a dull boy."
}
}'\ http://localhost/parse/push
Steps to reproduce
Getting Error:
{"code":115,"error":"Channels and query should be set at least one."}
Logs/Trace
The text was updated successfully, but these errors were encountered:
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
url -X POST
-H "X-Parse-Application-Id: appId"
-H "X-Parse-Master-Key: Master-Key"
-H "Content-Type: application/json"
-d '{
"user": {
"className": "_User",
"objectId": "vmRZXZ1Dvo"
},
"data": {
"title": "The Shining",
"alert": "All work and no play makes Jack a dull boy."
}
}'\ http://localhost/parse/push
Steps to reproduce
Getting Error:
{"code":115,"error":"Channels and query should be set at least one."}
Logs/Trace
The text was updated successfully, but these errors were encountered: