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
I tried running the following query node cloudcms-export -y ./data-queries/items.json --folder-path ./data
items.json
{
"_type": "ers:article"
}
But got the following error:
RangeError: Maximum call stack size exceeded
at Function._.each._.forEach (/Users/samuel/Projects/cloudcms-import-export/node_modules/underscore/underscore.js:153:9)
at Function._.filter._.select (/Users/samuel/Projects/cloudcms-import-export/node_modules/underscore/underscore.js:226:7)
at downloadNodeAttachments (/Users/samuel/Projects/cloudcms-import-export/cloudcms-export.js:236:24)
at /Users/samuel/Projects/cloudcms-import-export/node_modules/async/dist/async.js:66:19
at /Users/samuel/Projects/cloudcms-import-export/node_modules/async/dist/async.js:3096:16
at replenish (/Users/samuel/Projects/cloudcms-import-export/node_modules/async/dist/async.js:998:17)
at iterateeCallback (/Users/samuel/Projects/cloudcms-import-export/node_modules/async/dist/async.js:983:17)
at /Users/samuel/Projects/cloudcms-import-export/node_modules/async/dist/async.js:958:16
at /Users/samuel/Projects/cloudcms-import-export/cloudcms-export.js:245:9
at /Users/samuel/Projects/cloudcms-import-export/node_modules/async/dist/async.js:473:16
we have around 750 articles therefore it might be too much. When I do this kind of operation (indexing in our ES instance for example) I do it in batches of 100 and it works fine.
The text was updated successfully, but these errors were encountered:
I tried running the following query
node cloudcms-export -y ./data-queries/items.json --folder-path ./data
items.json
But got the following error:
If you want you can try it against our repository
gitana.json
we have around 750 articles therefore it might be too much. When I do this kind of operation (indexing in our ES instance for example) I do it in batches of 100 and it works fine.
The text was updated successfully, but these errors were encountered: