I am following this Remote SPA tutorial, and added a Fixed `AEMTitle` component to the AdventureDetail.js component below. /react-app/src/components/AdventureDetail.js //... <AEMTitle pagePath={`/content/wknd-app/us/en/home/adventure/${adventureName}`} itemPath='root/AdventureDetail_title'/> //... ...
I am trying to save a persisted query in AEM's GraphiQL Explorer. I can run the query fine, as seen on the right side results. But if I try "Save As", I get the following error. "Validation error of type FieldUndefined: Field 'adventureList' in type 'QueryType' is undefined" I also tried named que...
I am new to Adobe Experience manager and our team is recently going to migrate on it. Currently I need to do some explorations to perform custom integrations with backend servers and microservices. However, when I created my account it says I must be associated with an Org to be able to access the A...
Hello Techies, I am making a series of calls from graphql (which is placed outside AEM, consider it as 3rd party) via Dispatcher to my publish instance likehttp://my-publish-domain/api/assets/my/content_fragment/path.json.I could get the result as json, but this response is not getting cached in dis...
Hello, I'm new in Adobe Runtime and trying to learn usage of the actions. But i'm stuck with usage of a new modules.For example i have following action created:const fetch = require('node-fetch')const FormData = require('form-data')async function main(params) { let formDataVar = new FormData(...
Hi,I'm working on an integration of GraphQL with SAP Commerce for AEM and I have a couple of questions.I've started with this project, that is recommended for the integration: https://github.com/diconium/commerce-cif-graphql-integration-hybrisI've noticed that is possible to extend the Magento schem...
Trying to enable workfront enhanced connector for AEM, We are following instructions as stated in documentation here --- https://experienceleague.adobe.com/docs/experience-manager-cloud-service/content/assets/integrations... But encountering the error in cloud pipeline, pls note that local SDK build...
I am looking for API which can crawl all the AEM data and inject in another application. While exploring for that I came across Content Services.I am not getting how we can use caas in my usecase.Can anyone help.
I am trying to access graphql ide from my AEM as cloud service on premise setup on below mentioned path but getting some error, could you please help me resolve this error. http://localhost:4502/content/graphiql.html.