Hi @kautuk_sahni, thanks for following up on this conversation.
Comments were helpful, but still trying to get the universal editor service run in local. Need more time to confirm and then I can respond here.
Thanks,
Lokesh
Do you see any error on the right side console tab?
It could be linked to handling the SameSite Cookies, Please take a look at this page - https://experienceleague.adobe.com/en/docs/experience-manager-cloud-service/content/implementing/developing/universal-editor/developer-overview?lang=en#samesite...
@Kalyan_ChakravarthyCh
It made me think that the instance might be missing the Universal Editor Service package or that the bundle is not active.
Please check if the package is installed locally and ensure the bundle is active.
Thanks,
Lokesh
@SushmaNa1 AEM 6.5.21 or 6.5.22 does not include the Universal Editor Pack by default. You need to download and install the Universal Editor Feature Pack for AEM 6.5 from Software Distribution.
Thanks,
Lokesh
Thanks for sharing the link, it is useful.
Have you configured the local Universal Editor Service with proxy? I've question on it - When you run local universal editor service, you still need to go through this URL - https://experience.adobe.com/#/aem/editor/canvas to use the Universal editor?
...
Hi team,
Has anyone tried using Universal Editor with AEM 6.5? I'm specifically looking to understand the setup required for an on-prem AEM 6.5.22 environment for a SPA application.
The Universal Editor documentation mentions support for versions 6.5.21+ but lacks details on the necessary setup re...
@durga_kavali I'm in the same boat and encountering the same errors. Have you found a way to get Universal Editor working with AEM 6.5.22?
Thanks,
Lokesh
Hi @bruce_fernandes
You can write a servlet that exposes the end-point in AEM author that takes the payload and/or references to publish to publish instance. So that allows you to call the end-point from Workfront Fusion.
For reference, check the below example:
package com.example.core.servle...
@JulioRo I recommend checking this thread - https://experienceleaguecommunities.adobe.com/t5/adobe-experience-manager/needs-to-add-custom-js-on-each-and-every-page-in-aem/m-p/594786/highlight/true#M148527 where similar question was asked and there are some good points shared.