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.
SOLVED

Asset metadata update or create folder failing in Microsoft Edge

Avatar

Level 5

Hi All,

Our content authors are facing issues while updating asset metadata and click of Save/Submit button or even while creating a folder in Edge browser while the same actions on Chrome are working fine. User permissions does not seem to be an issue as the users are able to perform same activities in Chrome. Browser console has below error messages

Attached screenshots of error on save/submit.

Anyone faced similar issues, can you please help us with resolution. We are on AEM 6.5.17.

Topics

Topics help categorize Community content and increase your ability to discover relevant content.

1 Accepted Solution

Avatar

Correct answer by
Community Advisor

Hi, 

The issue is caused because you are trying to access a non-secure resource (a script via http) from a secure resource (a page in https). Can you check if in Chrome you are also requesting the same non-secure resources (http://author-mycompany65prd.adobecqms.net/error.html')? If you are seeing that in Chrome this is HTTPS then most likely it is browser cache issue and flushing it should fix it. 

Hope this helps



Esteban Bustamante

View solution in original post

4 Replies

Avatar

Level 7

This is rather strange. Can you try comparing as well as share request/response headers for the POST request when you try to create  a new folder in Chrome v/s Edge ? 

Avatar

Correct answer by
Community Advisor

Hi, 

The issue is caused because you are trying to access a non-secure resource (a script via http) from a secure resource (a page in https). Can you check if in Chrome you are also requesting the same non-secure resources (http://author-mycompany65prd.adobecqms.net/error.html')? If you are seeing that in Chrome this is HTTPS then most likely it is browser cache issue and flushing it should fix it. 

Hope this helps



Esteban Bustamante

Avatar

Level 5

Hi Everyone,

The issue is resolved after clearing all time browser cache and cookies.

Thanks everyone for your valuable inputs.