I have setted up the frontend pipeline for cloud and is working smoothly in one of my sandbox instances.The same theme sources when trying to build on client environment, it is getting failed. Both the sandbox and client environment uses the same node version and all the content inside package.json ...
Im getting the below build error executing the FE pipeline:Executing command git fetch
Executing command git checkout develop
Switched to a new branch 'develop'
Branch 'develop' set up to track remote branch 'develop' from 'origin'.
[BUILD] Running git change-log command(s)
[BUILD] Running npm a...
I'm serving the assets from AEM author, and I do not have a publisher instance. Basically we have an asset dashboard outside AEM, and we are listing assets from author instance and are published to DM.
Hi @MukeshYadav_ I was playing around with scl and qlt parameters.My original asset size is 3926 Kb. And below is what I've observed so far,Setting scl=1, gets me an asset of size 4.6 MBSetting scl=1.0, gets me 952KbSetting scl=1.0 and qlt=100, gives me 4.2 MBSetting scl=1 and qlt=100, gives me 4.2 ...
I have few assets in DM, and I want to download the original file using the scene7 url. However, when trying to download the asset with the scene7 URL, it is drastically reducing the asset size. I have an image of 4MB in DM, and downloading the same via the scene7 url gets me 97KB in file size. I'm ...
The first query returns in xpath as:/jcr:root/content/dam//element(*, dam:Asset)
[
((jcr:content/metadata/@custom:assetType = 'document' or jcr:content/metadata/@custom:assetType = 'image'))
and (not(jcr:content/@offTime)
and (jcr:content/@offTime > xs:dateTime('2024-10-17T06:50:20.649Z')))
and (jcr...
Please see my query below.p.limit=-1p.offset=0path=/content/damtype=dam:Asset1_property=jcr:content/cq:lastReplicationAction_scene71_property.value=Activate 2_property=jcr:content/cq:lastReplicationAction2_property.value=Activate3_group.or=true3_group.1_property=jcr:content/metadata/custom:assetType...