I'm upgrading from NR 3.0.2 to NR 3.1.3 and everything has been working well except for one odd issue with the email node (node-red-node-email v2.1.0).
Here's how I have the email node configured:
- Name -- empty
- To -- empty (set by msg.to
- Server -- a gmail server
- Port -- 465
- Use secure connections -- checked
- Auth Type is a new field, which I set to Basic.
- User id -- yes
- Password -- yes
- TLS option -- not checked
When I configure the node this way, a red triangle appears on the node with the message "invalid properties: token". When I try to deploy, I get the prompt:
"The workspace contains some nodes that are not properly configured: [User Edit Page] email (e-mail) Are you sure you want to deploy?"
I force it and the node works fine. Interestingly, when I refresh all flows, the red triangle goes away. So not a serious bug, but certainly misleading.