Expand my Community achievements bar.

July 31st AEM Gems Webinar: Elevate your AEM development to master the integration of private GitHub repositories within AEM Cloud Manager.

Universal Editor, CORS Missing Allow Origin on https://localhost:8443/details

Avatar

Level 1

I'm trying to setup local wknd for Universal Editor.

I'll follow every step in tutorial at https://experienceleague.adobe.com/en/docs/experience-manager-cloud-service/content/implementing/dev... but at the very end, there's this error clinking on Teaser:

AlessandroGi1_0-1721463931376.png

The error was generated by the response at the POST to https://localhost:8443/details because of CORS Missing Allow Origin.

Same OPTIONS request, just before the POST is ok.

AlessandroGi1_1-1721464102518.png

OPTIONS header:

AlessandroGi1_2-1721464253275.png

POST header:

AlessandroGi1_3-1721464309449.png

What I'm doing wrong?

Regards,

Alessandro

 

3 Replies

Avatar

Level 5

Hi @AlessandroGi1 ,

Hope Delete the property X-Frame-Options=SAMEORIGIN of the property Additional response headers was performed successfully.

You may try as post request is failing https://experienceleaguecommunities.adobe.com/t5/adobe-experience-manager/post-servlet-giving-403-fo...

Thanks

Avatar

Level 1

Hi @MukeshYadav_ 

I did it, accordingly with the tutorial.

I can't modify /details, it's a core/builtIn request, not mine.

Regards

Alessandro

Avatar

Level 6

@AlessandroGi1 

The issue you are facing is because your local universal editor service is not running

Follow the below steps to enable local universal editor

https://experienceleague.adobe.com/en/docs/experience-manager-cloud-service/content/implementing/dev...

Local universal editor service will run on https://localhost:8000

Once its setup, you should be able to fetch and update the content