Closed
Description
-
[x ] You're running version >=1.0.23 of Parse Dashboard.
-
[x ] You're running version >=2.3.2 of Parse Server.
-
[x ] You've searched through existing issues. Chances are that your issue has been reported or resolved before.
Environment Setup
Parse-Dashboard running on Heroku
Steps to reproduce
- Send push notification from worker dyno.
- Log into parse-dashboard to see Past Pushes
- Click on push that was sent or not sent
- Nothing shows up
Logs/Trace
Here is the push status object as stored in mLab:
{
"_id": "RxjNFEgFRQ",
"pushTime": "2017-10-09T03:20:09.586Z",
"query": "{\"channels\":\"CHPIncident-SantaFeSprings\"}",
"payload": "{\"alert\":{\"title\":\"CHP Incident Santa Fe Springs\",\"body\":\"Santa Fe Springs: Traffic Hazard at I605 N Firestone Blvd\"},\"chpIncident\":{\"area\":\"Santa Fe Springs\",\"logType\":\"1125-Traffic Hazard\",\"location\":\"I605 N / Firestone Blvd\"},\"expiration_time\":\"2017-10-09T07:20:09.069Z\",\"sound\":\"chp_incident.caf\",\"PushType\":\"CHPIncident\"}",
"source": "rest",
"status": "succeeded",
"numSent": 0,
"pushHash": "a7c6e986a076e9e8ced26dcc8d4eea56",
"_wperm": [],
"_rperm": [],
"_acl": {},
"_created_at": {
"$date": "2017-10-09T03:20:09.587Z"
},
"_updated_at": {
"$date": "2017-10-09T03:20:10.119Z"
},
"numFailed": 1,
"failedPerType": {
"ios": 1
}
}
Metadata
Metadata
Assignees
Labels
No labels