Hi, I am facing an issue in AEM cloud production environment, when I publish a page in preview mode a URL needs to be generated with preview link.But I am getting a warning as:NOTE: This is not happening on every publish.Any leads? @arunpatidar @lukasz-m @BrianKasingli
Hi, I am facing an issue with ui.apps and ui.frontend modules. I have built both the modules with maven commands but the changes are not reflecting on page. But when I manually export the clientlibs to the aem server then the changes are reflecting. But the core is working with maven command. NOTE...
Hi,I have a requirement to generate page version comparison link. This generation should be done programmatically, I checked the network tab in inspect mode and found that when we click on "compare to current" button, a post call is being made as below: Checked in Postman tool and got the response ...
@Satish_Jadhav : Even I have the same requirement as you. May I please know if your issue is solved. If yes, can you please reply about the approach you followed.
Hi, In my react spa based project the ACS commons error page handler not working. I have created my xml file like below:<?xml version="1.0" encoding="UTF-8"?><jcr:root xmlns:sling="http://sling.apache.org/jcr/sling/1.0" xmlns:cq="http://www.day.com/jcr/cq/1.0" xmlns:jcr="http://www.jcp.org/jcr/1.0" ...
I have implemented the below code and it worked.import com.adobe.cq.inbox.ui.column.Column;import com.adobe.cq.inbox.ui.column.provider.ColumnProvider;import com.adobe.cq.inbox.ui.InboxItem;import org.osgi.service.component.annotations.Component;/** * This provider does not require any sightly templ...
Hi, In manage publication when a page needs to be published by author, the request will be sent to approver.In AEM cloud is there any way when a page is modified by an author and an approval for publish is requested, the approver should be able to see the page(s) with the modifications highlighted. ...