Hello Adobe Community,I’m encountering an issue in Adobe Experience Manager as a Cloud Service (AEMaaCS) where CSS is not applying to my Experience Fragments (XFs) in authoring environment, it looks broken as shown below. But when I add the Experience Fragment to a page and check, the CSS loads corr...
I have a custom code with a custom query that runs on publish event through a listener, the query doesnt returns correct results the first time it runs because the property that I indexed has not yet been indexed when the query was triggered, it is a race condition. I tried changing my asynchronous ...
Hi, what is the recommended way to implement localized fulltext queries on pages on an AEMaaCS multi-tenant environment? I was guessing it would have been possible to:Create a custom index for each use case, potentially for each (tenant, language) pair.For each index:Set tenant and/or language-wise ...
Hello Adobe Community, I’m encountering an issue in Adobe Experience Manager as a Cloud Service (AEMaaCS) where CSS is not applying to my Experience Fragments (XFs) authoring environment or in the "View as Published" mode. However, when I add the Experience Fragment to a page and check, the CSS load...
Dear All, I am calling one Backend API in my service impl class like below. Previously to get the username I was using [backend API]/content-author/v2/privateCommunityManager/subnaikand value is coming fine in postman. Now we have updated like below and the value are coming fine in POSTMAN.[backend ...
I have experience fragment template where I want load the react component which is SPA but I am unable to see the content if I will add this spa component to experience fragment.We have separate spa template in project where all the react client libs are loading . I want to create the new experience...
I have 3 url's with the same content, that is, the 3 sites have the same content, but I would like any user to access the url's https://tooB.com.br or https://tooBB. com were redirected to the URL https://tooA.com in your browser, simple as that.I was told to change my dispatcher -> src -> conf.d ->...
We have a requirement to wrap the html content of the rte with in <code> </code> tag when the rte source edit plugin is clicked and a code is pasted. Any pointers on the customization? I did look in to a post https://experience-aem.blogspot.com/2022/08/aem-6-5-12-extend-rte-link-plugin-command-add-i...