-
Notifications
You must be signed in to change notification settings - Fork 28.5k
community-node-types is blocking the frontend from loading #15841
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
Comments
Hey @SilkePilon, We have created an internal ticket to look into this which we will be tracking as "GHC-2245" |
Hi @SilkePilon |
export N8N_COMMUNITY_PACKAGES_ENABLED=false In my case, this resolved the startup delay and prevented external API calls when launching n8n in an offline or restricted environment. |
The issue with this is that you now cant use any community packages anymore. |
let me add that this happens for me only when I use http(s)_proxy |
Same here |
Uh oh!
There was an error while loading. Please reload this page.
Bug Description
when opening up n8n (latest version) the ui states "loading..." i was wondering why it was taking so long (longer than 25 seconds) so i chrome dev tools i saw that an request to
https://n8n.silkepilon.dev/rest/community-node-types
is send but an response is never received as it times out before that.To Reproduce
Expected behavior
The request to
https://n8n.silkepilon.dev/rest/community-node-types
should be a lot faster.Operating System
Ubuntu Linux
n8n Version
1.94.1
Node.js Version
22
Database
PostgreSQL
Execution mode
main (default)
The text was updated successfully, but these errors were encountered: