I am running Node Red companion installed through HACS on a green. I am working on my flows using Brave on a windows machine. The following json is a basic flow for demo.
I can see the dashboard on the layout tab and when I click the button that wants to open the web page for the dashboard, I get a 404 error.
AI said that it is a configuration error!
How do I find the correct url for the dashboard? And where can I correct it? I have looked through the node red config files but am not anywhere enough competent to update without some guidance.
Thanks for any suggestions.
[
{
"id": "80d5d9d76b2abb36",
"type": "tab",
"label": "Dashboard",
"disabled": false,
"info": "",
"env": []
},
{
"id": "09bd385f01c042b9",
"type": "ui_button",
"z": "80d5d9d76b2abb36",
"name": "",
"group": "20bd5414dda12f78",
"order": 0,
"width": 0,
"height": 0,
"passthru": false,
"label": "button",
"tooltip": "",
"color": "",
"bgcolor": "",
"className": "",
"icon": "",
"payload": "Hello World",
"payloadType": "str",
"topic": "topic",
"topicType": "msg",
"x": 250,
"y": 360,
"wires": [
[
"2793efb070f7f2dc",
"d647f08ce5928fc6"
]
]
},
{
"id": "2793efb070f7f2dc",
"type": "ui_text",
"z": "80d5d9d76b2abb36",
"group": "20bd5414dda12f78",
"order": 1,
"width": 0,
"height": 0,
"name": "",
"label": "text",
"format": "{{msg.payload}}",
"layout": "row-spread",
"className": "",
"style": false,
"font": "",
"fontSize": 16,
"color": "#000000",
"x": 410,
"y": 360,
"wires": []
},
{
"id": "d647f08ce5928fc6",
"type": "debug",
"z": "80d5d9d76b2abb36",
"name": "debug 7",
"active": true,
"tosidebar": true,
"console": false,
"tostatus": false,
"complete": "false",
"statusVal": "",
"statusType": "auto",
"x": 400,
"y": 420,
"wires": []
},
{
"id": "20bd5414dda12f78",
"type": "ui_group",
"name": "Button",
"tab": "6f341ead8893258d",
"order": 1,
"disp": true,
"width": 6,
"collapse": false,
"className": ""
},
{
"id": "6f341ead8893258d",
"type": "ui_tab",
"name": "Demo",
"icon": "dashboard",
"disabled": false,
"hidden": false
}
]