Describe the problem/error/question
I have a webhook POST listening for a Slack button press. When the workflow is active, and I’m, using the production URL in the slack bot, it works perfectly. The node executes, and everything is great.
However, when I try manually executing the webhook node, and I use the test URL in the slack bot request URL, the button just does not work. It returns status code 404. No idea why. Production works awesome; testing just does not work. The button just doesn’t work. I tried both with active and inactive workflow.
What is the error message (if any)?
Please share your workflow
Share the output returned by the last node
Information on your n8n setup
- n8n version: 1.117.3
- Database (default: SQLite): default probably
- n8n EXECUTIONS_PROCESS setting (default: own, main): default
- Running n8n via (Docker, npm, n8n cloud, desktop app): n8n cloud
- Operating system: windows 11