HI @kkhan_123
Sometime if you are in your office network, this issue may arise due to network issues. Can you try in your home network or by connecting your mobile hotspot?
Hope this helps!
Thanks,
Kiran Vedantam.
Hi @amohite A couple of quick questions:What's your AEM versionWhat's your core component versionAre you seeing any errors in the console?Are you seeing any issues in the logs?Can you check how the data is saved in the JCR once the component is saved?Can you check if there is any custom code writte...
Hi @SantoshSai, The concept of mutable and immutable content is for AEM as a cloud service. I don't think it is mentioned in the query asked. Thanks,Kiran Vedantam.
HI @mrudul The rendition is also an asset and you can get the length and width using the metadata.Int length = resourceResolver.getResource("<<path to resource>>").adapto(Asset.class).getMetadataValue(tiff:ImageLength) Hope this helps! Thanks,Kiran Vedantam.
Hi @Nandheswara, As this is only seen in VS code can you raise the issue here: https://github.com/microsoft/vscode/issues Hope this helps! Thanks,Kiran Vedantam.
HI @webdev91 The hierarchy will always be /content/project-name/country/language/pages. So you can follow below structure:/content/project-name/us/en/content/project-name/in/enHope this helps!Thanks,Kiran Vedantam
Are you trying bulk asset properties update @Vinodthakur? You can try writing a custom workflow step that replicates the assets on the update of the properties. Thanks,Kiran Vedantam.
Hi @Vinodthakur You can write a Sling event listener which listens to the events at the asset's node specified and then replicates the modified asset/pagehttps://github.com/sunilkumar1117/AEM-Sample/blob/master/acs-aem-samples-master/bundle/src/main/java/com/adobe/acs/samples/events/impl/SampleJcrE...