Debug nodes are not in debug window

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:



the debug node "dbg Request from OP1" is triggered by both "http in" nodes, but not in the debug window, if triggered by "http in" Testtool-LM.

Does anyone have the same problem?
Is a solution available?

Regards

Reinhard

Welcome to the forum @KRR

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?

Hi Colin,

yes, everything is working correctly except that the debug node is not showing anything!

Reinhard

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)

Hi Steve,
thanks for your proposals.
As i replied to Colin, eerything is working fine, only the debug information is not shown in the debug window.

That is most unlikely.

It is more likely the HTTP request is not what you think it is.

Thats why i said use separate debugs - see if one fires instead of the other!

Yes thats very unlikely. I used separate debug nodes, but it was the same behavior.

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.

Dear all,

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.

Thanks for your help!

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