Describe the problem/error/question
I’ve created an agentic workflow including the brand new Perplexity AI tool.
It works fine when tested with the Chat trigger inside n8n (self-hosted).
But when using the public web chat or any external trigger (e.g. via a Webhook),
the workflow fails.
What is the error message (if any)?
Workflow execution had an error
Error: Unrecognized node type: n8n-nodes-base.perplexity
Please share your workflow
Information on your n8n setup
Debug info
core
- n8nVersion: 1.105.3
- platform: docker (self-hosted)
- nodeJsVersion: 22.17.0
- database: postgres
- executionMode: scaling (single-main)
- concurrency: -1
- license: enterprise (production)
storage
- success: all
- error: all
- progress: false
- manual: true
- binaryMode: memory
pruning
- enabled: true
- maxAge: 336 hours
- maxCount: 10000 executions
client
- userAgent: mozilla/5.0 (macintosh; intel mac os x 10_15_7) applewebkit/537.36 (khtml, like gecko) chrome/138.0.0.0 safari/537.36
- isTouchDevice: false

