Web interface missing static images

Status
Not open for further replies.

OhSeeGee

New Member
Jan 15, 2022
24
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?
 
Ah, I have just realised your issue. You are connecting to port 8009, this is a second backup connection from where FreeSWITCH can fetch it's configuration. You should be pointing your web browser at https://<your box's IP>. In other words port 80 or port 443 should get you to the right place.
Https should pick up and use the "snake oil" self signed certificate.
 
Status
Not open for further replies.