Hi we are implementing an SPA site with AEM 6.5+SPA editor, is there a way to generate a sitemap to optimize for SEO? or is SSR a must? and if SSR is a must, then using Adobe I/O also the recommended approach? with my previous implementation with AEM 6.3, we used the ACS commons sitemap generator ...
Can some one help me how I can access the device properties via API writing it on Query builder.? I am looking to fetch Device OS, last modified, device os version, shell info and sync status .
I am trying to navigate from folderA to folderB in my localhost .Examplehttp://localhost:4502/assets.html/content/dam/FolderA --- I am able to open this.http://localhost:4502/assets.html/content/dam/FolderA/FolderB --This is throwing error. It is throwing below error in console foundation.f1fa...
Hi,As we completed some clientlibs cleanup we encountered a vulnerability issue. We realized that etc/clientlibs/foundation/jquery-ui.min.js is not quite getting minified in production. It almost looks a different file than what we have on other lower environments. We know this is an OOTB and we nee...
Hi Experts, I am getting below error when i am try to add add files in GIT repository git add . how to fix Filename too long error: unable to index file issue ? The file will have its original line endings in your working directorywarning: LF will be replaced by CRLF in ui.content.sample/src/ma...
Hi,code build is getting failed while Build Image. can anyone please help to fix this issue below the error + wget -O /tmp/dispatcher/dispatcher-configuration.zip 'https://cm0pl0va80stor0prd.file.core.windows.net/cdbd4994-837a-4d0e-8af4-d6b433b2e3c9/build/aem-guides-wknd.dispatcher.cloud-0.0.5-SNA...
Hi I'm new to AEM, I need to suppress content path in the URL, for example :this link as has to redirect from https://www.act.com/content/odc/odc/un/en.html to https://www.act.com/un In author, i configured /content/odc/odc/un/en.html this page for a hyperlink text component, when i replicate it ...
Hello all,How to use routing of vue js in AEM.Use Case: We have a component called "Login" , I want to load one more component if the user logged in successfullyFYI: The Vue components are integrated with AEM and we are loading the AEM components on the page. Many thanks.