Skip to content

Problem with custom httpAdminRoot #1

Description

@lpandolfini

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions