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 ?
Solved! Go to Solution.
Views
Replies
Total Likes
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?
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 ?
@maheshp 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.
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?