Describe the problem/error/question
I’m using a self-hosted n8n container. Trying to use SearXNG node in my workflow, everytime the agent tries to use it, I get “The operation was aborted due to timeout“
Everytime it times-out after 5 seconds.
I also set the n8n env vars to -e EXECUTIONS_TIMEOUT=300 -e EXECUTIONS_TIMEOUT_MAX=3600
The URL setup in the node is http://192.168.32.140:8888.
I tried hitting the api via the browser (http://192.168.32.140:8888/search?q=test&numResults=10&pageNumber=1&format=json) and get valid json string.
What is the error message (if any)?
“The operation was aborted due to timeout“
Share the output returned by the last node
“The operation was aborted due to timeout”
Information on your n8n setup
- n8n version: 2.0.2
- Database (default: SQLite): None
- Running n8n via (Docker, npm, n8n cloud, desktop app): Docker
- Operating system: Ubuntu 24.04.2 LTS