Node-Red instance suddenly not starting on boot

Colin is correct here, the safe start did not work due to an error in settings.js.

The issues was corrected both by making a new folder, and by removing the offending lines. I am curious what is wrong with those lines.

I have it back up and running now, and instead of making two static sources, I went with one.

Thank you all for the help.

I'd suspect it is the extra comma on the second line
image

I thought that trailing commas were ok in js (but not in JSON). Is there something different about settings.js that does not allow it?

The other factor is that in the example, there is a root property in addition to the path property. I did not include it as I did not think it was necessary, but in hindsight, that might have been the problem.

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.