-
Notifications
You must be signed in to change notification settings - Fork 52
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
A node red restart is necessary after installing third party ui nodes #938
Comments
This is something I want to prioritise, as it's very annoying, but will require a re-think on how we load up our third-party plugins |
Still occurring... just imported @hotnipi/node-red-dashboard-2-ui-gauge-linear and which did not load. A node-RED restart was required for the node to load. Node-RED v4.0.1 |
Thanks Paul, this requires a quite significant overhaul on our build pipeline and server-side architecture, which we've not entirely got on top of yet. |
I am hoping the refactoring I did in #1286 will permit us to get past this? In theory: we listen for node-red event "type-registered" ( completely untested but worth a look see. |
@Steve-Mcl Paul did mention he is running |
It does seem repeatable;
Same result |
The work in that pr was groundwork. I was noting it as a memory aid for when I get on to this issue (I didn't mean to imply it was already solved - sorry guys ) |
Current Behavior
If a non-core node such as @flowfuse/node-red-dashboard-2-ui-led is installed then it is necessary to restart node-red in order for the widget to appear on the dashboard. Before the restart the widget appears just as an empty space on the page. It seems that this is also the case for ui-frame and ui-gauge-classic.
Expected Behavior
Either a restart should not be required, or the user should be informed that a restart is required.
Steps To Reproduce
No response
Environment
Have you provided an initial effort estimate for this issue?
I am not a FlowFuse team member
The text was updated successfully, but these errors were encountered: