Describe the problem/error/question
I am using the latest version of the N8N: 1.8.2
I have migrated the workflow and credentials with cli and then activated them with using the following command:
n8n update:workflow --id=<ID> --active=true
also when I check the activatation status in the control panel, they are active .
however if I make a webhook request, I get an error that your workflow is not activated and you need to activate it from control panel. what should I do?
What is the error message (if any)?
{“code”:404,“message”:“The requested webhook "GET main-website/faq-list/faq-page" is not registered.”,“hint”:“The workflow must be active for a production URL to run successfully. You can activate the workflow using the toggle in the top-right of the editor. Note that unlike test URL calls, production URL calls aren’t shown on the canvas (only in the executions list)”,“stacktrace”:“ResponseError: The requested webhook "GET main-website/faq-list/faq" is not registered.\n at ActiveWorkflowRunner.executeWebhook (/usr/local/lib/node_modules/n8n/src/ActiveWorkflowRunner.ts:207:10)\n at processTicksAndRejections (node:internal/process/task_queues:95:5)\n at /usr/local/lib/node_modules/n8n/src/WebhookHelpers.ts:110:15”}
Information on your n8n setup
- n8n version: N8N: 1.8.2
- Database (default: SQLite) Postgres
- n8n EXECUTIONS_PROCESS setting (default: own, main):
- Running n8n via (Docker, npm, n8n cloud, desktop app): docker
- Operating system: ubuntu