-
Notifications
You must be signed in to change notification settings - Fork 76
Open
Description
Issues:
Logic times out when trying to download assets. Files are saved in designated folder but they're all empty. Regular content (non-assets) gets downloaded without problems.

Above errors are neither regsitered nor logged.

Assest are downloaded fine when I'm connecting directly (not using proxy).
My config:
const options = {
spaceId,
environmentId: latestBackupId,
managementToken: accessToken,
proxy: process.env.HTTP_PROXY ?? '',
contentFile: latestBackupId,
downloadAssets: true,
includeDrafts: true,
exportDir: './out',
errorLogFile: './logs',
skipWebhooks: true,
skipRoles: true,
useVerboseRenderer: true
};
await contentfulExport(options);
lvandernoll and rustyy
Metadata
Metadata
Assignees
Labels
No labels