Hi,it is AEM core Image V2 component and version is 2.2.2 and image path like this : /content/we-retail/us/en/demo/jcr:content/root/responsivegrid/image/file/jcr:content Attached like image file and it is trying to resolve extension and due to TemplatedResource , it is returning default JPEG extens...
Hi konstantyn_diachenko, Thanks for the reply and interesting. Let me explain our issue little bit more detailed. we are using same template and same Core Image component before and after upgrade from 6.4 to 6.5.In 6.4, Resource resolving to JcrNodeResouce and in 6.5 Resolving to TemplatedResource ...
Hi,In what scenarios below code can inject TemplatedResourceImpl Instead of JcrNodeResouce Object @injectprotected Resource resource; we have upgraded from AEM 6.4 to 6.5 latest SP and seeing this kind of issue. Thanks,Venkat
Hi,we are in the processing of migrating 6.4 to 6.5 and Core Image Component always giving jpeg as default extension even for png extensions. When we debug , @inject Resource is binding to TemplatedResourceImpl instead of JcrNodeResource. When i disabled TemplatedResourceAdator then it is working fi...
Hi,Using these instructions ( https://developer.adobe.com/app-builder/docs/getting_started/first_app/ ) , we created hello world app and trying use ES6 library ( https://www.npmjs.com/package/critical ) but import is failing tried by creating .mjs file as ( index.mjs ) import {generate} from 'criti...