I was updating my nodes in the palette manager, and amongs others, I updated Smartnora to 1.4.1 (if I remember correctly)
After restarting node-red, I found this in the log:
10 Sep 15:04:58 - [warn] [node-red-contrib-smartnora/noraf-async] ReferenceError: TextDecoder is not defined
Now my nodes are not running. Could this be because I did not upgrade to NR 2.0? I am still at 1.1.3.
Linking @andrei-tatar in case he is aware of this issue.
Interesting. I wasn't aware of this issue, but I do run node LTS on all my machines.
TextDecoder is not a direct dependency of nora, but probably one of the packages (probably firebase or cbor) needs it. I can have a look