I'm using AEM Cloud and I want to retrieve some data for a page using sling model. For that appID or artifactId is required in sling model. Is there a way to get this is sling model?
After created custom oak index for the DAM assets in AEM clooud. Asset search and asset side panel are not workingFound below errors in the logs *WARN* [IP [NUmberID] GET /mnt/overlay/granite/ui/content/shell/omnisearch/searchresults.html HTTP/1.1] org.apache.jackrabbit.oak.query.QueryImpl Potential...
Hi, Have anyone worked with webp format image for headless AEM cloud? We have trouble with retrieving the image from our solution via GraphQL. We do not have Dynamic Media with AEM. Do we have to get Dynamic Media so that we can use webp images in our solution.
So I have the following field and it's using my RTE plugin correctly<heading jcr:primaryType="nt:unstructured" sling:resourceType="cq/gui/components/authoring/dialog/richtext" fieldLabel="Heading" height="3em" name="./heading" useFixedInlineToolbar="{B...
When using the OOTB vanity URL service, the service is appending .html to all endpoint vanities. We don't want this to occur. A couple of things to note, we already have extensionless URLs configured in AEM for our site, and we have URL rewrite conditions in the dispatcher to remove .html. The reas...
Hi All I am using Purge Surgeon Jar to remove the Akamai cache.We have overridden the Preprocessor used in the Purge Surgeon Jar and are sending request through it, But when author are moving Page then the Preprocessor written in Purge surgeon is throwing exception of Resource not found as it is try...
Hi Team , I have three questions to clarify. 1 ) I want to know that AEM as cloud can be used with AEM client server architecture with static template or it must be gone with SPA architecture with editable template ? 2) In AEM 6.5 with on premise, Can we use editable template capability along with ...
Hi all, I have the content fragment data in custom servlet end point as JSON and I need to get the servlet end point data using ajax call in js and need to display over the json data in the page, if any one know how to excute this kindly give some idea on this. This is my Custom Servlet End point da...
I want to create a servlet that I can use to pass data to an in-browser javascript app. The issue I'm having is I can't find a way to disable CORS for the specific servlet - only for the entire site, which isn't ideal. Is there a way to achieve this?