Evaluations Feature not Available

Describe the problem/error/question

On my self hosted n8n the the evaluations tab is not visible in the workflows.
My suspection is it’s some kind of license issue.
since when running locally in docker with the same settings, the evaluations tab visible and enabled

What is the error message (if any)?

None

Please share your workflow

n/a

Share the output returned by the last node

n/a

Information on your n8n setup

  • n8n version: 1.100.1 (Community Edition - Registered)
  • Database (default: SQLite): postgres
  • n8n EXECUTIONS_PROCESS setting (default: own, main):
  • Running n8n via: docker on AWS
  • Operating system: n/a

1 Like

Same with me!
Evaluations should be visible already, they were introduces several releases ago.

Debug info

core

  • n8nVersion: 1.100.1
  • platform: docker (self-hosted)
  • nodeJsVersion: 22.16.0
  • database: postgres
  • executionMode: regular
  • concurrency: -1
  • license: enterprise (production)

client

  • userAgent: mozilla/5.0 (windows nt 10.0; win64; x64) applewebkit/537.36 (khtml, like gecko) chrome/137.0.0.0 safari/537.36 edg/137.0.0.0
  • isTouchDevice: false
1 Like

This thread answers the question. But it’s such a hacky way of activating evaluations!

Are you saying you have to set the feature flag mentioned in that thread in order to see the feature? Because if so, that’s a bug.

Let us know!

Yes, I have to set the feature flag in order to see the feature. So it seems like a bug

1 Like

Thanks for confirming — the flag shouldn’t matter but it seems like it does, so we’re removing it

I still cannot see any evaluations. Never had, since the tool came out. I just updated, too.

New version [email protected] got released which includes the GitHub PR 17107.

1 Like