Expand my Community achievements bar.

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

Outdated Package Detected Popup in Universal Editor

Avatar

Level 2

Hi everyone,

 

I'm encountering a popup every time I open an EDS page in AEM Cloud. The popup message is as follows:

 

Title: Outdated Package Detected
Description: We've detected that the integration of the @Deleted Account/universal-editor-cors package is outdated. Please contact your technical team to migrate to the latest requirements.

 

Could anyone clarify what this means? Is it indicating that the Universal Editor package is outdated and needs to be updated? If so, what steps should I take to update it?

 

Thanks in advance!

 

P.S. Attaching an image of the popup for reference.

Topics

Topics help categorize Community content and increase your ability to discover relevant content.

1 Accepted Solution

Avatar

Correct answer by
Community Advisor

HI @VijayRa10 

This is the package which provides communication layer between edited App and Universal Editor.

https://github.com/adobe/universal-editor-cors

 

However I have not find this dependency any of the x-walk project, I guess this is used internally and you may need to contact adobe to update this.

Arun Patidar

AEM LinksLinkedIn

View solution in original post

5 Replies

Avatar

Administrator

@konstantyn_diachenko, @TarunKumar, @narendiran_ravi, @narendragandhi, @Jörg_Hoh, @ManviSharma, @Asutosh_Jena_ Would appreciate it if you could check out this question and share any insights you might have!



Kautuk Sahni

Avatar

Correct answer by
Community Advisor

HI @VijayRa10 

This is the package which provides communication layer between edited App and Universal Editor.

https://github.com/adobe/universal-editor-cors

 

However I have not find this dependency any of the x-walk project, I guess this is used internally and you may need to contact adobe to update this.

Arun Patidar

AEM LinksLinkedIn

Avatar

Level 2

Hi everyone!

 

We are having the same issue. We have not installed this library in our project and are having the same random warning.

 

How did you solve this? 

 

P.S: We DO load an script via https://universal-editor-service.adobe.io/cors.js. Hope the script loaded via adobe CDN is not giving a deprecated warning 🤞

 

Thanks!

 

Carlos

Avatar

Level 2

I didn’t do much—just created a new site, and the warning didn’t appear.
But if you're seeing the warning, try adding the script tag to the head.html file located in the XWalk root.

Avatar

Level 2

Add <script src="https://universal-editor-service.adobe.io/cors.js" async></script> 
Earlier we used to add <script src="https://universal-editor-service.experiencecloud.live/corslib/LATEST"></script> or via npmjs.com
This is now is no longer recommended as the package has been deprecated.

Note : If an app still uses the deprecated package, the Universal Editor will display a warning in the UI that an outdated package is detected.