Hi Team , We are on AEM cloud .. instance and we I an trying to push some selective asset to preview server.So I used Replication API.. and filter and new options . which preview agent ID as the key.but when I am trying to get the status of activation using the below code: ReplicationStatus publ...
In aem 6.5.4 version, the disable button still showing even after the template is disabled. Please find below screen shot. Is it a bug or a known issue? @kautuk_sahni
Hello,I'm stuck at following situation:I have a page and I want add some events to it. The content structure is /content /site /mypage /jcr:content The node 'mypage' has the primary type 'cq:Page' and node 'jcr:content' the type 'cq:PageContent'.To add events I created a service: import ...
I have this@Self@Via(type = ResourceSuperType.class)private List list; @Overridepublic Collection<ListItem> getListItems() { return null != list ? list.getListItems() : null;}Is that even good? And in react im trying to render it like this but nothing is happening, blank page{props.listItems && (...
Not able to save the session with the system resource resolver. But able to save with request.getResourceResolver on cloud. System resource resolver value is not null when i debugged my code. Can someone please help me resolving this on cloud.
Hi Folks, I have written a servlet which is working fine in AEM cloud author instance, returning the string response. When I call the same servlet in publisher+dispatcher instance, response is empty, though the response code is 200. Attached for your reference. Any help is highly appreciated. Than...
Suppose say I have a page /content/example/xyz.html and I have configured a vanity URL i.e, /abc. My question is when a user hits /abc, will this be served from dispatcher cache or will it be served from publisher every time?
Hello, when someone calls the url https://myaemsite.com/us/en/...html the response is a 400 errorMalformed request syntaxCannot serve request to /content/myaemsite/es/...html on this server I've tried adding into the dispatcher one rule as follow:/0028 { /type "deny" /url "[\.\.]" } Just for testing...