
- If you are running Node-RED as a service, it likely will NOT have access to
c:\Users\... - If you use a proper code editor with syntax highlighting, you would spot that
\U,\A\.\mand\llook a bit funky. That is because\is a special character and must be escaped with a preceding backslash e.g.c:\\Users\\Administrator\\...

The better solution is to place files inside .node-red directory and use forward slashes e.g. c:/Users/Administrator/.node-red/images/logo.png to avoid permissions issues and backslash escaping.
This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.
