-
Notifications
You must be signed in to change notification settings - Fork 10.5k
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
NODES_INCLUDE not working! #12713
Comments
Hey @zakariamehbi, We have created an internal ticket to look into this which we will be tracking as "N8N-8169" |
Thank you, after further investigation, NODES_EXCLUDE doesn't exclude anything but doesn't error when trying to create a trigger. |
Hey @zakariamehbi I think when using the exclude option while the node appears in the list if you try to use it you will get an error. I have not tested the include option yet but if you add a node that is on the include list does it also error? |
Hello @Joffcom, after testing, when we use the variable NODES_INCLUDE, all of the triggers fail, whether they are on the list or outside of it. The UI shows an error and prevents us from accessing the next step. We're trying to scope n8n to only one trigger and specific apps to achieve a tight integration with our app, which isn't possible without these kinds of settings. Are there any other options we can explore? |
Hey @zakariamehbi Can you try 1.75.0 this should have been fixed as part of #12544 |
hey @Joffcom, i'm using the latest docker image, so i should be on the latest version of n8n, but still having this issue. |
quick update, @Joffcom, after testing with the fixed version 1.75.2 instead of the latest image (for some reason, it's not the latest?), the issue is somewhat resolved. for the apps, we now only see the one defined in NODES_INCLUDE, but for the triggers, we still see the full list, with the only exception being the one not included in NODES_INCLUDE that shows an error message on click. |
Releases are tagged as |
Bug Description
Hello, I have a problem with NODES_INCLUDE not working, every time I set my list and start my docker container, I get an error when trying to create a trigger.
To Reproduce
Expected behavior
Operating System
Mac OS
n8n Version
1.74.3
Node.js Version
23.6.0
Database
SQLite (default)
Execution mode
main (default)
The text was updated successfully, but these errors were encountered: