Hi, I have a front end JavaScript application, which needs to get data from a persistent query exposed at "https:wwwstage.companyx.com/graphql/execute.json/quizzes/quizone" Tried to make a fetch GET call to above url in front end javascript code, resulting in 500 CORS error.I enabled , CORS chrome p...
@narendragandhi @arunpatidar I created below index at root /oak:index as part of ui.apps.Does reindex="{Boolean}false" needs to be false or true ?I have manually triggered indexing by setting reindex=true in my local aem.But when I check the same index on upper environments,I still see traversal qu...
https://experienceleague.adobe.com/en/docs/experience-manager-cloud-service/content/operations/indexing#deploying-custom-index-definitionsI followed documentation and created oak indexes as part of ui.content rather than ui.apps , i do not think this matters as resulted oak:index stored at /content/...
I am facing below issue about property indexing.I have two property indexes (cqModel, cqTags )defined at "/content/dam/personal-site/oak:index". Interesting thing is if I move these property indexes to '/oak:index" default out of the box location, property indexes picked by query. But not when index...
I am facing same issue, were you able to solve?I have two property indexes defined at "/content/dam/personal-site/oak:index". Interesting thing is if I move these property indexes to '/oak:index" default out of the box location, property indexes picked by query. But not when indexes defined at "/con...
Hi, AEM version: 6.5.21 I tried to follow documentation at https://experienceleague.adobe.com/en/docs/experience-manager-cloud-service/content/operations/indexing#deploying-custom-index-definitionsto create a custom index for dam:AssetContent and use FileVault verion 1.3.2 , 1.4.0 but app build is f...
Hi,I would like to test the "event_filter" path behavior , specific to if allowed path replication event fired then event handler gets executed vs replication event fired on non-allowed path, event handler does not get executed. This question is more of how I test event handler getting executed onl...
where can I find all available scriptbindings ? I tried to look into api but it only lists some objects such as request , response, log etc. I do not see properties or currentPage etc, where does these bindings defined?
I have an aem site built with v2 page component and adobe launch integrated. Authored image, teaser components on a page. Problem: body tag has "click" events associated by AppMeasurement.js (adobe launch , analytics ?)this in turn seems making all <img> elements to have "click" events and screen re...
custom layout modes implemented by having /etc/mobile/groups/beacon and also grid.less file overridden to support different layout ( small, medium, large, xl, xxl, xxxl ) as per requirement. Whenever a page seen by selecting layout option , .beacon selector will be added by AEM. I do not see above i...