Hi, I am trying to build an archetype49 project using below command mvn org.apache.maven.plugins:maven-archetype-plugin:3.2.1:generate -DarchetypeGroupId=com.adobe.aem -DarchetypeArtifactId=aem-project-archetype -DarchetypeVersion=49 -DappTitle="My Site" -DappId="mysite" -DgroupId="com.mysite" Init...
Hi,I'm getting invalide query exception for this String queryString = "SELECT * FROM [nt:unstructured] AS node WHERE ISDESCENDANTNODE(node," +path+")"+ "AND [sling:resourceType] LIKE 'apps/components/componentName"; I tried String queryString = "SELECT * FROM [nt:unstructured] AS node WHERE ISDESCEN...
Hi everyone, I am getting this error while calling the API by using js Ajax.Access to XMLHttpRequest at 'third party API url' from origin 'origin url' has been blocked by CORS policy: No 'Access-Control-Allow-Origin' header is present on the requested resource.I have connected with the backend team ...
Hi All,Not all of our users have full privilege on production DAM content and users with read access to /content/dam folder are able to access smart crop button from assets.html pathBut when they try to use the smart crop from assetdetails page they are not able to see the smart crop button.From our...
I am having an issue with updating a specific component's policy. I have updated it in code, but when I deploy the code, the changes are not there. I have a file /conf/project/settings/wcm/policies/.content.xml that includes all policies related to templates and components. Within it I have a custom...
Hi All,Hope you all are doing well,we have a requirement to get the asset path which has a (,) separated values in its metadataWe have written below query////AEM Query////////////path=/content/dam/exampletype=dam:Assetproperty=jcr:content/metadata/target-exampleproperty.value=ABC%property.operation=...
Hi Aem Community, Is it best practice to run query builder under a page like path as page without .html, I need to find specific component of a page.Thank You,Keerthi K.
When doing a site audit, a requirement from it was that we minify our JavaScript and CSS files. We are on AEM cloud, what is the recommended way to accomplish this.
Hi All,What is a default behaviour of a sling Job in an AEMaaCS environment.Are SlingJobs a singleton for a cluster by default? or is it distributed? when I have a process intensive code, I dont want that to run on more than one publisher pods at the same time. is it the default behaviour when put t...