We have a serlvet which serves json to the front end which uses a fixed path, eg. /bin/myapi/somecall.This works if you are calling it from the same host and port, but fails from anything else. E.g. devs hitting a local author from react from 3000 instead of 4502The "understanding cors" page hints ...
Hi Team.Planning to upgrade 6.1 to 6.4 version as first step i need to run Pattern detector but issue is i am not getting pattern detector package form adobe site below where i have clicked one package(the site in not reachable)next question is ones I get pattern detector package whether i need to...
Hi all I am getting really stuck getting started with AEM and I was wondering if there were any in-depth tutorials that could help me? I have done the WKND tutorial but it seems as if it didn't even scratch the surface. I have never worked with a CMS before but I am comfortable with coding. Thanks f...
I have a listener for a component on a page . When i try to edit the component <cq:listeners jcr:primaryType="cq:EditListenersConfig" beforeedit="function() {console.log('Test')" afteredit="REFRESH_PAGE"/>The after edit works fine and it refreshes the page after edit , but the before edit...
Hi there,I came across a very interesting issue today and I'm wondering if anyone else has seen it. I was setting up a brand new AEM project to test the CIF Magento capabilities with a brand new Magento cloud instance on Magento version 2.4.1. Here's what I did:Created a new codebase using AEM arc...
Hello, Our team is trying to implement a third party authentication called DocCheck. In our tests we have found an issue where sometimes authenticating using this service works and other times we get a 403 error code. We reached out to their team and they said: What we experienced is, that sometimes...
Hi All, We are seeing below issue in Sonar for below inline code, tried different approached but not able to resolve the issue: Sonar Issue:java/io/File.createTempFile(Ljava/lang/String;Ljava/lang/String;Ljava/io/File;)Ljava/io/File; reads a file whose location might be specified by user inputVulner...
Can you use Adobe Analytics to find data and report on website clicks, impressions, indexed pages, desktop vs. mobile traffic, bounce-rate, time spent on site, and top performing pages?
Hi There,Does anyone know why this is not triggered, i want to get the removed event under this node /conf.@component( service = EventHandler.class, immediate = true, property = { EventConstants.EVENT_TOPIC + "=" + TestEventHandler.EVENT_TOPIC, EventConstants.EVENT_FILTER...