I have a django site running locally. Everything seems ok except the CSS files that can not be loaded by Chrome. I can see a Failed to load resource error in the console.
- The site is ok in firefox
- The site is ok if I get the css not from the local server but from the production server
- The css source can be viewed correctly
- I have no special blocker plugin install
- The css is rather big but I still have the issue if I use a very short file
- I have similar issues with some js files (ckeditor)
- It works of with some other css and js (admin css for example)
- The django app has been developped with 1.0 and I am in the process of moving it to 1.4. The css and js files are served as media
Any idea?
Didn’t find the real cause but the problem is solved. Maybe because it was served as media and now it is served as a static.