Embedding problems

Hello guys! Please help I've been trying to create an embedded node-red app but i cant access the dashboard.
I've used this commands. I already can access the editor but i cant access my created dashboard and i don't where i go wrong
app.use(settings.httpAdminRoot,RED.httpAdmin);
app.use(settings.httpNodeRoot,RED.httpNode);

I'll appreciate the reply. Thank

When you say dashboard, are you meaning the GUI?

If so, you need to install the dashboard. There are several ones available. I'd suggest you use this one:

node-red-dashboard

This will give you nodes that create the GUI objects.

thank you. this was very helpful my code is already up and running

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.