Expand my Community achievements bar.

Submissions are now open for the 2026 Adobe Experience Maker Awards.

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.

 

 

 

6 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...

Avatar

Level 4

Hi @TalariPr1,

Did the shared solution help you out? Please let us know if you need more information. Otherwise kindly consider marking the most suitable answer as ‘correct’.

If you've discovered a solution yourself, we would appreciate it if you could share it with the community.

 

Avatar

Administrator

@TalariPr1 Did you find the suggestions helpful? If you need more information, please let us know. If a response resolved your issue, kindly mark it as correct to help others in the future. Alternatively, if you discovered a solution on your own, we'd appreciate it if you could share it with the community. Thank you.



Kautuk Sahni