On authoring a customized component dialog, component does not render on click of done in the dialog.It renders fine only after reloading the page. What can be the possible fix?Thanks in advance
Hi Team,I want to create a workflow to accept the file in the frontend page upon clicking the button. the files should be uploaded to the dam.can anyone help on it (any sample code will be helpful). Thanks in advance.
Is anyone using Cloudfront in front of their dispatchers?I think I've read there's no built-in invalidation of Cloudfront cache in AEM replication agents. One would think even a Cloudfront distribution with a fairly low TTL could increase performance across the world while potentially causing issue...
I want to test local dispatcher configs with domain names. How can I do this using the docker local/dev dispatcher? Right now I have it standing up but looks like all content can be found using localhost:8080/content/<project>/en.htmlInstead I want to do something like this: <random_domain>:8080/en....
I need to take say Action A if a particular component is included in a page.Consider the above given page for this page(ie landingPage) i need check if mediaImage component is included in the page.I found a reference where it was said it can be done with a slingQuery to check if component exists in ...
Hi @All, Team In my Actual class holds Input Stream, XSSFWorkbook, and am iterating all the Excel column values and getting it via this snippet 'row.getCell(columnNames.get("path")).toString().trim()' code is working fine as expected. When I come to Junits I couldn't able to cover the junits for th...
Hi, The AEM cloud manager build is failing due to the large size of build log file > 500MB.The errors are mostly related to JS syntax, for example:ERROR - This language feature is only supported for ECMASCRIPT6 mode or better: arrow function. const toType = obj => { Let me know if any solutions for...
I have setup PWA for my site on AEMaaCS. On author, both my service worker and manifest files are being rendered. But when it comes to the case of publish instance, it shows the following error:Uncaught (in promise) DOMException: Failed to register a ServiceWorker for scope ('publish-url') with scri...
Hi all, I have created registration form using Core form container. I need to save this data in a path based servlet. I have mentioned the servlet path but I'm getting only null values instead of the form fields. I have mentioned the correct name field for getting the parameter. my servlet path: m...