Max-Mobility / Permobil-SmartDrive-Study

Data Study Collection App for WearOS
2 stars 0 forks source link

HTTP 500 Internal Server Error #33

Closed finger563 closed 5 years ago

finger563 commented 5 years ago

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.