On 12/16/22 03:36, Odhiambo Washington wrote:
I am probably getting closer to where the problem is. By looking at nginx error_log while access the site, I see that there are just two CSS files that are missing, as shown in the error lo here: https://pastebin.ubuntu.com/p/7wbwMgqMyS/
Question is - why is it specifically looking for these two files
- /opt/mailman/mm/static/CACHE/css/output.93545e20bc30.css -/opt/mailman/mm/static/CACHE/css/output.e1f0c6022e8f.css
Where are these files supposed to come from and why are they missing? I have looked at my current CACHE directory and compared with the backup of the same site before upgrade and these files aren't the same either:
They come from django admin compress
which used files created by
django admin collectstatic.
I suggest you run
django-admin collectstatic --clear --noinput --verbosity 2
django-admin compress --verbosity 2
where django-admin
is your django admin command. If this doesn't fix
the issue, perhaps the more verbose output will help find the issue.
-- Mark Sapiro <mark@msapiro.net> The highway is for gamblers, San Francisco Bay Area, California better use your sense - B. Dylan