Hi Folks,
I am working on EDS Universal Editor. After adding custom blocks in github repo noticing the error on AEM cloud author, non of the pages are editable. Getting error in all 3 json files which were updated
URL of those json are trying to load throwing 404 on author
resource/component-filters.json
resource/component-definition.json
resource/component-models.json
Error :
Cors fetchDefinitions SyntaxError: Unexpected token '<', "<!DOCTYPE "... is not valid JSON
Error thrown in cors.js file
catch (e) {
return console.log("Cors fetchDefinitions", e),
null
}
I am new to Adobe EDS.
Any help is highly appreciated.
Thanks,
Pradeep