Hi All, we have AEM 6.5 hosted on AWS EC2 instance (with EBS volume). currently we are using AWS backup service to create backs of the volume. but these backups are taking 3 to 4 hours to completely restore. ( this involves attaching volume, doing compaction, and restarting)Sometimes these back...
Hi All, are currently using AEM 6.5 and we have a requirement to sync production data into lower environments on a regular basis. what tools can support this process. we have around 800GB of dataGrabbit is not supported on AEM 6.5, does anyone has any hacks that could be used to achieve this proce...
I need to differentiate between below URLs in Sightly html.http://localhost:4502/content/abc/xyz/test.html andhttp://localhost:4502/editor.html/content/abc/xyz/test.html How can I achieve the same? I tried using wcmmode.edit but it evaluates to true in both cases.
Hi All,On Click of a tab in a classic UI dialog, I want a function to be triggered (ex: display a message inside the dialog on click on the tab2). Which event listener property can I use for this?Similar to render, afterrender, beforerender events etc, for above situation, what can be the solution? ...
Hello,we have a long-term problem with encoding in email subjects, where characters like "šáěíéščřý" are not shown correctly. Until now, we have been changing the subjects to use basic ascii letters. But now we are expanding to russian customers, and with azbuka (cyrilic) letters we can no longer do...
Hi everyone, I have a HTML form component on my page (not by AEM form) , I want to invoke a firebase push messaging API upon submission of that form via a Servlet.what would be the best approach for this and if there is any material regarding this. Regards.
One of AEM 6.5 instance has interpreted special characters in wrong way in de,es,fr when uploading a bulk of data using AEM Bulk Editor. It may be a configuration issue but was unable to find it exactly, Any clue would be appreciated. Thanks in advance.
Sir, I am making a AEM form with a cover page which has a repeating SubForm, inside SubForm (SF) there are text fields, a checkbox and also Add & delete button. Now i want when user checks the checkbox, the same SF is copied to the subsequent page at a specified point.So, initially there is 1 su...
The below lines of scripts loads for both author and publish instances. But I want to restrict it based on author and publish environment. Our author environment URL has "author-" keyword in it, while publish environment URL doesn't. So I was thinking can the URL help in this case? I wanted to fetch...