(Select the nodes on your canvas and use the keyboard shortcuts CMD+C/CTRL+C and CMD+V/CTRL+V to copy and paste the workflow.)
Hi,
is it possible to install community nodes via ui, if running in queue mode? I´m getting mixed results searching for this topic on the community and docs.n8n.io
It says you can use community nodes with n8n in queue mode, but you cannot install them directly through the UI. The installation option is disabled when queue mode is active .
Yes, you can but Community nodes are blocked by default in the UI. This is done because n8n splits the execution across worker processes, this would mean that a community node would need to be installed on every worker. This would mean that you would get inconsistent behavior because you would only see things work on the main process and workers wouldn’t pick up the new nodes.
The best approach is to install the community node directly on each worker in the Docker before startup, then add them to your package.json so that they can appear across the entire app.