I have video (mp4 file) in the DAM. I'm trying to play it in a page.I tried the General component, Video but nothing appears.Do I need the optional feature "Dynamic Media" or is there some other way.thanksFiona
Hi,Have you ever experienced this problem? Whenever you create a live copy/roll-out a master page, all the reference links inside a page get updated to the live copy equivalent links automatically; however, this is applicable only for the links which are stored inside a component property or page pr...
Hi,we recently made some changes to our Lucene search oak: index like including and excluding some paths in Lucene SuggestionIndex & modified the synonyms.txt file. I could see the changes in my local when I re-indexed using oak:indexManager of acs-commons. After deploying the code to DEV SERVER. I ...
Did anyone come across a need to clear/invalidate Dispatcher and CDN cache completely on AEM Cloud instance. I found couple of example for single path/URL but nothing concrete on complete cache. Any help on this would be appreciated.Note:Changing stat level is not an option and yes we do need a comp...
How to use secret keys/variables in Cloud configurations like Captcha.Tried saving the property as $[env:SITE_KEY], but it didn't work. PFA screenshot.
I've used the below command to install the ui.apps package in my local instance and it was successful. curl -u admin:admin -F cmd=install http://localhost:4502/crx/packmgr/service/.json/etc/packages/ABCD/BCD.ui.apps-0.0.0-SNAPSHOT.zip Response: {"success":true,"msg":"Package installed"} but in...
Hi, Currently i am having two separate shorting rule in etc mapping for .html and without .html page. /content/site/en/folder/home/(.*).html/content/site/en/folder/home/(.*) I need this as common rule like single sling:internalRedirect rule to fix for both .html and without .html pages. Thanks,Mohan
Good morning,on my Adobe Aem Cloud instance there is the page /content/portal/it/page where the "Editor" user does not have publishing rights.When the "Editor" user requests to publish the page, the following screen appears: I would like to delete all the entries in the left column so that the CMS ...
I am trying to create a shell script to create packages using package manager dev environment and then upload and install it in prod AEM environment. I believe there is no CLI setup for doing this. So I used curl commands for this. But for any URLs in my instance I am getting authentication error. I...