AssetDelivery is null in some AEM environments
Hi AEM Community,
I'm implemented web optimized URL feature of Dynamic Media for custom components.
I'm following the documentation to create a proxy OSGi service that can deliver web optimized images. https://experienceleague.adobe.com/en/docs/experience-manager-learn/cloud-service/developing/advanced/web-optimized-image-delivery-java-apis
The code is deployed to all AEM cloud environments.
Now the code works on lower environment like DEV and RDE which are using the same Company root folder. Example: companynamedev
But AssetDelivery is retuning "null" in higher environments like STAGE and PROD which are using same Company root folder. Example: companynameprod
Any help in debugging and fixing the issue is highly appreciated.
Thanks.