Link to errored node

Is there a way to get the link of a particular node in the flow?.
When a node generate error in debug window we get a link there and we can reach the node by clicking on it .This will help to directly move to the errored function or node and fix it .

Can we get this as http link outside the application and when we click on it Node-red should open with the errored node focused.?

in the console.log all nodes should log things with their id eg


You can simple cut/paste that id number (280e8fba.53dce) into the Node-RED search panel (Ctrl or Cmd -F) and that will go to it.

Excellent .It solved my problem .Thank You.

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