Responsive.css not loading | Community
Skip to main content
This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.

2 replies

Nirmal_Jose
Adobe Employee
Adobe Employee
April 5, 2023

Hi @ui_salim_ansari , can you add little more details

 

1. are you looking for the dynamic media css file ? If you know, share the crx path of the file you are referring to.

2. Which version of AEM are you - on-prem or CS

3. What is the real problem you are facing due to the missing file

 

HTH

Level 2
April 10, 2023
1 Yes I am looking for dynamically generated CSS files. I saw files are generated at build time
    Path:   \libs\wcm\foundation\components\page
 \libs\wcm\foundation\components\page\responsive.css   getting 404 error for this file 
2 I am using AEM version 6.5.0
3 In my case we are loading components dynamically on other components. And that component has a link tag referring to a responsive.css file which is not there in my  code base because it's not generated at build time. Due to that I am getting 404 errors.
 
 
Level 2
April 10, 2023

Issue is only in publisher mode.

Shivam153
Level 3
April 6, 2023

Hi @ui_salim_ansari ,

Have you added "proxy" property to your Clientlib?

If not, please set the proxy property to true, so that your clientlib will be visible under etc folder as well to make it available on Page.

Level 2
April 10, 2023

I used allowProxy=true still its not working.

My file path is as follow 

  Path:   \libs\wcm\foundation\components\page
 \libs\wcm\foundation\components\page\responsive.css   getting 404 error for this file 
Shivam153
Level 3
April 10, 2023

Are you adding the client lib category correctly? I think category for the clientlib is "wcm.foundation.components.page.responsive".