You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
NodeRED needs to be restarted for name or app icon changes to take effect, seemingly due to the following: init function gets executed on every deploy but anything inside if (!uiShared.app) {} only on initial Dashboard start.
Name and app icon should be updated after deploying - possible workaround to avoid expensive full reinitializations on every deploy would be to add a manual reload button in ui-base settings.
Steps To Reproduce
Deploy flow with D2.
Observe app name or icon when pressing Install (PWA).
Change app name or icon in ui-config settings and deploy.
Reload page (several times for good measure) and observe app name or icon when pressing Install (PWA). Changes do not update.
After a NodeRED restart the above procedure will result in correctly updated changes.
Environment
Dashboard version: 1.19.1
Node-RED version: 4.0.2
Node.js version:
npm version:
Platform/OS: Any
Browser: Any
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:
I was aware this was required (I mentioned it at the time of implementation) I was told it was the only way currently possible without restructuring. I agree it is not ideal but i don't know without investigation what the refactoring would involve - sorry.
Current Behavior
NodeRED needs to be restarted for name or app icon changes to take effect, seemingly due to the following:
init
function gets executed on every deploy but anything insideif (!uiShared.app) {}
only on initial Dashboard start.Expected Behavior
Name and app icon should be updated after deploying - possible workaround to avoid expensive full reinitializations on every deploy would be to add a manual reload button in
ui-base
settings.Steps To Reproduce
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: