save() call throws error if called after edit in case of huge model data #215
Unanswered
mishaltripathi
asked this question in
ModelServer
Replies: 1 comment 3 replies
-
Hi @mishaltripathi, Best, |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
I have custom command handler(model server) at backend which we are calling from model server edit() api from frontend side. This operation parses some huge input file and gets updated to model data. And we need to save the model file after this operation. Now when we try to call save() at below two places.
Unfortunately the save action in both cases are failing and creating href links in model file and throws backend errors.
Working scenario:
If I am doing small data operation like adding couple of objects or editing them then save works fine in both scenario.
Do anyone have pointers how to save the model file after calling custom commands.
Thanks,
Mishal
Beta Was this translation helpful? Give feedback.
All reactions