Hello, Whenever I try to include graphQL fragments in my query the values return null. First example shows results without graphQL fragment, second shows results with it. Note that the content fragments are the same for both instances, so the null should have something populate.
I have a solution implemented that is described here: Moving assets to PIM system - HTTP API the correct choiceFrom a high level I have a custom workflow step that calls an API and sends the assett. This workflow is triggered from users placing the assets in to a "monitored" directory. This works ...
Hello all, Starting form AEMaaCS 2024.8 version maintenance update the use of JS USE API is deprecated, and per Adobe's advice there is need to use Java USE API or Sling models. Deprecated features can be found follwoing by link - https://experienceleague.adobe.com/en/docs/experience-manager-cloud-s...
Hi ,We recently upgraded to aem SP 6.22.0 and acs commons 6.10.0. Post that I can see acs commons email service is unsatisfied. As per the compatibility chart, these 2 are compatible https://adobe-consulting-services.github.io/acs-aem-commons/pages/compatibility.html . Also, I looked into the issues...
Hi,As per the translation cloud configuration I am not able to find an option to stop Inline Media Assets to be translated.In simpler words, if Content Fragment 2 is being referred in Content Fragment 1, and we try to submit translation for Content Fragment 1, then Content Fragment 2 should not be s...
Hello everyone, I have deployed a simple js application to my Adobe IO runtime dev workspace.I can hit the URL in browser and I can get the response.https://adobeioruntime.net/api/v1/web/123456-pocservice-development/default/test?name=world But, I am not able to see the action in the same workspace?...
Hello Team, I took the code from: https://github.com/AdobeDocs/adobeio-codelabs-barcodeRan the command: aio app run --localAble to use the URL: http://localhost:3233/api/v1/web/guest/my-barcode-app-0.0.1/barcode?value=adobe Wanted to check, how to debug the application using VS code editor?I can see...
Hello team, I am exploring Adobe IO runtime. I tried to create a simple rest API (as mentioned below) and I am able to hit the runtime using browser.https://adobeioruntime.net/api/v1/web/12345-pocservice-dev/default/test?name=ABC // this is saved in a file named first-function.jsfunction main(params...
Can Someone tell me, how CIF commerce breadcrumb feature works?Location: /apps/core/cif/components/structure/breadcrumb/v1/breadcrumbBut, this refers to: core/wcm/components/breadcrumb/v2/breadcrumbSample Venia application path: http://localhost:4502/content/venia/us/en/products/product-page.html/sh...