Issue with Dynamic Media Proxy component in AEM Sites | Community
Skip to main content
New Participant
January 25, 2023
Solved

Issue with Dynamic Media Proxy component in AEM Sites

  • January 25, 2023
  • 3 replies
  • 1734 views

We have created a proxy component which inherits from Dynamic media(OOTB). The issue is when the author/user tries to author video to the proxy component, the proxy component is getting replaced with OOTB Dynamic media component.

Let me know if you have a solution for this issue or if you wanted to discuss more about the issue.

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by krishna_sai

Hi @rajmishra10 Can you please copy cq:editConfig node under your proxy DM component and update sling:resourceType property under parameters node to your proxy DM path.


When ever you drag and drop the image/video it is taking OOTB sling:resourceType.

Hope this helps

Thanks
Krishna

3 replies

krishna_sai
krishna_saiAccepted solution
New Participant
February 1, 2023

Hi @rajmishra10 Can you please copy cq:editConfig node under your proxy DM component and update sling:resourceType property under parameters node to your proxy DM path.


When ever you drag and drop the image/video it is taking OOTB sling:resourceType.

Hope this helps

Thanks
Krishna

New Participant
January 27, 2023

I think You have no right to use a proxy component while developing, please get permission and security to use the same.

 

Thanks

New Participant
January 30, 2023

Can you elaborate more on permissions and security issue? 
What do you mean by I don't have right to using proxy components while developing? I want to know more.




Jineet_Vora
New Participant
January 26, 2023

@rajmishra10 - Could you please list the details of this problem along with DM component path?

New Participant
January 27, 2023

Proxy DM component path :- /apps/<project>/components/xyzdynamicvideo
Proxy Component : xyzDynamicVideo(has some style system at component level)
OOTB Component : DynamicVideo component

Issue Explanation:- When I am dragging xyzDynamic media to page, I can see the proxy component in page and styles. After authoring Title, preset etc , when I am dragging video over xyzDynamicVideo component, I am not able to see my proxy component in page. I am seeing DynamicVideo(OOTB) component in page. Somehow, xyzDynamicVideo component is getting overridden by DynamicVideo  component.