Hi together, since installation of 4.0.2 and Node.Js 22 i got a unusual problem with debug window.
I trigger my flows with two "http in" Nodes. They are only differ in the url. The flows after the "http in" nodes are the same and working only with different parameters, depending on the trigger. The flows are working correctly for both inputs. But a lot of debug nodes are activated in the flows and triggered by both inputs, are only shown in the debug window for the input(Testtool-DMM). With trigger via testtool LM only 3 debug nodes are displayed in the debug window. A few actions, like delete debug nodes, add new debug nodes, restart flows, emptying cache of the browser, no success.
Example see attachment:
It is not clear exactly what is not happening for you. Do you mean that everything is working correctly except that the debug node is not showing anything, or do you mean that Testtool-LM is not sending out any messages?
Use separate debug nodes and trigger both HTTP requests manually. If one works but the other does not then either your request is wrong or you have a conflicting request (i.e. same name or a parameterised version somewhere that is intercepting) (i think - would need to double check, but do check/search for same/similar endpoint names anyhow)
So you operated a HTTP request to /Testtool-LM but no debug log entry at all?
Or
You operated a HTTP request to /Testtool-LM & you got a debug log entry for the /Testtool-DMM?
Please be clear and descriptive. Provide screenshots of what you have now and any debug log entries.
what else I noticed, the behavior always occurred when the payload of the request contained the German characters ä,ü and ö,. However, my colleague has carried out a restart of the system on which NodeRed is running (Docker Container, NodeRed) and since then all debug information displayed correctly in the debug window again.