Skip to content

Uncaught internal server error. bad key in untransform: _tombstone undefined #570

Closed
@topwebtek7

Description

@topwebtek7

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions