Weird all my icons (associated with buttons) in dashboard 2.0 show is just outline of a square?

Weird all my icons (associated with ui buttons) in dashboard 2.0 show now is just an outline of a square? I have stop and restarted NR, the flows have not changed. Using MDI icons of course. No errors or such in the NR log.

Make a test flow using a raw template node just to illustrate the issue...

[{"id":"018307a92f650a6c","type":"tab","label":"Test","disabled":false,"info":"","env":[]},{"id":"46d3aa3ad7f3da7c","type":"ui-template","z":"018307a92f650a6c","group":"08cb4840d3262197","page":"","ui":"","name":"","order":0,"width":0,"height":0,"head":"","format":"<template>\n    <div class=\"d-flex align-center ga-2\">\n        <v-icon color=\"primary\" size=\"large\">mdi-lightbulb-outline</v-icon>\n        <span>Status Normal</span>\n    </div>\n</template>","storeOutMessages":true,"passthru":true,"resendOnRefresh":true,"templateScope":"local","className":"","x":760,"y":340,"wires":[[]]},{"id":"08cb4840d3262197","type":"ui-group","name":"Test","page":"a129af50497c821b","width":6,"height":1,"order":-1,"showTitle":true,"className":"","visible":"true","disabled":"false","groupType":"default"},{"id":"a129af50497c821b","type":"ui-page","name":"Dachshund Digital","ui":"b9d115efa0ea05a2","path":"/Casitas","icon":"home","layout":"grid","theme":"eae0f4a4353a3ec9","breakpoints":[{"name":"Default","px":"0","cols":"3"},{"name":"Tablet","px":"576","cols":"6"},{"name":"Small Desktop","px":"768","cols":"9"},{"name":"Desktop","px":"1024","cols":"12"}],"order":2,"className":"","visible":true,"disabled":false},{"id":"b9d115efa0ea05a2","type":"ui-base","name":"Dashboard","path":"/dashboard","appIcon":"","includeClientData":true,"acceptsClientConfig":["ui-notification","ui-control"],"showPathInSidebar":false,"headerContent":"page","navigationStyle":"default","titleBarStyle":"default","showReconnectNotification":true,"notificationDisplayTime":1,"showDisconnectNotification":true,"allowInstall":false},{"id":"eae0f4a4353a3ec9","type":"ui-theme","name":"Dark","colors":{"surface":"#008080","primary":"#008080","bgPage":"#000000","groupBg":"#000000","groupOutline":"#cccccc"},"sizes":{"density":"default","pagePadding":"12px","groupGap":"12px","groupBorderRadius":"4px","widgetGap":"12px"}},{"id":"8be3eb4fc2f319db","type":"global-config","env":[],"modules":{"@flowfuse/node-red-dashboard":"1.30.2"}}]

Result...

Does not matter what ui node I use, what icon I use, all broken in the same way.

Node Red 5.0
PiOS 13 fully patched
Node 25.2.1

It's ok for me.

What happened immediately before you noticed that it was no longer working? New nodes installed? Upgraded something?

Check in the browser developer tools console to see if any errors are shown.

Also show us the node red startup log please. That may contain a clue.

It is not advisable to use nodejs 25, which is not an LTS version. You should use 22 or 24. Though I think it unlikely that that is the cause of this problem.
I suggest upgrading to the latest node red and make sure you are using the latest version of the dashboard.
Also which browser are you using? Can you try a different one?

I did a npm rebuild... restarted NR again, and the issue resolved. I tried multiple browsers. The node-red-log did not, in this case report any thing at all applicable. Log was pretty clean, other than some MQTT browser connections, just the usual start up of flow information. I had already upgraded to NR 5.0 with node 24 some time ago, I only noticed the issue this morning, it may have been present for a while, since I had not accessed the dashboard in a while, post 5.0 install.

You said you were using node 25.
Either way, after upgrading node you need to do npm rebuild, or npm rebuild so that any nodes that require building against nodejs get rebuilt. If you use the recommended script to upgrade nodejs then that will be done for you, but if you upgrade nodejs manually then you should to do it yourself.

Just to note that the script won’t get you node 25 so yes must have been a manual upgrade so would need a manual rebuild