Hi @NageshRaja,
I noticed you had earlier asked query about RDE deployment failed status. If you were able to deploy previously but not now then something has changed with respect to the Cloud Manager.
As @aanchal-sikka mentioned, reach out to your IT Team to understand any org level access change...
@kolluax -
Can you also check whether the vhost section to ensure the request is routed correctly?Also can you ensure the cache is disabled as well?
/rules { /0001 { /glob "*" /type "allow" } }
The logs point to the CSRF token endpoint not being handled. Can you also add the below?
/filter { /0001 {...
Hi @Dinesh_A,
Using the IP Allow List in Cloud Manager in isolation would block access entirely, even preventing the domain from resolving externally. You need a solution that selectively restricts access to the Publish instance but still allows the CDN (Content Delivery Network) layer to serve e...
Hi @kolluax,
Can you please share the filter rules and the dispatcher logs? (Preferably set the Dispatcher log level to Debug or Trace)
Meanwhile, can you double check the SSL certificate setup?You can also temporarily relax the filters to confirm the issue is related to specific filter rules.
/0001...
AMS is built on traditional virtualized infrastructure (AEM instances on VMs in Adobe's managed cloud env like AWS or Azure). OSGi configurations here are part of deployment package which remain static until the deployments.
You can try a workaround for AMS by using CAConfigs (Context-Aware Configur...
Hi @swapnadi,
AFAIK there is no direct method to configure the AEM to show the header and footer in browser reading mode.
It is the browser which strips away non-essential elements like <nav>, <header>, <footer> etc.
You can try conditional rendering using JS to detect whether the page is in Readi...
Yes, ultimately RDE also as a dedicated environment ID which can be used to push the artefacts via ADO pipelines.You can use either of the 2 approaches -
Approach 1 - You can configure your pipeline YAML file to automate the deployment. Here's a sample below -
trigger:
- main # Adjust this to you...
Hi @NageshRaja,Thanks for sending over your filter rules and dispatcher logs.
Your request /etc/cloudsettings.kernel.js/conf/ctcweb-tenantA/settings/cloudsettings/legacy/contexthub is being answered by Tenant B's farm file and filter rules.
Dispatcher Log for everyone's reference -
[17/Dec/2024:12...
If you check the aemdispatcher logs for any cloud env, you will see the below -
aio cloudmanager:tail-log --programId abcde 0000001 dispatcher aemdispatcher[17/Dec/2024:11:50:54 +0000] [I] [cm-abcde-0000001-aem-publish-9c97fb757-pt2qc] "POST /dispatcher/invalidate.cache" 200 0ms [publishfarm/-] [ac...
@NageshRaja - I have one observation based on the host files you sent over and the default one you mentioned above-
You don't have any ServerAlias set to localhost. Even in AEMaaCS the publisher will clear the cache by calling /dispatcher/invalidate.cache API with localhost (As both dispatcher and ...