Start a new topic

Cannot delete entity

It seems like there is a serious issue around connection with MongoDB, as I'm unable to delete any object, even using API Console.



I'm able to retrieve a given object (http GET), but when I attempt to delete it (http DELETE), I receive the following error:



HTTP/1.1 404

Content-Type: application/json

X-Kinvey-API-Version: 2

X-Kinvey-Request-Id: ab9a6de3ebbf4079bae38293348c0d90

X-Powered-By: Express



{

"error": "EntityNotFound",

"description": "This entity not found in the collection",

"debug": ""

}

We are looking into it.
Apologies for the problem. It should now be corrected. Please let us know if you are still seeing it.



The reason was that a new release that incorrectly deserializing IDs for some objects on deletes. This was not caught by our automated testing, but we have now closed that gap.
Login or Signup to post a comment