AEM Launches :: CSS not loading for static template pages | Community
Skip to main content
Level 3
March 30, 2022
Solved

AEM Launches :: CSS not loading for static template pages

  • March 30, 2022
  • 4 replies
  • 1166 views

The Launch copy of pages created via Editable templates works fine, however for pages created via static template, the CSS does not load, leading to broken UI of Launch copy.

 

Any suggestions there ?

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 arunpatidar

Hi,

Are you using proxy clientlibs?

Can you check if you using some kind of inheritance to load CSS/JS, which may not work in Launch because of missing root pages?

4 replies

Ravi_Pampana
Community Advisor
Community Advisor
March 30, 2022

Hi,

 

What is the version of AEM you are using ? Also, did you see any errors or 404 on console/network tabs ? Are those css are custom or ootb ? 

Ritesh_Mittal
Community Advisor and Adobe Champion
Community Advisor and Adobe Champion
March 30, 2022

@parakhma ,

 

Just check if you have included client library in the static template HTML.

Mayank_Gandhi
Adobe Employee
Adobe Employee
March 30, 2022

@parakhma See the browser debugger network tab for any failure to load the client libs or external style sheet( a typical 404), also you can check the source if the required client libs are actually present in the source.

 

arunpatidar
Community Advisor
arunpatidarCommunity AdvisorAccepted solution
Community Advisor
March 31, 2022

Hi,

Are you using proxy clientlibs?

Can you check if you using some kind of inheritance to load CSS/JS, which may not work in Launch because of missing root pages?

Arun Patidar