You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi everyone, my team is running into issues trying to import embargoed assets to another environment. It seems that contentful-cli cannot process any asset that is embargoed. The script will simply timeout while waiting for the asset import to finish.
Expected Behavior
A PDF asset file of moderate size (4MB) that is embargoed can be exported from one contentful environment to another environment by running these commands:
The embargoed PDF asset cannot be imported to the target environment. Even with the --timeout flag set to an hour, the script will hang on the asset import until the timeout is reached:
"stacktrace": [
"AssetProcessingTimeout: Asset is taking longer then expected to process.",
"/usr/local/share/.config/yarn/global/node_modules/contentful-management/dist/contentful-management.node.js:11070:21",
"process.processTicksAndRejections (node:internal/process/task_queues:95:5)"
]
Possible Solution
the contentful CLI should sign any embargoed assets before exporting/importing.
Context
I am trying to export the assets from one contentful environment (e.g. a staging environment) to another (e.g. a production environment)
Environment
nodejs: v18.12.0
contentful-cli: v2.6.9
The text was updated successfully, but these errors were encountered:
This is for accessing embargoed assets from the CMA / CDA / CPA - this works fine for us for embargoed assets.
The issue we have is when migrating the content to a new environment using the CLI export and import command - the asset gets stuck on processing and even with --timeout set extremely high, the asset (~4MB) never migrates.
Hi everyone, my team is running into issues trying to import embargoed assets to another environment. It seems that
contentful-cli
cannot process any asset that is embargoed. The script will simply timeout while waiting for the asset import to finish.Expected Behavior
A PDF asset file of moderate size (4MB) that is embargoed can be exported from one contentful environment to another environment by running these commands:
Actual Behavior
The embargoed PDF asset cannot be imported to the target environment. Even with the
--timeout
flag set to an hour, the script will hang on the asset import until the timeout is reached:Possible Solution
the contentful CLI should sign any embargoed assets before exporting/importing.
Context
I am trying to export the assets from one contentful environment (e.g. a staging environment) to another (e.g. a production environment)
Environment
nodejs: v18.12.0
contentful-cli: v2.6.9
The text was updated successfully, but these errors were encountered: