Expand my Community achievements bar.

Adobe Summit 2025: AEM Session Recordings Are Live! Missed a session or want to revisit your favorites? Watch the latest recordings now.

Universal editor using AEM as cloud

Avatar

Level 1

 

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.

Getting Started with Edge Delivery Services for AEM Forms in Universal Editor - Developer Tutorial |...

 

And : Universal Editor Overview for AEM Developers | Adobe Experience Manager

 

Thank you,

Pratyusha Talari.

 

 

 

4 Replies

Avatar

Community Advisor

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:

  1. Confirm that the page at /content/universal/footer.html exists and is accessible directly in your author environment.

  2. Ensure the page is built using an Edge Delivery Services-compatible template.

  3. Verify that the “Enable for Universal Editor” option is checked in the page properties.

  4. Ensure required clientlibs, metadata annotations, and head scripts are correctly set in the page structure.

  5. Use DevTools to inspect any network or console errors that might indicate permission or loading issues.

Hope that helps!


Santosh Sai

AEM BlogsLinkedIn


Avatar

Level 1

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.

Avatar

Community Advisor

Hi @TalariPr1 

Could you please check the console error?

Arun Patidar

AEM LinksLinkedIn

Avatar

Employee

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 :

https://experienceleague.adobe.com/en/docs/experience-manager-cloud-service/content/implementing/dev...