AEM 6.5.18Problem statement: Trying to save PDF in AEM publish DAM and return a externalized PDF URL.A post servlet is created to POST data with pdf as blobdata to store PDF in DAM. If directly posted to AEM publish, PDF is stored in DAM successfully. However, if it is posted via dispatcher, we obse...
Trying to find the development gotchas while developing for AEMaaCS. any tips/suggestions? Thanks (outside of the ones mentioned on this page: https://experienceleague.adobe.com/en/docs/experience-manager-cloud-service/content/release-notes/aem-cloud-changes)
I have a dialog with 3 dropdowns A,B&C. Either of these will be displayed based on another dropdown using wrapperClass. Each dropdowns has 3 options X,Y,Z. When Z is selected, a text field must be shown, otherwise it must be remained hidden. Any inputs?
Hi All, I got requirement to create sub folder using workflows. Authors uses the workflow to maintain standard folder names and structures(Imagine author creates same sub folders for each quarter). In the beginning main folder does not have any assets. Author do not have permissions to access the to...
Hi,I'm actually implementing the new universal editor on a website with some sections who have their height defined in vh units (viewport height). The problem is, when in the iframe of the editor, the editor seems to try to resize the iframe to the total height of the website but doing this cause t...
Hi all, We are migrating the website from AMS to AEMaaCS. As part of refactoring, we have moved the clientlibs to /apps/<project>/clientlibs.We have set allowProxy = true and allowed clientlibs from dispatcher filter also. On dispatcher, we have observed that sometimes the requested pages are loadin...
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...