All debugging disappeared?!

Totally at a loss here - all of a sudden all debug information disappeared! All the nodes seem to be working fine but they are not reporting anything within the node red web UI - neither in the right-hand side panel nor underneath each node.

I don’t seem to be getting any other errors beyond what is found in the addon log. As soon as I open the addon web ui and these pop up:

25 May 14:06:11 - [warn] Communication send error: Error: WebSocket is not open: readyState 3 (CLOSED)
25 May 14:06:14 - [warn] Communication send error: Error: WebSocket is not open: readyState 3 (CLOSED)
25 May 14:06:16 - [warn] Communication send error: Error: WebSocket is not open: readyState 3 (CLOSED)
25 May 14:06:17 - [warn] Communication send error: Error: WebSocket is not open: readyState 3 (CLOSED)
25 May 14:06:18 - [warn] Communication send error: Error: WebSocket is not open: readyState 3 (CLOSED)
25 May 14:06:21 - [warn] Communication send error: Error: WebSocket is not open: readyState 2 (CLOSING)
25 May 14:06:50 - [warn] Communication send error: Error: WebSocket is not open: readyState 3 (CLOSED)
25 May 14:06:51 - [warn] Communication send error: Error: WebSocket is not open: readyState 3 (CLOSED)
25 May 14:07:00 - [warn] Communication send error: Error: WebSocket is not open: readyState 3 (CLOSED)
25 May 14:07:04 - [warn] Communication send error: Error: WebSocket is not open: readyState 3 (CLOSED)

Any idea what’s happening?

Not sure if it’s related but I also get these in the chrome console:

I have had the same problem, in addon config, try changing the log after the nodered restart they all came back for me.

log_level: debug

Unfortunately, that didn’t do anything. I did have log level set to debug to begin with…

mine did actually stop working again a few hours later :frowning:

I did notice though that number of my automated were erroring since the upgrade. Thing like trigger node and current state node doesn’t output the state in payload, maybe they causing it to crash

feel free to confirm the issue there, maybe they will look into it - No debugging info whatosever · Issue #1029 · hassio-addons/addon-node-red · GitHub