YAML document exceeds the limit

Hi,

using API api/ee/serialization/export I have exported a collection, but importing the collection with api/ee/serialization/import results in a error:

ERROR serialization.api :: Error during serialization
org.yaml.snakeyaml.error.YAMLException: The incoming YAML document exceeds the limit: 3145728 code points.

Has anyone had this problem and how to solve it?
Thanks in advance.
kr, Janez

hey! contact support please, we never saw this issue and we would love to understand it better

Hi,
we solved this together with Metabase support so I would like to quickly point out what the problem was.

Recently we changed the landing and homepage background images to something custom. When doing the serialization export the parameter for including Metabase settings accidentally stayed on true which resulted in a "very large" settings.yaml file (over 3.9MB), which caused the problem when importing.

KR, Janez