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

freeboard does not start with saved board configuration #13

Open
McGr3g0r opened this issue Dec 6, 2015 · 2 comments
Open

freeboard does not start with saved board configuration #13

McGr3g0r opened this issue Dec 6, 2015 · 2 comments

Comments

@McGr3g0r
Copy link

McGr3g0r commented Dec 6, 2015

When saving board configuration I get page url ending with
eding with random number like this:

.../red-nodes/freeboard/#start-40634
The JSON file freeboard_start-40634.json with board is saved to node-red instalation and freeboard contrib folder. However when calling the URL pointing to saved freeboard all I get is empty freeboard.

Best Regards,
McGr3g0r

@McGr3g0r McGr3g0r changed the title freeboard does start with saved board configuration. freeboard does not start with saved board configuration Dec 6, 2015
@McGr3g0r
Copy link
Author

McGr3g0r commented Dec 6, 2015

The problem is in node-red/node_modules/node-red-contrib-freeboard/node_modules/freeboard/index.html

                      $.get("/freeboard_api/dashboard/"+hash.substring(1), function(data) {

and shall be using prefix $httpNodeRoot from red-node settings.txt

@iXo
Copy link

iXo commented Nov 7, 2016

I can confirm that the modification proposed by @McGr3g0r is needed if you use root context modification (httpNodeRoot or httpRoot)

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

2 participants