-
-
Notifications
You must be signed in to change notification settings - Fork 4.8k
Closed
Labels
type:questionSupport or code-level questionSupport or code-level question
Description
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
Labels
type:questionSupport or code-level questionSupport or code-level question