I have Node Red running in HA, it installed version 1.3.5 in the add-on 9.1.3. I've been using NR for a few years and love it. Since this update my debugging stopped working as well as the notifications under the nodes that tells you what is going on. I checked and I have the option enabled:
Whilst I can't claim any knowledge of how NR is embedded in HA, the symptoms you describe indicate an issue with the websocket connection from the editor back to the NR runtime.
We've not had any reports of issues, in HA or otherwise.
Can you try a different browser just to rule out anything on that side?
Actually I am not sure it could be a websocket issue as Node Red works, all the scripts run just fine. The only issue is that they don't provide a status any more, nor does the debugging function run
The debug messages and status updates get to the editor via a websocket connection. This has nothing to do with the ha websocket nodes you've mentioned - it is entirely internal to how the editor/runtime communicate with each other.
The fact you're not getting either debug or status tells us something is wrong with that websocket connection.
Have you tried a different browser? Checked the browser console for any errors?
Yes, no luck in getting errors or getting it to work in other browsers. For now I will try to downgrade and see if I can get it working at least for now.
Thanks again, I really appreciate you trying to help!