Self-hosted - n8n dashboard completely unusable with infinite "Loading" screen due to GET /rest/community-node-types not responding

Describe the problem/error/question

The loading screen doesn’t disappear.

The nodes don’t show. This happens for all the workflows without exception.

I updated from 1.94.1 to 1.106.3 yesterday and hadn’t noticed this issue before. I tried to rollback, thinking it was related to the upgrade, but the issue persists in 1.94.1.

The reason seems to be linked to the call to GET /rest/community-node-types not responding with any data.

When I stop the server while the “Loading” shows, it hides once the server is cut, and if I navigate using “browser previous” back to the workflows and open a workflow then it shows the nodes, but nothing is clicable, and refreshing the page restarts the “Loading” issue forever.

I don’t explain the root of the issue, but the consequence is clear: We can’t view/update any of our existing workflows, although they seem to be running just fine.

Things were working fine on July 28th as another coworker had done things and recorded them for me, so I can tell it’s an issue that happened since then.

Information on your n8n setup

  • n8n version: 1.94.1
  • Database (default: SQLite): Postgres
  • n8n EXECUTIONS_PROCESS setting (default: own, main): Unsure
  • Running n8n via (Docker, npm, n8n cloud, desktop app): Docker (Cloudron)
  • Operating system: Ubuntu 22.04

This is being worked on

you can temporary get around the issue by blocking your-instance-url/rest/community-node-types in your browser with something like ublock

Thanks for the workaround, I’ll try that!

Could you share why rolling back to a previous version hasn’t fixed it in my case?

I understand there is some bug somewhere but I don’t explain how rolling things back doesn’t solve it.

There is a call to n8n’s api to get available community nodes so that it can be displayed in the node list (at least thats my understanding, if not that its something similar). It is that external service that was down not an error in n8ns actual code.

Seems like it was accidentally made as a blocking request, meaning the ui wont load until the api call responds. So the community node service was down so every version that relies on it will be effected

It seems to be working now without the workaround though

1 Like

Yes, it appears to be loading the workflow properly now.

Another issue I could spot is that for one of my projects, it fails to list of workflows, although credentials display just fine. :person_shrugging:

Might be related to 1.106.3 since I reverted to that (new) version that was published today, I believe

Short video:

Note that some of my workflows now display empty instead of display their actual content.
Navigating between tabs somehow helps in making them show the workflow’s content again.
But nodes cannot be opened/edited nor it is possible to display the past Executions that happened.

I thought our self-hosted instance was not linked to n8n servers except for the authentication/licensing stuff, but I guess I was wrong and there are a lot more APIs being shared under the hood.

Is the outage supposed to be fixed?

I still can’t open/edit any node on any workflow, and one of my projects doesn’t display the list of workflows unless I apply a filter.

Error fetching workflows

Cannot read properties of undefined (reading ‘filter’)

I’m not sure what I can/should do considering the situation.

I’m growing growingly concerned about this issue, I haven’t received feedback, as if everything was working perfectly fine, while the reality is that our instance is partially unusable at the moment.

It’s still impossible to edit any node, although I have access to the history of executions and can see our workflows running, editing them is not possible anymore.

Is that a known issue being worked on? @liam

To be more precise, what happens is the following:

  • When first navigating to a workflow, in any project, and opening any node, the “edit node” modal doesn’t show
    • But, if I switch project and open another node then edit modal shows properly
    • And, if I go back to the first opened project and open the same node as before, now if opens the edit node modal properly

So, there seem to be a bug that is mostly visual and affects the first attempt of opening the “edit modal” of a node, navigating in n8n and opening any other workflow/node fixes the problem, until the page is refreshed, and we have to apply the same trick again.

Note that you don’t have to switch project either, just switching workflows works as well.

That’s very counterintuitive and obviously a bug, which doesn’t seem to be affecting everyone.

We’re on self-hosted with an NGO/Enterprise license.

I’m running 1.107.2 (Self hosted, Postgres, Cloudron) and I’ve also noticed situations where some running workflows are blocking the n8n interface from loading. This thread has provided some interesting insights into why. Glad to hear it is being worked on.

The situation seems to be fixed, noticed yesterday.

But I must say again, I find this concerning, the fact that some change at n8n can completely break my self-hosted instance out of the blue without any insights or support.
This particular issue was not even related to updating versions on our instance, which I first assumed to be.

The problem went away as it appeared: silently and without notice.

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.