Hi,
I created a kapsel app with an offline store, that interacts with an OData service properly configured in HCPms.
When I create a new element and then flush the Offline Store I get the following error:
This is a screenshot of the service's metadata:
I am actually setting all the fields on the app:
I've tried many different combinations of the data above, for example not setting the key property (which should be filled on the server).
The behaviour is strange, because the element is actually been created on the server but returns error to the app. Actually it's created twice on the server each time I flush the offline store, don't know why. But the element is not removed from the Offline Store when created and it considers the flush as failed (calls failure callback).
This is the app configuration on HCPms:
I attach the log file of HCPms. I believe it has mixed records from a common sync (a get) and the store flush
Regards,
Andres Nebel