Hi @All I have published servers, in that if i am accessing as a anonymous user then the pages css is not coming like page and component level css is not loading, once i logged in the server as ADMIN or someother user then the pages with css is loading. Can anyone help me here..?
Hello Adobe Community, We're using the workflow and one of requirments is running "node.js" command which should be run under some directory of project. The problem that we're trying it to run e.g. core/src/.../Workflow.java and the command should be run under e.g. frontend/.../placeWhereItShouldBeR...
Hello Community - Currently I am using query Builder API to fetch the results from JCR. One query using sort by on lastModified date and other requirement is to return the "results in random order (I don't mention any orderby here)" when I query JCR, both the options gives me the results in same or...
I have jsp based components on AEM 6.5, which have <cq:include> to resourceType that exists in code. I am not sure why I am seeing in error logs. any suggestions, why this could happen, I know , it is a content node that does not exist, as path="fakepath" , resourceType="path to component" .org.apac...
We are migrating a site in AEM 6.3 to 6.5(6.5.5). During authentication, there is the use of PKCS7PADDING which is not working in 6.5 but does work in 6.3 with both environments having bcprov-bcprov- 1.66 installed: final Cipher decrypterWithPad = Cipher.getInstance("AES/CBC/PKCS7PADDING",BouncyCas...
We see a 403 Forbidden when clicking on "Drag a component". It can be simulated in AEM OOTBVersion: 6.4.8Env: probably any but using macOS mojave 10.14.6Browser: Chrome Version 84.0.4147.89 (Official Build) (64-bit)Run Mode - Author running in 4012 portSample page : http://localhost:4512/editor.html...
Hello All - I am using Underscore JS for component creation. The below snippet is not working for the page properties. Can someone tell how to address this? <script type="text/template" id="testView"><% _.each(test, function(test) { %><div class="templatetest"><sly data-sly-test=" <% ${properties.di...
Hi All, I have added annotation on aem 6.3 instance author content pages , now we are migrating content to aem 6.5 author and i'm replicating content nodes by using author to author replication using default replication agent, every node is getting replicated but cq:annotations not is skipped from...
Dear All, I have one dialog , where I have defined skuid , installation label and installation link , as shown below. Now , my requirement is that if Sku ID is blank ("null") then it will display the installation document link in sightly if Sku ID is not blank ("not null") then it will display the ...