Hello everybody,
I'd like to access to Node-Red Dashboard via mobile phone but I have some problems:
A) If I try to connect to the Node-Red IP (192.168.1.59:1880/ui) from the Raspberry Pi itself (Chrome), the Dashboard page loads correctly.
B) If I try to open the same IP from any other device connected on the same network (e.g. my mobile phone or another laptop), the Dashboard page does not load.
C) This is the log that I get when I write the command "node-red-start":
node-red-start
Start Node-RED
Once Node-RED has started, point a browser at http://192.168.1.59:1880
On Pi Node-RED works better with the Firefox or Chrome browser
Use node-red-stop to stop Node-RED
Use node-red-start to start Node-RED again
Use node-red-log to view the recent log output
Use sudo systemctl enable nodered.service to autostart Node-RED at every boot
Use sudo systemctl disable nodered.service to disable autostart on boot
To find more nodes and example flows - go to http ://flows.nodered.org
Starting as a systemd service.
2 Jan 22:47:38 - [info]
Welcome to Node-RED
2 Jan 22:47:39 - [info] Node-RED version: v1.0.6
2 Jan 22:47:39 - [info] Node.js version: v10.21.0
2 Jan 22:47:39 - [info] Linux 5.4.79-v7l+ arm LE
2 Jan 22:47:41 - [info] Loading palette nodes
2 Jan 22:47:43 - [info] Dashboard version 2.26.1 started at /ui
2 Jan 22:47:44 - [info] Settings file : /home/pi/.node-red/settings.js
2 Jan 22:47:44 - [info] Context store : 'default' [module=memory]
2 Jan 22:47:44 - [info] User directory : /home/pi/.node-red
2 Jan 22:47:44 - [warn] Projects disabled : editorTheme.projects.enabled=false
2 Jan 22:47:44 - [info] Flows file : /home/pi/.node-red/flows_raspberrypi.json
2 Jan 22:47:44 - [info] Starting flows
2 Jan 22:47:44 - [info] Started flows
2 Jan 22:47:44 - [info] Server now running at http://127.0.0.1:1880/
D) This is the log that I get when I write the command "node-red-log"
node-red-log
2 Jan 18:20:45 - [info] Starting flows
2 Jan 18:20:45 - [info] Started flows
2 Jan 18:20:45 - [info] Server now running at http ://127.0.0.1:1880/
Stopping Node-RED graphical event wiring tool...
2 Jan 22:47:32 - [info] Stopping flows
2 Jan 22:47:32 - [info] Stopped flows
nodered.service: Succeeded.
Stopped Node-RED graphical event wiring tool.
Started Node-RED graphical event wiring tool.
2 Jan 22:47:38 - [info]
Welcome to Node-RED
2 Jan 22:47:39 - [info] Node-RED version: v1.0.6
2 Jan 22:47:39 - [info] Node.js version: v10.21.0
2 Jan 22:47:39 - [info] Linux 5.4.79-v7l+ arm LE
2 Jan 22:47:41 - [info] Loading palette nodes
2 Jan 22:47:43 - [info] Dashboard version 2.26.1 started at /ui
2 Jan 22:47:44 - [info] Settings file : /home/pi/.node-red/settings.js
2 Jan 22:47:44 - [info] Context store : 'default' [module=memory]
2 Jan 22:47:44 - [info] User directory : /home/pi/.node-red
2 Jan 22:47:44 - [warn] Projects disabled : editorTheme.projects.enabled=false
2 Jan 22:47:44 - [info] Flows file : /home/pi/.node-red/flows_raspberrypi.json
2 Jan 22:47:44 - [info] Starting flows
2 Jan 22:47:44 - [info] Started flows
2 Jan 22:47:44 - [info] Server now running at http ://127.0.0.1:1880/
FURTHER INFORMATION
i) I tried already to uninstall and install back Node-Red but the issue stays
ii) I checked already and all node packages inside "Manage palette" are up to date
iii) I checked already to use package "contrib-ui" instead of "dashboard" but did not solve the issue.
QUESTIONS
- Is there anything else I can check (e.g. missing libraries, missing files, wrong paths, etc...)?
- Am I missing some necessary steps to access Dashboard via mobile?
Thank you in advance for your help
Best Regards
Manuel