Error installing community nodes on n8n
-
@nebulon said in Error installing community nodes on n8n:
If upstream can't even support this, while they have per-customer instances (probably also some kind of containerization) I don't think we can support that.
I know next to nothing about this, but perhaps it's just like hosted WordPress.com (where basically no plugin are allowed, unless you upgrade and then a few become available), and self-hosting WordPress where you can install as many plugins you like.
-
@UweG said in Error installing community nodes on n8n:
Is it generally not possible to install community nodes on Cloudron-n8n?
It is possible, I am using io.n8n.cloudronapp@2.14.0 (n8n v0.201.0):
- open the app terminal
- go to custom extensions folder
cd /app/data/custom-extensions/
- install your desired community packages, e.g.
npm i n8n-nodes-directus
- start editing the file
/app/data/env
with the File Manager and add these line:
export N8N_CUSTOM_EXTENSIONS=/app/data/custom-extensions/
- Last but not least: restart the app and find the node in the Add Node panel
-
-
OK, I found some interesting notes at https://docs.n8n.io/integrations/community-nodes/installation/ . Investigating if that works for us.
edit: https://docs.n8n.io/integrations/community-nodes/troubleshooting/ is a better link
-
-
-
-
@kevin-k Strange...can you try to revert back to a working backup, reinstall community modules again, reboot once again and go to that page see if everything stick ?
I had issues first time I installed, had to reinstall once, but then it went smooth...