Trying to access dashboard - cannot find correct url

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
    }
]

Have you tried clicking the link?

Ps. I edited your post to correctly format the JSON

Ps, that looks very much like you are using the original, now depreciated, node-red-dashboard. If you are just starting out, you might wish to move to it's replacement @flowfuse/node-red-dashboard aka dashboard-2

I don't know what HACS or a green are in this context, but usually the dashboard (version 1) is at whatever URL you see the editor at, with /ui tacked on after the 1880.

eg localhost:1880/ui or 192.168.1.33:1880/ui

Hi
Thanks. Off to find dashboard 2 (it is currently not a choice on the palette) on my instance.

thats the full name ^

It is here: node-red-dashboard (node) - Node-RED