Closed
Description
Hello,
Here is my code for Push on my Parse Server.
push: {
android: {
senderId: '',
apiKey: ''
},
ios: [
{
pfx: __dirname + '/Certificates/Push_Sandbox.p12',
bundleId: '',
production: false
},
{
pfx: __dirname + '/Certificates/Push_Production.p12',
bundleId: '',
production: true
}
]
}
When I run this curl command as following, I get "Uncaught internal server error. bad key in untransform: _tombstone undefined" on my terminal.
curl -X GET \
-H "X-Parse-Application-Id: you_app_id" \
-H "X-Parse-Master-Key: your_master_key" \
http://localhost:1337/parse/installations
I am testing on my mac.
Please tell me how to fix this.
Thanks,
Metadata
Metadata
Assignees
Labels
No labels