Hi All,
My customized js which renders a logo is not showing up when I inspect the page under sources. But when I am opening the metadata node, I can see the js is available and the logo is also popping up. Any idea what could actually cause this? /apps/XXXX/clientlibs/actions and actions is of type cq:ClientLibraryFolder is showing up in source when I inspect, but then /apps/XXXX/clientlibs/admin again type cq:ClientLibraryFolder is not showing in source.
Solved! Go to Solution.
Views
Replies
Total Likes
Hi @SameerDhawan the comparison did not yield any solution. I had tried it. However, the issue was with JS minify. It is solved now. Thanks all
@dheerajs7745023 What's the aem forms cfp version? A quick hack, try to package your client libs, delete the node client libs from crx and reinstall the pkg you created earlier. Leave the mapping to form container as is.
Hi @dheerajs7745023 ,
Have you tried re-building[1] the Client Libs. Can you please give a try and see if that makes any difference.
[1] : http://localhost:4502/libs/granite/ui/content/dumplibs.rebuild.html?invalidate=true
Regards
Sameer Dhawan
Hi @SameerDhawan the comparison did not yield any solution. I had tried it. However, the issue was with JS minify. It is solved now. Thanks all