Dumb question: In the video the junction is show being added with some form of drag selection much like the alt+mouse cuts the wires. How is that being done? I've tried every button+mouse combination I can think of and there is no hints in the context menu that I can see.
You can also insert a Junction into an existing wire by slicing through it with the mouse by holding alt-shift when dragging across the wire. Note that some OS might use that same combination to move the active window, so this won’t work there
Huh I missed that in the blog post. Although I tried that and it didn't work, so I just gave another profile in Firefox a go and now it works. Must be some setting I changed somewhere. Thanks
AMAZING work, kudos! I've upgraded to nodered v3. It was a super smooth upgrade, no broken functionality, all the integrations (even their private states) smoothly rolled over! Thanks a lot!
Only two minor things:
The UI is broken on latest Safari. It works well on Chrome & Firefox. Doesn't look any functional issue, only CSS. I'm happy to use it on Chrome. Edit: Of course, I did everything on Safari (cleared cache, site settings, local data/storage, private window) but it was the same.
I use a node called node-red-contrib-speedtest. The Flow library has an older version v1.0.1, but the latest version is v1.1.0 in NPM. I had npm installed it and in Node Red v2 the flow worked fine with the latest npm version. But in Node Red v3, it fails to start, and it shows "The flow uses an unsupported node node-red-contrib-speedtest". I had to downgrade in order to start the flow. I hope this is not a problem with any manually installed nodes on v3. I hope this issue is just with that one node-red-contrib-speedtest node.
Given such a big v3 upgrade, I'm really happy everything was so smooth! Amazing work, thank you a lot for NodeRed!
Great thanks a lot! (am running Safari v15.3 macOS Monterey as well). I checked in private browsing window, so it's probably not any extension. Let me check out console and everything else I can and will let you know.
spawned errors with microsoft-cognitiveservices-speech-sdk ...I could not t fix
but after "npm prune" and update to node Js V16.16.0 it worked.
Classic case of this:
Will v3.0.0 be able to retain the Configuration Context of subflow nodes? I have subflow nodes which have mqtt in and mqtt out nodes in them. The configuration consists of defined brokers and their ports. However, previous experience suggest that once these subflows are added as nodes in the package.json file and loaded in to the editor, these subflows do not recognize the configuration (of the broker) in them.