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
- AEM - http running on port 4502
- AEM - https running on port 8443
- Local universal editor service running on port 8000
- Trusted the local certificate in the browser for self signed certificates
The problem I am facing is,
- when I try to load AEM page running on https (port 8443) inside universal editor, it gives this error "Blocked autofocusing on a <input> element in a cross-origin subframe." I followed whats mentioned in this document - https://experienceleague.adobe.com/en/docs/experience-manager-cloud-service/content/implementing/dev... for same site cookie settings but it doesn't help and I continue getting the cross origin error. Has anyone come across the same issue
- There is no Universal editor service related configuration available in OSGI console for me to configure anything. Is this expected ?
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 ?