Issue is Sling content Distribution setup across publishers. - AEM 6.5
I have a use case that is resource-intensive, and I cannot run it on the author instance. Instead, I want to execute it on a single publisher, save the output as a DAM file, and then sync it across other publishers.
To achieve this, I decided to use Sling Content Distribution (forward distribution). Here’s what I’ve done so far:
Set up a forward distribution agent and a trigger on the source publisher.

Configured a local distribution package importer on the target instance.

From the source publisher side, the connection test is successful, and when I try distributing content from the console it reports “package delivered.” However, I don’t see any updates reflected in the target instance.
One observation: I can see the POST calls in the target instance’s request logs, but the actual content updates aren’t showing up.


Has anyone faced a similar issue or know what I might be missing in this setup?