Hi All,Facing issue while using SSR approach to populate meta tags description,title, product name, brand name in AEM page.This is AEM & react based SPA project using AEM as a cloud service.In product page' properties we havedescription = Order {productName} {brandName} more {l3categoryName}Title = ...
Hi team,Whenever I modify the teaser component in 6.4, Text(of teaser comp) alignment was going towards left . But when I refresh the page, Text alignment was fine. But My client is not happy with refreshing the page (even auto refresh too). Is there any solution to alignment? I mean once I author t...
Hi guys, So React and Angular integration is supported by AEM SPA, so is it possible to integrate any other framework with AEM using the Node and NPM?So the use case here might be migrating a site that's developed in a proprietary framework similar to react, with concepts of components and patterns ...
Hi guys, I am playing with GraphiQL tool, and I need to use it for AEM Managed Service but not the Cloud Service. Do you know if AMS is supported by GraphiQL tool and if so where to download it?
Hi all, We are currently looking for a solution to deliver personalized (targeted) content to different native apps. https://helpx.adobe.com/experience-manager/using/contexthub_personal_exfragments.html seems like a good match, but it doesn't show how to expose the personalized experiences through C...
Hello,I'm trying to build an integration with AEM that allows managing assets via Assets HTTP API.Is there any way to get access not to my AEM instance, but to another user's instance? The user can give the URL of the instance inhttps://author-p#####-e#####.adobeaemcloud.com format (not local instan...
Hi all, Like what I ask in subject. Is it possible to access Assets rest api from a new project via "Create new project" in developer console? When I am adding an API into a new project in develop console, it is not easy to find an API related to Assets. Or, it is only possible to access Asse...
Hi Team, I am facing an error while opening graphiql editor on aem 6.5.10. And my AEM instance is running on 4502 port.Could you please suggest any thoughts on the same ? Error :{"message": "Failed to execute 'text' on 'Response': body stream already read","stack": "TypeError: Failed to execute 'tex...
Hi Community, i am going through chapter 5 of wknd spa tutorial where to add custom component to the SPA and deploy the changes to a local AEM instance, here is the link https://experienceleague.adobe.com/docs/experience-manager-learn/getting-started-with-aem-headless/spa-editor/react/custom-compone...
I need to get the events while the property 'jcr:lastModified' is either added or modified. Also I only need to watch certain paths. I tried to add properties like this. I also checked the event console http://localhost:4502/system/console/events where I couldn't find my class. The debugger is also ...