C. 404
The dispatcher module for Adobe Experience Manager (AEM) uses the /filter setting to define which URLs should be allowed or denied. If a URL is explicitly denied in these settings, the dispatcher returns a 403 (forbiden) as we might think, but really it returns 404 NOT FOUND status code. This...
I would review client-side code like JavaScript and review wether its code from your clientlibs, third-party, or Adobe Launch scripts that may be causing the issues.
It looks like the latest AEMaaCS core components have got you too.I've already mentioned this on another post, but heres it again, https://experienceleaguecommunities.adobe.com/t5/adobe-experience-manager/google-tag-manager-events-not-tracking-from-aem-as-cloud/td-p/673347Keep reading the post as I ...
Apache Sling Models features a exporter, leveraging the Jackson framework, which can serialize models into JSON. Adobe's new core components are designed with Sling Models, allowing for the creation of a headless AEM solution using just these core components. When using Adobe's core page component a...
The answer is in the logs,
com.day.cq.tagging.impl.JcrTagImpl Could not retrieve node path
So in this case, either your repository does not have the correct permissions in the publisher to find the cq:tag node, OR, the tag just never exists.
Try to add configurations for both the author and publisher (below). In the Debug view, there should be a dropdown menu at the top where you can select the debug configuration. You should see both "AEM Author" and "AEM Publisher" listed here.
Ensure your launch.json looks something like this:
{
...
Adobe's decision to switch the resource type of nodes in the immutable section of the repository from nt:resource to oak:Resource during the deployment process in AEM as a Cloud Service (AEMaaCS) is driven by several key considerations:
Immutable Infrastructure: AEMaaCS leverages immutable infrastr...
I would recommend you to first get the request working as expected on the Postman API Platform, to test out the API, client secrets and credentials, and then finally use httpClient to make the request. While making the https requests, I recommend you to use the org.apache.http.osgi.services.HttpClie...
We just got out of this challenging problem as well. Jumped into a call with Adobe, and pinpointed the problem. The problem here is that the latest AEM Core Components introduced this bug.
Let's take a look at what I am pointing to here, so what was removed was the ability to have customers set...