4.10 default theme does not load CSS

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
5 years ago
Cloning the 4.10 release (https://github.com/nopSolutions/nopCommerce/releases/tag/release-4.10) and running it from power-shell (VS2019 Publish -> dotnet exec Nop.Web.dll) does not load default theme's CSS.

what I see:


There is a `styles.css` file in `Themes/DefaultClean/Content/css`. but the page does not even attempt to load it
5 years ago
Hi!

Use the browser Dev Tools (F12) to check any script errors. Sometimes they prevent the page to be loaded properly.
5 years ago
Nope, no script errors.

I closed visual studio, reopened, cleaned, and rebuilt.

That seems to have solved it for now....
4 years ago
I had the exact same problem - I just stopped the dotnet program and restarted it and it had the correct styling.

Thanks for your info - I'm sure it saved me loads of time!
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.