Hello,
I'm currently rebuilding my Node-RED setup and have switched to Dashboard 2. Now I'm painstakingly migrating my Dashboard 1 flows to Dashboard 2, but I'm stuck with the ui-control node.
Previously, I was able to log which user made changes on the dashboard by capturing socketip: '<socketip>'
via the "ui control" node. But now, with Dashboard 2, all clients only show 127.0.0.1 as their IP address, so I can't tell who is doing what anymore.
Does anyone know how to get the real client IP address again? Could this be because the old dashboard was running on HTTP, and now Dashboard 2 is on HTTPS?
Thanks a lot,
edstobi