Missing js files after AEM 6.5 upgrade | Community
Skip to main content
New Participant
August 6, 2021
Solved

Missing js files after AEM 6.5 upgrade

  • August 6, 2021
  • 2 replies
  • 1235 views

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. 

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by dheerajs7745023

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 🙂

2 replies

Employee
August 16, 2021

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

dheerajs7745023AuthorAccepted solution
New Participant
August 17, 2021

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 🙂

Mayank_Gandhi
Employee
August 9, 2021

@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. 

New Participant
August 9, 2021
@mayank_gandhi I tried this already and it did not help in anyway. We are upgrading from 6.4.8 to 6.5. I can see the JS pops up for one page and does not for another.