Hello, I am facing issue in AEM SPA shorten url page ui rendering.So, my setup is as below, 1. I have template structure depth set to 0 which will trigger a network call to root json i.e. en.model.json and then respective page.model.json2. I added sling mapping under /etc/map which seems to be worki...
I have huge amount of assets more than 1TB present in Drop box which I have to migrate in AEM cloud but the Bulk Importer tool is not working for dropbox. It is only migrating the images which are available inside my folder which is auto created when we first login. Teams view folder are not migrati...
Hi, We have a requirement to create a packages whenever we trigger a servlet. It works fine when I use request.getResourceResolver() but when I try using resourceResolver created from subservice. it always fails. Gives a PathNotFoundException "Node with path '/' not found". Couple of references whic...
I have created a multifield component with a sling model. I cannot render the content using sling models.Error: org.apache.sling.api.SlingException: Cannot get DefaultSlingScript:=============== SocialShareItemsModel =====================import org.apache.sling.api.resource.Resource;import org.apach...
Hi, I have a servlet written with path and when executed I want it to unpublish a page in AEM Cloud. As AEM Cloud uses sling distribution and not replication agent anymore, I am not sure how to write the JAVA code to unpublish a page. Below is the servlet path. I have the page hard-coded in the code...
I am on AEM Cloud and recently encountered a strange issue with the core Container component. The container does not have the "Drag components here" Editable prompt, so I cannot to drag and drop any component inside. This is only happening in the deployed instances on AEM Cloud environment, not loc...
Hi All, Is there a way to achieve parallel builds to speed up the deployment if there are multiple unrelated multi-tenant submodules within a single full stack pipeline? Like I build tenant-A along with tenant-B instead of doing sequentially? Any inputs will be of great help. Thanks,Ram
Hello, We have a business requirement to host static webpages from AEM. Our AEM version is the latest AEM as a Cloud Service - 6.5. We need to host a project folder, containing multiple HTML files, javascript, and style files. When we access the URL to the index.html file in dam, the browser downloa...
I have one doubt that the replication listner will be called before the node reaches to replication queue or before that ?or replication queue listens to replication queue itself?