Hi folks,
Got an issue today on Github about one of my nodes. The user has uncommented this part of his settings.js file:
httpAdminRoot: '/admin',
And then the images of my node cannot be loaded anymore from his docker container...
So I wanted to reproduce this problem on my Windows 10 portable running Node-RED:
-
I uncommented that line in my settings.js file
-
Now as expected I had to add /admin in my browser's address bar to be able to connect to my flow editor.
-
But my images are still being loaded correctly (even after clearing the browser cache):
-
The Network tab indee shows that the images are loaded from the new extended url:
I had expected this to fail (similar to his Docker setup), since my endpoint is not using RED.settings.httpAdminRoot
in any way (explicit)...
Can somebody please enlighten me about what I am doing wrong?
Thanks!!
Bart