N8n evaluation bug?

Describe the problem/error/question

I cannot run evaluation tab on any of my workflows. I had a workflow earlier that i was testing on, and i managed to get that specific workflow to work. However i wanted to change the custom evaluation metric to another workflow, so i deleted the workflow it was working on. Even though i deleted the workflow with the custom metric, the other workflows were still displaying the limit message.

I am able to execute the workflow manually, and the metric gives me an output, but the “evaluation” tab is not working/still showing the error message.

What is the error message (if any)?

Limit reached. Your plan includes custom metrics for one workflow only. Upgrade for unlimited use or delete the workflow with existing evaluation runs.

Information on your n8n setup

  • **n8n version:**1.114.4
  • Database (default: SQLite): SQLite
  • n8n EXECUTIONS_PROCESS setting (default: own, main): default
  • Running n8n via (Docker, npm, n8n cloud, desktop app): npm
  • Operating system: Windows 11
1 Like

Hi @aredder02,I am facing the same problem that you described,
have you managed to solve it ?

:waving_hand:

Try restarting your n8n instance to clear any cached evaluation state….

Hi,

I have tried restarting the n8n instance, however i did so without success.

@Omar_essam_Hegazy

I have not solved the issue, however i made a workaround. Instead of using the evaluation page in n8n, i outputted the data to an external excel file, which i then used for evaluation and metrics.