I am usually creating custom objects in ACS using HTTP POST method fine, but when I add a field for coordinates it stops working. The objects are not created in ACS even though the server responds with status code ok:
meta: {code:200, status:ok, method_name:createObject} code: 200 method_name: "createObject" status: "ok"
The response returns all information correctly and indicates the custom object was created:
coordinates: [[68.34, 22.43]] 0: [68.34, 22.43] 0: "68.34" 1: "22.43" created_at: "2014-03-24T14:01:59+0000" date: "2014-03-24" description: "Test" id: "53303ad362426e90b6e1023f6" price: "69" updated_at: "2014-03-24T14:01:59+0000"
The objects are NOT created in the database.