@KarthickVe , I don't have any examples using the sling builder. can you please explain bit more details so that I can provide an alternative method.Are you making a request to any third party API? If yes try to useorg.apache.http.impl.client.HttpClients CloseableHttpClient httpclient = HttpClient...
Hi @StrawHatM23, Try executing below query, this helps to find all the pages created using vehicle detail template and having the adaptive image component in it. select page.[jcr:path] from [cq:Page] AS page INNER JOIN [cq:PageContent] AS jcrContent ON ISCHILDNODE(jcrContent, page) INNER JOIN [nt:un...
Check the permissions mentioned here https://experienceleaguecommunities.adobe.com/t5/adobe-experience-manager/adobe-i-o-api-call-access-denied/td-p/391344
@nishisharma , can you try checking access by executing "aio aem:rde:status"command Refer https://medium.com/@toimrank/adobe-cloud-manager-rapid-development-environments-rdes-7a7a36c50b9 https://techrevel.blog/2024/02/14/aem-rde/#resolutions
@nishisharma , check your access for the enivronment which you are trying to push the changes. From your logs it's clearly mentioned that 'Access denied' for program id 123713
@nishisharma please make sure you are executing "aio login" before executing the above command. A browser window should open, asking you to sign in with your Adobe ID. If the window did not automatically open, you can also copy paste the URL printed in command prompt to your browser to log in. This ...
Hi @newbie34 , Can you please try by updating /apps/cq/xssprotection/config.xml as follows. Add the regex pattern for transform property under <common-regexps> as below <regexp name="CSStransform" value="translateX\((-|\+)?0|(-|\+)?([0-9]+(\.[0-9]+)?)(em|ex|px|in|cm|mm|pt|pc))"/> and update <css-rul...