I'm using featherjs on the backend and I have set up a route on api/locations to send the locations and the server works fine... it's recording the locations correctly and sending the results with 201 HTTP Status code but it seems that the service is not recognizing the response...
Should the server response have something more specific?
the logs says Server error while posting locations responseCode: 201
since 201 means "Created" this should be accepted as a valid response