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.
Solved! Go to Solution.
Topics help categorize Community content and increase your ability to discover relevant content.
Views
Replies
Total Likes
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.
@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!
Views
Replies
Total Likes
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.
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
Views
Replies
Total Likes
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.
Views
Replies
Total Likes
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.
Views
Replies
Total Likes
Views
Likes
Replies
Views
Likes
Replies