Hi All,
I am trying to set up universal editor in my local and usinig AEM Cloud Service SDK (aem-sdk-2025.9.22758.20250928T092442Z-250900) for local development.
I have done below set up
The problem I am facing is,
The issue doesn't comes up when I am setting up universal editor with AEM 6.5 on prem with SP 21+ and universal editor service package. I am able to successfully load pages running on AEM 6.5 (SP21) inside universal editor service and can successfully edit them as well, but with AEM cloud SDK, I am unable to do so because I cannot go past the AEM login screen inside the universal editor.
Anyone who can help on this ?
Views
Replies
Total Likes
node universal-editor-service.cjs
Views
Replies
Total Likes
Hi Tarun.. thanks for your reply.
I have all these steps what you mentioned, but still it does not work with AEM cloud service SDK in local machine. The AEM login screen is loading inside universal editor when I removed X-Frame-Options=SAMEORIGIN from apache sling main servlet, but the screen is frozen and I cannot click on the username and password field to login. This is expected behaviour as mentioned in this Doc - https://experienceleague.adobe.com/en/docs/experience-manager-cloud-service/content/implementing/dev... . However to resolve this, the document says to modify Adobe Granite Token Authentication Handler OSGI Service and set SameSite attribute for the login-token cookie as None.
I have done that as well and as per the document, I should be able to click on the login screen and enter the username and password, but I am still getting this error "Blocked autofocusing on a <input> element in a cross-origin subframe."
Views
Replies
Total Likes