Hi, firstly i let you know that i'm new to AEM ecosystem so i haven't already explored all the possibility AEM can offer.I'm currently on a projet that use AEM SPA in an NextJS environnement my pages are rendered using @adobe/aem-react-editable-components on nextjs SSR, using fetchModel that get all...
Hi Team, To play video in Safari browser, we understood that "Accept-Ranges" header in response is required. However, when we access our site and check response header, we dont find this specific header. However, if we simply access site using publish instances IP, we can see this header in respons...
I was following the documention from the link vlt-tool-install-link I am facing the following issues. I downloaded the jar file https://repo1.maven.org/maven2/org/apache/jackrabbit/vault/org.apache.jackrabbit.vault.rcp/3.7.2/org.apache.jackrabbit.vault.rcp-3.7.2.jarand tried to install it as a packa...
Could you please help me the on the following1) How to install vlt api2) the vlt environment variable setting3) Use vlt tool for content sync Please add other relevant information too...
When conducting penetration testing on our company's Adobe as a Cloud Service, we identified two vulnerabilities, CVE-2019-11358 and CVE-2020-23064.I observed that CVE-2019-11358 has been addressed as per the README.md file located at /libs/clientlibs/granite/jquery in CRXDE.However, there is no rec...
Hello All, I am not able to open my content fragment model to edit. Getting below mentioned error. Any help in this case? GET /mnt/overlay/dam/cfm/models/editor/content/editor.html/conf/abc/settings/dam/cfm/models/my-model HTTP/1.1] org.apache.jackrabbit.oak.query.QueryImpl Traversal query (query w...
Hi, I am developing AEM as Cloud Service locally on my MacOS, and I have a dispatcher with the following rule in the `rewrite.rules` file: RewriteCond "%{HTTP_HOST}" "^example\.website\.ca" [NC] RewriteRule ^/?$ /content/path/en.html [PT,L] As you can see, the condition check if the domain is "exa...
We have some code in AEM that currently allows us to search a folder of content fragments and then interrogate nested content fragments based on their jcrName. So, take for example a CF named "FAQ". And that fragment has a related fragment named "Question Type". We can search for FAQs with a Questio...
Hi, I'm currently rewriting a Sightly template as JSP (I usually prefer using Sightly, but I need JSP for this use case). In our Sightly template, we are loading in a model class that inherits from WCMUsePojo: <sly data-sly-use.search="edu.nyu.aemnyu.core.components.content.news.Search" data-sly-unw...