Skip to content

"_" keys are broken inside of Object fields #1403

Closed
@blacha

Description

@blacha

Given a simple class with a single object field

_SCHEMA:

{
    "_id" : "Test",
    "objectId" : "string",
    "updatedAt" : "string",
    "createdAt" : "string",
    "data" : "object"
}

when I insert this object into the data field it breaks queries against this class

{
    "arr": [{
        "_ID": "someRandomID"
    }]
}

Parse server logs this error:
error: Uncaught internal server error. bad key in untransform: _ID undefined

Metadata

Metadata

Assignees

No one assigned

    Labels

    type:questionSupport or code-level question

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions