Hey guys, I have a problem here where certain a request is returning a 302. It's a request to an asset that very much exists. So /content/dam/image.svg 302-> /content/dam/image.svg/ Which then gets a 403. I would like to be able to debug this except that Adobe does not provide the source code for th...
Hi, I am not able to find solution for above error. please find my code snippet below import org.osgi.service.component.annotations.Component;import org.osgi.service.component.annotations.Reference;import org.osgi.service.component.annotations.ReferenceCardinality;import org.osgi.service.component....
hi folks,I've recently started getting the above errors (though I haven't added any code!) with Cloud Manager. I assume that CM SonarQube has been updated ? It is not so terrible for me in that I can override them. However it adds a manual step to the deployment that I don't want. Any suggestions ...
Hi Team, I am facing this issue Authentication services on publish environment, Please help, Not able to resolve it on publish environment. ERROR:02.06.2021 11:05:07.031 *ERROR* [FelixStartLevel] ERROR: Error stopping bundle. (java.lang.IllegalArgumentException: Nothing registered at /crx/de)java.l...
I am trying to modify a javascript file in the clientlibs folder in the publisher instance for debugging purpose. After I add a console log and saved the file. it is showing 403 error in the page. The other JS files included to the page are loading without any issue and only the modified file is sho...
Hi All, I'm working on AEM version 6.4 and still not able to see OOTB Teaser component here /apps/core/wcm/components. I've also checked that 'org.apache.sling.models.impl' is present on my instance but Teaser specific model is not registered (com.adobe.cq.wcm.core.components.models.Teaser) I tried ...
Hello All - I see the behavior that the page properties dialog tab is blank only when I create a page. once the page is created, I am able to see the all fields. The issue is happening only with the page creation flow. If it is an individual fields, I can use "cq:showOnCreate" to handle the field bu...