I am new to Node Red.
I am currently using IIS URL rewrite to rewrite "localhost:1880" to "domain. com". I am able to access the flow editor with "domain. com". However, I am unable to access the dashboard using "domain. com/ui".
I am still able to access the dashboard using "localhost:1880/ui". How can I make it so that "domain. com/ui" will display my dashboard.
As you can access it using localhost:1880/ui but not domain.com/ui your issue is clearly with IIS URL rewrite - you might get lucky on the forum with a better thread title to attract potential MS IIS users but you will likely fair better on stackoverflow or a Microsoft forum.
The standard way to host Node.js applications behind IIS is to use iisnode - so much so that Microsoft have taken over that tool and it is offered as standard on Azure.
Hi, at the moment I'm using the Rewrite to rewrite my localhost:1800 to domain.com, where I can see the flow editor. However, the dashboard still cannot be seen.
I even uncommented
ui : { path: "/"} and httpAdminRoot: '/flow'
in Settings.js
I now still cannot access the dashboard using domain. com but I can access the flow editor using domain.com/flow.