TextClassifier no output connectors

Describe the problem/error/question

TextClassifier no output connectors

What is the error message (if any)?

There is no message because the workflow works well, except I can"t finish the path because there is not any output connector on the TextClassifier node.
No errors in the docker logs

Please share your workflow

Information on your n8n setup

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

Before you run the workflow, you also don’t see the output options? That is odd.

I am a few updates behind in my environment, but don’t believe has changed much. The outputs typically appear once you add new categories, maybe try remove and readd?

Just sorting by categories depending the content of the message

I have copied your workflow and when I paste it in my n8n I can see the outputs:

Can you try copying your workflow and pasting it into a new empty workflow?

1 Like

I’ve already tried and did it again. Still the same problem. Probably server side issue, I’ll investigate

Did you find a solution as I have the same problem?

@gmaOCR @Adam_Booth I have the same issue. When I copy this workflow: Suggest meeting slots using AI | n8n workflow template, there are no output connectors in the Classify appointment node.

I’m using the official, latest Docker image n8nio/n8n which points to the version 1.91.3. I use the GUI on Chrome 135.0.7049.115, MacOS, same issue on Safari. No errors in the dev console.

Edit: Just downgraded the Docker image to a random version from two months ago - 1.82.0, and the output connectors appeared.