Describe the problem/error/question
Getting a 404 error when trying to access the Telegram webhook, both the test and production hooks. Hooks for other nodes do work correctly so I know I have the URL and forwarding set up correctly within the network.
What is the error message (if any)?
Test webhook yields:
{“code”:404,“message”:“This webhook is not registered for GET requests. Did you mean to make a POST request?”,“hint”:“Click the ‘Execute workflow’ button on the canvas, then try again. (In test mode, the webhook only works for one call after you click this button)”}
Production webhook yields:
{“code”:404,“message”:“The requested webhook "GET 977435c5-47f2-4ffe-8b73-758f290fd379/webhook" 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)”}
Please share your workflow
Share the output returned by the last node
No input is triggered by Telegram.
Information on your n8n setup
- n8n version: 1.27.2
- Database (default: SQLite): postgres 11
- n8n EXECUTIONS_PROCESS setting (default: own, main):
- Running n8n via (Docker, npm, n8n cloud, desktop app): Docker-Compose
- Operating system: Ubuntu 20.04

