@jayv25585659
Q. It seems to me content fragments is only useful if the data to be displayed resembles a database table(s) (e.g. Oracle DB)
We have worked with multiple customers to deliver sites via Content Fragments.
For couple of them we had used Hybrid mode, where CF is used for content, webs...
@VeenaVikraman
Recordings for Champion office hours are uploaded on this Youtube channel https://www.youtube.com/@adobeexperiencemanageruser7261
The recording for AEM infrastructure is yet to be uploaded.
@keehwan1
You would need to check the logs, which are generated on clicking the install button. If we fix the issue mentioned there, packages would be installed.
Please have a look and share logs, if needed
@jayv25585659
Getting Started with the AEM SPA Editor and React | Adobe Experience Manager is with SPA Editor. So, authors edit content on pages.
React App - AEM Headless Example | Adobe Experience Manager is with GraphQL queries. Content is in content fragments
@shehjadk07
Adaptive image is OOTB functionality to assure we render images optimized for the viewport. It does not use Dynamic Media, but AdaptiveImageServlet.
There is hardcoding for fileReference in the servlet, so it may not readily work with any other property name.
May be you can try crea...
@JhansiCh1
1. The Breadcrumb component's hierarchy is configurable on
Edit DialogPolicy Dialog
https://experienceleague.adobe.com/en/docs/experience-manager-core-components/using/wcm-components/breadcrumb
Please assure both the configs are on expected level. Ideally, Edit config should override...
@akshaybhujbale
You definitely need to optimize your query.
Make sure you query in the deepest possible level in the hierarchy.Get rid of p.limit=-1. You are trying to get pages in a single hit.
Unless you are already not optimizing query based on paths, it was bound to fail, as the repository ...
@SanketJa1
There are multiple options with examples discussed on https://kiransg.com/2021/11/07/aem-iterating-node-best-practices/
I would suggest Resource Filter Stream