For react Apps to enable AUE on the pages:add the fallowing dependency in package.json dependency section "@adobe/universal-editor-cors": "^2.2.16",then add the fallowing import in index.js import '@adobe/universal-editor-cors';then instrumentalise the page as mentioned the Here