contentful / contentful-merge

CLI to merge entries between environments
MIT License
18 stars 7 forks source link

Needed strategy for large contents: Failed with "Response size too big. Maximum allowed response size: 7340032B" #709

Open Swissbite opened 8 months ago

Swissbite commented 8 months ago

While running against a larger and more complex dataset, checking out the source and debugging what the error really is /main/src/engine/utils/render-error-output.ts#L36-L37, I figured out that it has issues with larger datasets.

Swissbite commented 8 months ago

Update: I think, the config / configuration is done wrong.

Axios seems to resolve the select parameter for the cdn the following way in a query parameter:

This have several flaws and issues: