Frequently when making a workflow I encounter the same issue. I click execute, but nothing happens, the little spinner goes round and round, but that’s it.
When it’s working, I would expect to see some green ticks as it progresses.
What am I supposed to do about this? It’s still like below 15 minutes later. I’ve had this going for hours before like this.
Sometimes I restart the docker container and that fixes it, sometimes I just leave it and come back to it later and it works. It has been working fine for a few weeks now, but today it seems to have fallen over again.
Here’s a screen recording showing an example:
I’ll share the workflow as requested, but that’s not really the point. This seems to happen randomly and for all workflows.
Share the output returned by the last node
Information on your n8n setup
- n8n version: 0.227.1
- Database (default: SQLite): Postgres
- n8n EXECUTIONS_PROCESS setting (default: own, main): default
- Running n8n via (Docker, npm, n8n cloud, desktop app): docker
- Operating system: Linux hassio 5.10.103-v7l+
I have limited executions logs:
- EXECUTIONS_DATA_PRUNE=true
- EXECUTIONS_DATA_MAX_AGE=168 # hours
- EXECUTIONS_DATA_PRUNE_MAX_COUNT=1000
Nothing that interesting running docker stats
UPDATE 1:
Interesting docker logs:
Editor is now accessible via:
http://localhost:5678/
The session "zetllvq9ab" is not registered.
The session "zetllvq9ab" is not registered.
The session "zetllvq9ab" is not registered.
The session "zetllvq9ab" is not registered.
The session "zetllvq9ab" is not registered.
The session "zetllvq9ab" is not registered.
Attempt to read execution was blocked due to insufficient permissions
The session "zetllvq9ab" is not registered.
The session "zetllvq9ab" is not registered.
The session "zetllvq9ab" is not registered.
The session "zetllvq9ab" is not registered.
Attempt to read execution was blocked due to insufficient permissions
The session "zetllvq9ab" is not registered.
The session "zetllvq9ab" is not registered.
The session "zetllvq9ab" is not registered.
The session "zetllvq9ab" is not registered.
The session "zetllvq9ab" is not registered.
The session "zetllvq9ab" is not registered.
Attempt to read execution was blocked due to insufficient permissions
The session "zetllvq9ab" is not registered.
The session "zetllvq9ab" is not registered.
The session "zetllvq9ab" is not registered.
The session "zetllvq9ab" is not registered.
The session "zetllvq9ab" is not registered.
The session "zetllvq9ab" is not registered.
Attempt to read execution was blocked due to insufficient permissions
The session "zetllvq9ab" is not registered.
The session "zetllvq9ab" is not registered.
The session "zetllvq9ab" is not registered.
The session "zetllvq9ab" is not registered.
The session "zetllvq9ab" is not registered.
The session "zetllvq9ab" is not registered.
UPDATE 2:
I’ve accessed it locally instead of through my HAProxy/Cloudflare proxy and it seems to be working now. Is there some specific settings n8n requires to be used through a reverse proxy? My frontend handles all the SSL etc, so I prefer to use it that way. This might explain the issue I have had where I have to force refresh the browser to get a login page for n8n…