Since before I updated to NR 3.0.2 I've had a problem with a dashboard flow that lets me control Roku, in the icons are not showing, with the exception of the middle button icon see here:
Here's the code from within the UI Template node for an example button that doesn't show the icon:
<md-button class="md-fab" aria-label="Back" ng-click="send({url: 'http://roku_server:8060//keypress/Back'})"> <md-icon md-font-icon="fa-chevron-left" class="fa fa-lg"></md-icon> <md-tooltip>Back</md-tooltip> </md-button>
On a separate but perhaps related note, I tried to upgrade node-red-dashboard currently on version 2.29.3 using Manage Palette, which shows I can upgrade to 3.2.0, however when I upgrade it gives an error message, the full error of which I copied out of /home/mat/.npm/_logs/2022-09-19T17_17_49_938Z-debug-0.log
- shall I paste that error log here?