Hi @YAMINIK1
For the newer versions, it doesn't use yaml and it was set up through Cloud Manager using the guided wizard or the API.
For more details -
https://experienceleague.adobe.com/en/docs/experience-manager-cloud-service/content/implementing/using-cloud-manager/edge-delivery-sites/co...
Few things to check --
Check the replication is enabled to the publish environment and the queue is not blocked Verify the same code is deployed in both environments
Thanks
Hi @nsvsrk
HTL is server-side template system for HTML language. The evaluation of the expressions and data attributes is done entirely server-side and is not visible on the client-side.
When a client makes a request, AEM process the request at server-side and forwards the response to the clie...
HI @Abdul_Wajeed
If you have page information in AEM GraphQL data, write a custom AEM service to query your required content fragments or structured data and dynamically build your sitemap
In Node.js tools like sitemap a Node.js library, can generate XML files from data fetched via REST APIs or...
Hi @Syed_Shaik
The error indicating that the type AssetTransformFormat is not recognized in your schema.
- Ensure you're querying valid types, fields, and arguments for image field
- There can be issue with version compatibility as well
- Remove unsupported fields or arguments that are raising er...
Hi @AEM_LEADI6
IMO, instead of calling graphQL endpoint directly from UI side there is an another option which UI team can try --
AEM Headless Client Implementation in Front-end application :
https://experienceleague.adobe.com/en/docs/experience-manager-learn/getting-started-with-aem-headles...