Hi Team,
We have not enabled Dynamic Media and using the Teaser Core component (core/wcm/components/teaser/v2), but getting the dynamic media url for that component. attaching the snapshot for the <img src=..> tag.
The teaser refers to core/wcm/components/image/v3/image/cq:dialog/content/items/tabs/items/asset which further has the design dialog property (enableDmFeatures)
I checked the property value and it is also not set to true, but still it is rendering the dynamic media url.
Any pointers will be helpful.
Thanks
Solved! Go to Solution.
Views
Replies
Total Likes
Hi @ShaileshBassi I once faced this issue and found the root cause. When the project was created by default using arctype i found that by default their is a dynamic media configration file got generated in ui.config and after every deployment it got enabled.
Please check for any dynamic media configuration in your default code.
Or else check if their is any cloud service configured on the root pages
Hi @ShaileshBassi I once faced this issue and found the root cause. When the project was created by default using arctype i found that by default their is a dynamic media configration file got generated in ui.config and after every deployment it got enabled.
Please check for any dynamic media configuration in your default code.
Or else check if their is any cloud service configured on the root pages
Hi @Jagadeesh_Prakash I have explicitly set the property "enableDynamicMedia" as "n", while executing the maven archtype.
The same archetype is actually executing the correct response in the form of the img tag in the higher environment, it is just one of the lower environment on which this issue is reproducible.
I have checked all the config files as well and the associated properties, but there is none.
Please let me know if there is anything which could be a possible reason for this?
Thanks.
Views
Likes
Replies