I run Node-RED with a flowfuse agent installed on a Raspberry Pi.
I am trying to set up a stand-alone web server by using the uibuilder node. I chose a blank template and go to “Files”. Here, whenever I try to edit and save the index.css/html/js and save I get the error “File Save FAILED” as shown on the picture below:
I tried to work around this by editing the files directly in the /opt/flowforge-device/project/uibuilder folder. This worked, however I discovered a new problem. I want to display the value of a variable on the web server, i.e. “msg.payload”. However, only the variable name (msg.payload) is shown and not the actual value of the variable. I solved this earlier on a local instance of Node-RED by installing the bootstrap and vue library, however even when I do this the value of the variable is still not shown.
Any ideas what causes the problem and what I can do to resolve it? Thanks!