Hi Colin,
thank you very much for your and Steve's support in this tricky situation.
No, trying to open the image from the browser with http://IP:1880/schemaloex.png I get this error:
Cannot GET /schemaloex.png
This happens both with a browser on the windows local machine where NR runs and my Mac remote machine)
BTW the browser I use is Chrome. I also tried Edge on Windows, but same result.
The only way I can get the image is bypassing node-red and getting directly from the browser with:
C:/domotica/schemaloex.png
Another way you can see the image inside NR is getting it with a file node, encoding it with base64 node and passing the encoded stream to the template node with this code :
<img width="100%" height="100%" alt="Image not found" src="data:image/png;base64,{{msg.payload}}" />
Can you confirm that with your setup node-red 3.2 would be able to get the image using localhost:1880/schemaloex.png on a windows 11 pro pc with Chrome browser?
If so I'm asking what happened to my node-red-dashboard-template installation?
What if using "Manage Palette" I delete the complete dashboard node and reinstall it? I understand that the template node alone is not manageable by the palette manager.
I'll ask Steve if he can send me a sample flow with his template node. I will import it and see if any difference