Cannot Read property 'on' of undefined (sometimes)

Hello there.
In a node running 24/7, this error happens from time to time during the day.
It doesn't get fixed without restarting nodered.
mssql node is updating sql every minute. there is no error but this error occurs occasionally.
The version of node and other components is up to date.
Im running on raspberry pi.

Aso it doesn't catch this error on node even though I added catch-all.
I tried restarting norered in the catch-all state because I couldn't solve the problem. it doesn't come in either.
What could be the cause of the problem?
thanks.

If you use MSSQL-PLUS nodes there is an option to throw errors so that you can catch them.

Also, attach a debug node to the function just before the MSSQL node & check the values going in are as expected.

Thanks for your reply.
I will try yous said.

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