Hi Community,I'm encountering an issue while deploying to AEM as a Cloud Service. The deployment fails at the "Update services" step, and the error message states:"The deployment failed due to a system issue. Contact Adobe Support if the issue recurs."Here’s what I’ve observed so far:Update Indexes ...
We are migrating our AEM instance from AEM 6.5 to AEM as a Cloud Service (AEMaaCS). In our current implementation, we use a JCR Event Listener that listens to all component changes. Whenever inheritance is canceled for a component, the listener adds the property:cq:isCancelledForChildren = trueto th...
Does AEM allow replacement of an asset (image or pdf) whilst retaining metadata, title etc?I have read that this should be possible via a 'replace' button when the asset is selected but I don't see this option.
Hello, I would like to request data via GraphQL query based on a Tag multifield like this:The parameters to return this data should be for example:["wknd-shared:season/summer"]["wknd-shared:season/summer", "wknd-shared:season/spring"]I tried this query:query ($adventureTags: [String]) { adventureL...
I have reviewed the following query and noticed that I have a similar use case, but it require only the Universal Editor feature. So, whenever the client opens a page created using an editable template in AEM, it will automatically open in the Universal Editor, allowing them to make any modification...
HI Team, i am trying to setup Headless & GraphQL local setup using wknd site but getting below error Error: SyntaxError: Unexpected end of JSON input even checked CORS configuration are in place already in local AEM /content/cq:graphql/wknd-shared/endpoint.json@arunpatidar @EstebanBustamante
Hi,I want to use GraphQL for searching and building a listing page with pagination. As I explored, I understand that GraphQL supports offset, limit, sorting etc. but I couldn't find a way to get the total number of results to achieve pagination with page number.It would be really helpful if anyone c...
I have a graphql query which takes IDFilter! as parameter and this works fine in the graphql editor and when i try to request from postman i am getting "Variable 'paths' has an invalid value: Variable 'paths' has coerced Null value for NonNull type 'IDFilter!'"exception. My Graphql Queryquery ($expr...
How can i redirect the request in dispatcher with query parameters from one page to another page without losing query parameters, for example, redirect should take place from https://www.mysite.com/content/us/en/firstpage.htm?a=xyz to https://www.mysite.com/content/us/en/secondpage.htm?a=xyz Appr...
Hi All,We are working on custom SPA component which is supposed to take the given content fragment & use its field on page. In sites custom component we achieved this simply by using below snippet in html & it works fine. cfPath is content fragment path selected in component dialog's pathbrowser fie...