As of April 12th, you must go to Progress SupportLink to create new support cases or to access existing cases. Please, bookmark the SupportLink URL and use the new portal to contact the support team.
Saving a model using backbone associations fails when saving large amount of related models, but sti
P
Patrick Gold
started a topic
almost 10 years ago
I'm having an issue using the kinvey backbone library when saving a model with relational data. The save occasionally fails when processing related models, but success callback is still called.
In the network viewer, I see all of the related models saving individually, but a few fail with the error:
Unable to understand request
And this causes the main model to fail to save, but I see all the related models had been saved to the data store correctly. And like I said before, the success callback is still called when this happens.
It sounds like some may be timing out and others are not. Check in your debugger tool in your browser of choice and see if you're getting any error responses from the server. If so, shoot them up here.
M
Mark
said
almost 10 years ago
Can you give me the details of the request (with body) of one of the failing requests?
Patrick Gold
In the network viewer, I see all of the related models saving individually, but a few fail with the error:
Unable to understand request
And this causes the main model to fail to save, but I see all the related models had been saved to the data store correctly. And like I said before, the success callback is still called when this happens.
Has anyone had this problem?
Thanks,
Patrick