Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

uiHost allow external access - not working #25

Open
goodartmr opened this issue Mar 1, 2023 · 1 comment
Open

uiHost allow external access - not working #25

goodartmr opened this issue Mar 1, 2023 · 1 comment

Comments

@goodartmr
Copy link

goodartmr commented Mar 1, 2023

Is there something else to do to allow external access?

I tried to remove attribute "uiHost", but no success.
I also noticed, that acces from localhost is possible via 127.0.0.1:18880/ui, but not via :18880/ui.
With native node-red it is possible.

Thanks a lot for help.

@alfredomorales89
Copy link

I had the same problem had to change the server.listen call like this:

// Start the Node-RED runtime, then load the inital dashboard page RED.start().then(function() { server.listen(listenPort,'0.0.0.0',function() { mainWindow.loadURL("http://localhost:"+listenPort+urlStart); }); });

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants