Describe the problem/error/question
Hi there,
Some workflows don’t show any executions at all, although they are running sometimes hourly, yet nothing shows up. No filters set, no limitations on the UI.
Other workflows have a vivid execution history.
I’ve seen some posts about this issue, but most of them lead to no solution. The one proxy solution doesn’t apply in my case.
EXECUTIONS_DATA_MAX_AGE=168
EXECUTIONS_DATA_PRUNE_MAX_COUNT=10000
EXECUTIONS_DATA_PRUNE=true
Configs were increased on the backend, yet the issue was not resolved. I’ve also checked and compared the Workflow settings of several workflows that have and don’t have executions. When I trigger them manually, executions exists and are logged.
I am beginning to conclude that someone used the test webhook URL instead of the production one, or maybe on the app side they set GET when it needs to be POST… But I need to be certain nothing else is wrong with n8n, the setup and the server.
If they were pruned, then they should at least show something in executions.
How is this possible? Did anyone have this issue before? How did you solve it?
Information on your n8n setup
- n8n version: Version 2.8.3
- Database (default: SQLite): PostgreSQL (Docker)
- n8n EXECUTIONS_PROCESS setting (default: own, main): main
- Running n8n via (Docker, npm, n8n cloud, desktop app): npm
- Operating system: hosted on Ubuntu 24.04.4 LTS, UI on Chrome/Windows 10/11