Hii Team
I am trying to setup "universal editor" on AEM as a cloud . Here the page is redirecting to Universal editor but there is not content to edit ,attached the file. I have taken the reference from the below article.
And : Universal Editor Overview for AEM Developers | Adobe Experience Manager
Thank you,
Pratyusha Talari.
Views
Replies
Total Likes
Hi @TalariPr1,
The error indicates that either the target page doesn't exist or it isn't compatible with Universal Editor. Here are a few things to check:
Confirm that the page at /content/universal/footer.html
exists and is accessible directly in your author environment.
Ensure the page is built using an Edge Delivery Services-compatible template.
Verify that the “Enable for Universal Editor” option is checked in the page properties.
Ensure required clientlibs, metadata annotations, and head scripts are correctly set in the page structure.
Use DevTools to inspect any network or console errors that might indicate permission or loading issues.
Hope that helps!
Hii @SantoshSai
Thank you for the information. As you said , I have checked the page exits at /content/universal/footer.html , the page is build by using Edge Delivery Services-compatible template , but in page properties there is no option present to enable Universal Editor . I have attached the references below.
Thank you,
Pratyusha talari.
Views
Replies
Total Likes
Views
Replies
Total Likes
Hello @TalariPr1
Have you added the necessary CORS JavaScript library to your HTML?
<script src="https://universal-editor-service.adobe.io/cors.js" async></script>
Reference Documentation :
Views
Replies
Total Likes
Views
Likes
Replies
Views
Likes
Replies