During a course build, AdaptFrameworkBuild.loadAssetData parses every _assetId across the course's content. A single malformed id throws INVALID_OBJECTID, which aborts the entire build. The log gives no indication of which content item or course holds the bad reference, making it hard to locate and fix the offending data.
During a course build,
AdaptFrameworkBuild.loadAssetDataparses every_assetIdacross the course's content. A single malformed id throwsINVALID_OBJECTID, which aborts the entire build. The log gives no indication of which content item or course holds the bad reference, making it hard to locate and fix the offending data.