BUG: Cannot connect Agent Node

I’ve started my n8n workflow on a fresh installation of n8n. However, event the simplest example doesn’t work. If I click on the + next to the “When chat message received” trigger node and create AI agent node, I cannot make a connection. Also my agent node looks very different from the one in the shared workflow below.

Please share your workflow

Information on your n8n setup

  • n8n version: 1.97.1, also tested with 1.95.3
  • Database (default: SQLite): Postgres
  • n8n EXECUTIONS_PROCESS setting (default: own, main): own
  • Running n8n via (Docker, npm, n8n cloud, desktop app): kubernetes
  • Operating system: linux

These are my environment variables

Solution
I’ve had content security headers set up which prevented my browser from loading external sources. After removing these headers, everything worked fine.

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