Is there any known issue with image core components in publish instance? It is loading fine on author but not on publish. I am noticing the image url shortening which is not letting the image to load. I am on 6.5.12 and using core component version 2.19.0
Solved! Go to Solution.
Views
Replies
Total Likes
Hi,
Image url shortening should not create an issue if you have proper url mapping at apache.
You may have issue only in publish but not on end user site if accessing directly from publish and by passing dispatcher.
Can you please check if you have those mapping for image url as well?
Core component works with path shortening as well.
Hi @arunpatidar Thank you for your reply ! Let me try verifying url mapping at apache. But I feel that it is good if proper image loads on publish as well.
Deleted the JcrResourceResolverFactoryImpl.cfg.json but still the /content/app not resolving the image.
Views
Replies
Total Likes
Hi @gvaem Is the issue happening in Auhtor instance or Publisher. Please add some more details.
Thanks,
Ganthi.
Views
Replies
Total Likes
Issue is happening in Publish environment. Author looks good.
So in the image url if the "/content/app/en/_jcr_content/root/container/image_copy_copy.coreimg.jpeg/1708126502377/Imge.jpeg" works fine. But the url is resolving as "/en/_jcr_content/root/container/image_copy_copy.coreimg.jpeg/1708126502377/Imge.jpeg" so images are not loading
Views
Replies
Total Likes
This is happening in Publish instance. Author looks good.
For the image in publish instance "/content/app/en/_jcr_content/root/container/image.jpeg/1708126502377/image.jpeg" but image component renders "/en/_jcr_content/root/container/image.jpeg/1708126502377/image.jpeg"
Views
Replies
Total Likes