CSS is not loading

After hosting nodejs web application on render, it not able to load the css stylesheet. Sometime they come up with MIME error and even after debugging the error css is not loading.

Hi,

I replied to the ticket you also opened, for completeness, I’ll repeat the issue here:

Linux filesystems, like those used on Render, are case-sensitive. You need to reference your files to match, for example:

  • /css/style.css doesn’t exist.
  • /CSS/style.css does.

Alan

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.