Sekomu I checked and it seems to be due to the incorrect order of properties in the .export.json
file: "all": true
should be under "version":
and above "output":
. As long as I rearranged them in the correct order and ran the export, it worked fine. The full contents of the .export.json file are as follows:
{
"class": "export-json",
"extension": ".json",
"format": "JSON",
"prettyPrint": true,
"nonessential": true,
"cleanUp": false,
"packAtlas": null,
"packSource": "attachments",
"packTarget": "single",
"warnings": true,
"version": null,
"all": true,
"output": "",
"id": -1,
"input": "",
"open": false
}