Prevents data from being sent to the server - according to Kinvey support this is caused by using POST with duplicate IDs. Seems like a request is successfully being sent but is not correctly returned to the app so the app is attempting to re-send it.
Prevents data from being sent to the server - according to Kinvey support this is caused by using
POST
with duplicate IDs. Seems like a request is successfully being sent but is not correctly returned to the app so the app is attempting to re-send it.Moving to
PUT
should fix the issue.