Odd look of Admin page #6366
Answered
by
candlerb
kudlaty79bc
asked this question in
Q&A
-
Hello, |
Beta Was this translation helpful? Give feedback.
Answered by
candlerb
May 6, 2021
Replies: 1 comment 3 replies
-
It could be that you haven't configured your proxy (Nginx/Apache) for serving static assets; or the proxy doesn't have permissions to read the static assets; or you haven't run the Being RHEL, it could also be SELinux which is preventing the proxy from reading the static assets. See: |
Beta Was this translation helpful? Give feedback.
3 replies
Answer selected by
ryanmerolle
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It could be that you haven't configured your proxy (Nginx/Apache) for serving static assets; or the proxy doesn't have permissions to read the static assets; or you haven't run the
./upgrade.sh
script (which does the "collectstatic" step)Being RHEL, it could also be SELinux which is preventing the proxy from reading the static assets.
See: