EdddieN / machinon-domoticz_theme

GNU General Public License v3.0
46 stars 21 forks source link

webroot #332

Closed dbrb2 closed 4 years ago

dbrb2 commented 4 years ago

Unsure if this is an issue with the theme or with domoticz itself, but if the webroot is set::

domoticz -daemon -www 8080 -webroot home

Then a number of theme features stop working.

On investigation, if I set webroot to "home" then I can access domoticz at: http://:8080/home/

However, I can see failed calls being made by the theme to:

http://:8080/acttheme/js/settings_page.js?Machinon

rather than:

http://:8080/home/acttheme/js/settings_page.js?Machinon

EdddieN commented 4 years ago

it may be some non absoluts calls in the code as you point, I have seen this happenign before.

Are you accessing your installation via a remote seerver like my.domoticz?

davidlb commented 4 years ago

Hmm, it looks like a bug in our theme. I'll do some tests in the next days to fix the error.