Now I've enabled `projects` how do I stop the pop up?

So I've edited the settings.js file and enabled projects.

Now EVERY TIME I go to the EDIT screen I, get the/a pop up asking me if I want to start a project.

How do I get rid of it for good?

If I want to start a project, I see there is a new button (top right) of the edit screen hidden with the debug, etc buttons.

Does that happen even if you are running an active project?

It only happens when I log in with a new session.

To re-phrase that:
I power on, load the browser and go to one of the 3 machines I've updated.
I see it on the INITIAL loading of the EDIT screen.

Just start a project. That will move your current flow into the project.

Or disable it again in settings if you don’t want to organise your work with projects.

1 Like

Thanks.

I may have to disable projects. (Back to what it was.)

I'm not quite getting the advantage of what they do.
(Projects)

Here is the advantage from my experience working with projects:

  1. you can easily switch environments on a single nr instance
  2. integrated git client

Got one node red flow.json for controlling heating, and another to control lights? Now you can switch back and forth between the two on the same machine with the same node red installation. Useful if you need it.

Git client, can be good, but may be a hassle. You can use separate repos per project, that's 1:1 and easy. But I really think the rest of the core files should be included too, like package.json and all the config files, settings.js ++. That'll be a separate "root" repo. You may or may not organize your nr project repos as submodules of that root repo. I did it, but sometimes regret it. Regardless, the root repo is outside node red so can't use git client here. All in all I think it may be just as good to just use git from command line, and/or a separate standalone client. But it certainly can be useful to have an easy git client available.

1 Like

I seem to have a lot to learn on that part of NR and how it works.

1 Like