When trying to update a document I receive the following error:
Unable to save version:
List(JsError(List((,List(ValidationError(error.expected.jsstring,WrappedArray()))))))
Hello again, we're trying to find this error but we're unable to reproduce it on our end. Can you try to trigger the error again so we can track it on our side?
We took a look at your repository, and we found something. In the Branch custom type, you defined a default_value 0 in a field. This triggers a global behavior that will set a default value as 0 (the value they defined). At the moment, the backend doesn't expect a number like this, and it fires up an error in the content.
Soon, this won't be considered an error anymore, but in the meantime, you'll need to remove it from the custom type and update the document.
Try this out and let me know how it goes.
Thanks
system
(system)
closed as resolved, flag & select 'Something Else' to reopen.
11
This topic was automatically closed 24 hours after the last reply. New replies are no longer allowed.