Hi forum,
I am learning to use @flowfuse/node-red-dashboard.
I tried following these two tutorials:
- UI Template Examples | Node-RED Dashboard 2.0
- Mapping location data within Node-RED Dashboard 2.0. • FlowFuse
but always hit the same problem, i.e when I load http://localhost:1880/dashboard/worldmap the browser would not display the map and instead displayed "too many redirects". And I see this in the log:
18 May 22:06:18 - [info] [ui-base:Dashboard] Disconnected DsCeiEivjeDI5LcGAAAD due to transport close
If I removed all dashboard nodes including the config nodes, redeploy the flow and load http://localhost:1880/worldmap, it display the map.
Can you help me with what I should check/fix to make the tutorial works?
Following direction in this thread Problem node-red-contrib-web-worldmap did not help.
This is my node-red log on first start:
$ ./node_modules/.bin/node-red -u .
18 May 12:07:51 - [info]
Welcome to Node-RED
===================
18 May 12:07:51 - [info] Node-RED version: v4.0.9
18 May 12:07:51 - [info] Node.js version: v22.15.0
18 May 12:07:51 - [info] Linux 6.12.25-amd64 x64 LE
18 May 12:07:52 - [info] Loading palette nodes
18 May 12:07:52 - [info] FlowFuse Assistant Plugin is disabled
18 May 12:07:52 - [debug] logger Node logging turning on logging next 111 log points
18 May 12:07:52 - [info] logger Node Copyright 2020 Jaroslav Peter Prib
18 May 12:07:52 - [debug] logger Node test active
18 May 12:07:54 - [info] Worldmap version: 5.1.5
18 May 12:07:54 - [info] Dashboard version 3.6.5 started at /ui
18 May 12:07:54 - [info] Settings file : /home/fhy/Workspace/node-red/settings.js
18 May 12:07:54 - [info] Context store : 'default' [module=memory]
18 May 12:07:54 - [info] User directory : /home/fhy/Workspace/node-red
18 May 12:07:54 - [info] Projects directory: /home/fhy/Workspace/node-red/projects
18 May 12:07:54 - [info] Server now running at http://127.0.0.1:1880/
18 May 12:07:54 - [info] Active project : dummy
18 May 12:07:54 - [info] Flows file : /home/fhy/Workspace/node-red/projects/dummy/flows.json
18 May 12:07:54 - [warn] Using unencrypted credentials
18 May 12:07:54 - [info] +-----------------------------------------------------
18 May 12:07:54 - [info] | uibuilder v7.2.0 initialised 🌐
18 May 12:07:54 - [info] | root folder: /home/fhy/Workspace/node-red/projects/dummy/uibuilder
18 May 12:07:54 - [info] | Using Node-RED's webserver at:
18 May 12:07:54 - [info] | http://0.0.0.0:1880/
18 May 12:07:54 - [info] | Installed packages:
18 May 12:07:54 - [info] | vue
18 May 12:07:54 - [info] +-----------------------------------------------------
18 May 12:07:54 - [info] Starting flows
18 May 12:07:54 - [info] [ui-base:Dashboard] Node-RED Dashboard 2.0 (v1.24.0) started at /dashboard
18 May 12:07:54 - [info] [ui-base:Dashboard] Created socket.io server bound to Node-RED port at path /dashboard/socket.io
18 May 12:07:54 - [info] [worldmap:b4f2e2dabd5b8220] started at /worldmap
18 May 12:07:54 - [info] Started flows
Thank you.