Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Problem with custom httpAdminRoot #1

Open
lpandolfini opened this issue Mar 4, 2015 · 0 comments
Open

Problem with custom httpAdminRoot #1

lpandolfini opened this issue Mar 4, 2015 · 0 comments

Comments

@lpandolfini
Copy link

When httpAdminRoot is set to a custom value in the settings.js file, the UI is unable to retrieve the list of sensors, in the javascript console there is a 404 error.
Changing line 21 in file 98-ds18b20.html from

$.getJSON('/sensors/1wire/',function(data) {

to

$.getJSON('sensors/1wire/',function(data) {

will solve the issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant