Web interface missing static images

OhSeeGee

New Member
Jan 15, 2022
20
1
3
Wishing I was in Jamaica
I just finished installation and browsed to http://localhost:8009 and although a login page appears, there are no graphics. Looking at the code the images referece for example:

/static/img/logo.png

The static dir exists and that file exists, and the nginx defines the correct alias for this directory. I tried setting DEBUG to true and false (and restarting uwsgi service) based on online posts but no difference.

Any suggestion what to check?