Executions nothing is displayed

Executions nothing is displayed. We have a Self hosted community version. Do I understand correctly that this is because of the free version? or was something done wrong when installing the n8n?

What is the error message (if any)?

Information on your n8n setup

  • n8n version: 1.66.0

  • Database (default: SQLite):

  • Running n8n via desktop app:

  • Operating system: DISTRIB_DESCRIPTION=“Ubuntu 22.04.5 LTS”

It looks like your topic is missing some important information. Could you provide the following if applicable.

  • n8n version:
  • Database (default: SQLite):
  • n8n EXECUTIONS_PROCESS setting (default: own, main):
  • Running n8n via (Docker, npm, n8n cloud, desktop app):
  • Operating system:

Hello @Zerberg there are few thing you need to check,First of all this is not related to using the Community version - executions should display in both free and paid versions. The most likely causes are:

  1. Outdated version:
  • You’re running v1.66.0 (current is v1.81.0)
  1. Data pruning:
  • Check your environment variables for EXECUTIONS_DATA_PRUNE
  • Set EXECUTIONS_DATA_PRUNE=false if you want to keep all execution data

I think the Community Edition shows executions just like the Enterprise version - this is a technical issue, not a licensing one.

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