Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

V1.4.1 lost the ability to pass in the 'start' option from v1.3.2 #22

Open
juggledad opened this issue Oct 13, 2020 · 1 comment
Open

Comments

@juggledad
Copy link
Contributor

Before logging an issue, please make sure that you are using latest version on npm. If you are testing a development version (@next on npm or the version on GitHub), please make sure that you let me know as well.

Please ensure that as much of the following information is included as possible:

Software and Package Versions

Software Version
Node.JS v12.13.0 and v12.19.0
npm v6.14.8
Node-RED v1.1.3
fs node v1.4.1
OS macOS and Rpi Stretch v9
Browser Safari

How is Node-RED installed?

via recommended method from the documentation

What is the issue

V1.4.1 lost the ability to pass in the 'start' option from v1.3.2. If you blank out the 'Start Folder' option, you get a red triangle on the node and at deploy, a popup with:

The workspace contains some nodes that are not properly configured:

[Flow 4] File Lister (fs-file-lister)
Are you sure you want to deploy?

CancelConfirm deploy

@travis-icorein
Copy link

I initially tried downgrading to v1.3.2 and couldn't get it to run either, until I realized it wasn't msg.start that needed set, but msg.payload.start. Correcting that, and both versions work fine for me (in nodered/node-red:2.0.4-14-minimal)

However, poster is correct that you can't omit the values from the UI. Node appears to ignore what it set via UI when params are passed in (via msg.payload). Leaving default / allows editing/deploying/running without issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants