AEM 6.5.23 Universal Editor Issue on Dev
Hi Everyone,
We are currently developing sample components for the AEM Universal Editor. While editing works as expected on local using a local universal editor service, we are encountering issues on the Dev environment when switching to the Global Adobe-managed service endpoint.
Specifically, we are seeing timeout and CORS errors related to the Universal Service, preventing the component from being configured. Since we are on AEM 6.5.23.
we added all the domain in the cors policy configuration still we got the error.
Has anyone successfully configured the global endpoint for AEM 6.5 ? Any insights would be appreciated.
below is the tag added in the head.html
<meta name="urn:adobe:aue:config:service" content="https://universal-editor-service.adobe.io"> ---pointing to global
for local
<meta name="urn:adobe:aue:config:service" content="https://localhost:8080"> ---pointing to local