
Johan Alsina via Mailman-users writes:
Hi, i installed mailman3 with virtualenv, all is working fine, the admin site works fine, the mailman(postorious) site works fine, but when im in hyperkitty the site shows without the css style.. in my web browser dev tool it shows like they loaded ok..
I think you need to figure out why the dev tool can see the CSS files but other environments can't. It sounds exactly like all the other problems I couldn't diagnose. :-/
Any ideas? :/
My static files are loading from /static/CACHE/css/output.a0f71925131b.css and /static/hyperkitty/libs/fonts/font-awesome/css/font-awesome.min.css
I've run into the "no styles" issue on a number of new hosts where the problem was that somewhere on the path to the CSS files was a directory, typically owned by root, without "x" permissions for "other" users. That difference across trees is weakly consistent with a "somewhere in between" permissions problem.
Steve