Describe the problem/error/question
What is the error message (if any)?
Please share your workflow
(Select the nodes on your canvas and use the keyboard shortcuts CMD+C/CTRL+C and CMD+V/CTRL+V to copy and paste the workflow.)
Share the output returned by the last node
Information on your n8n setup
- **n8n version: 1.3.1
- **Database (default: SQLite):postgresql
- n8n EXECUTIONS_PROCESS setting (default: own, main):
- Running n8n via (Docker, npm, n8n cloud, desktop app):
- **Operating system: linux
hello, n8n!
i recently faced a bug where i restarted my n8n and n8n-worker deployments in k8s and when my airflow DAGS were calling n8n i saw the error raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: n8n…com.
it suggested to check if n8n workflow are activated. they were activated in UI. i was trying to debug for quite some time, and eventually i just turned off and turned back on the workflows again and it did work.
is it known issue? how to prevent this from happening?