hi all, we ran a BPA report on AEM 6.5.18 for migrating to cloud for our project.The BPA report lists non-compatible content as follows - Say we made a change on node "test" present under /a/b/c/test The BPA reports the issue for the nested child as follows - /a, /a/b, /a/b/c, /a/b/c/test - A single...
Hi Team, I had my exam scheduled, but when I tried logging into certimetrics, I started getting the errors as attached. I tried from 1. Macbook Pro2. Lenovo Thinkpad3. Infinix Hot 11s4. Google Pixel 7a5. All Browsers, normal and incognito mode.But in vain. Is this normal?What will happen to my vo...
Hi Team, I am currently using 5s as socket timeout in apache http client. I would like to increase this timeout to 10s as my api is taking more than 5s to respond. If we increase timeout would there be any problem in the background? What is the max timeout seconds we can configure for better perform...
I have created oak index. By creating it following query working fine in query builder path=/content/datatype=nt:unstructuredfulltext=test But it is getting text from all nodes like /content/data/stores, /content/data/offers, /content/data/promotions. I want to exclude this node /content/data/stores...
I am working on a AEM as a CS project, I need to migrate/update content from dev to prod but there is no way to do it. There is a tool that exists with which I can move the content from higher to lower env (from prod to dev and so on) but there's no way to do it from lower to higher (dev/qa to stagi...
How does by adding allow proxy for clientlibs, css, js will be loaded on dispatcher or publisher?Searched for the internal working of that but didn't found any source.
Adobe has documentation about how we would use Pipeline secrets and ENV variables to use a Private Maven Repository.Is there something similar for the FrontEnd Sites projects and NPM??e.g, if in my package.json I had this.."dependencies": {"my-private-repo": "git+https://${GITHUB_PAT_KEY}@github.com...
From AEM publishers we have user dashboard which fires multiple graphQL queries to the backend through AEM HttpConnection in java. Is there a way to cache those ?