Hello Aces,I would like your opinion on using AEM's email service to send emails.I have a requirement to send an email to a user based on certain business rules. I can use either ACS Common Email Service or a Java service to send the email.My question is: Is it ideal to send emails directly from AEM...
Hello team, My colleague tried to run the Adobe IO runtime project in his mac system.aio app run --localGettingt the error:Error: The --local flag is not supported on Apple Silicon Macs.Note: Prior to this, he ran the command: aio app build It was successful. Got some response from google:It looks l...
Hello Team,I am writing Nodejs actions, utility for Adobe IO runtime project.Here, I have kept the mail templates under config folder. My logic has to read the config folder based on input condition.While searcing, I got below details to read the file const templateLoader = new TemplateLoader(path.j...
this error is coming also bundles all are in installed statecom.google.zxing,version=[5.9,6) -- Cannot be resolvedcom.google.zxing.common,version=[5.9,6) -- Cannot be resolvedcom.google.zxing.qrcode,version=[3.4,4) -- Cannot be resolvedcom.google.zxing.qrcode.decoder,version=[5.9,6) -- Cannot be res...
When I try to create a content fragment in DAM and click the “Create” button, the options to create a content fragment do not appear. I can create CF models, and the configuration is set up correctly in the CF DAM folder.Note: I am using admin user.Version : AEM 6.5.20Logged user: Admin
Hi,I am building a REST endpoint which1.) should execute some QueryBuilder queries based on the parameters passed to the endpoint,2.) return the Sling models for the resources found by the QueryBuilder.Point 1. is simple.I have some concerns around point 2., where the hits returned by the QueryBuild...
I have created the Adobe IO runtime project by creating necessary actions. I ran the command:aio app buildaio app deployGot the Adobe IO runtime URL as well. Able to hit the API from postman. Got the response too.Added console.log statements in my action files .Now, I want to check the logs details....
My team and I are currently running our AEM Cloud project using Node.js version 16, and we are considering updating to Node.js version 20 or higher. However, I am having difficulty finding documentation that specifies which Node.js versions are officially supported by AEM or identifying the latest s...
Hello,I have set the Redirect path from page properties, So, once I hit the page: http://localhost:4503/content/we-retail/us/en/about-us.html it properly redirects me to the https://www.google.com/ But the issue is when I added a selector with URL, http://localhost:4503/content/we-retail/us/en/abo...
Q1) For every cq:Page we need a jcr:contentI get that there are rules/schemas defined [cq:Page] > nt:hierarchyNode orderable primaryitem jcr:content + jcr:content (nt:base) = nt:unstructured + * (nt:base) = nt:base versionwhere are these defined in the jcr repository.Where are the nt:nodeTy...