Telegram Trigger Bad Request: invalid webhook URL specified

Describe the problem/error/question

I cant run any telegram trigger, Getting error:

400 - {"ok":false,"error_code":400,"description":"Bad Request: invalid webhook URL specified"} - Bad Request: invalid webhook URL specified
or
@Chatagbot1: 400 - {"ok":false,"error_code":400,"description":"Bad Request: invalid webhook URL specified"} - Bad Request: invalid webhook URL specified

I’ve checked the if there’s problem with token or workflow itself. i created new workflow, and new bot with new token

But still same erorr:

I’ve tested all versions, 1.15.1 and the A.I Version and the latest one. still same.

i thought the problem with domain/network… i created another connection using another domain that does not connected to Cloudflare settings/Proxy. and still same error. last thing i made ping to telegram api to check if it’s not reachable. and it’s reachable

What is the error message (if any)?

i followed the logs in N8N and saw this:

2023-11-07T17:28:19.187727489Z NodeApiError: Bad request - please check your parameters
2023-11-07T17:28:19.188594253Z Error: 400 - {"ok":false,"error_code":400,"description":"Bad Request: invalid webhook URL specified"}
2023-11-07T17:28:41.039678187Z NodeApiError: Request failed with status code 401
2023-11-07T17:28:41.040057549Z Error: Request failed with status code 401
2023-11-07T17:28:55.275008480Z NodeApiError: Bad request - please check your parameters
2023-11-07T17:28:55.275045961Z Error: 400 - {"ok":false,"error_code":400,"description":"Bad Request: invalid webhook URL specified"}
2023-11-07T17:29:12.359472763Z NodeApiError: Bad request - please check your parameters
2023-11-07T17:29:12.359555003Z Error: 400 - {"ok":false,"error_code":400,"description":"Bad Request: invalid webhook URL specified"}
2023-11-07T17:29:32.888549396Z NodeApiError: Bad request - please check your parameters
2023-11-07T17:29:32.888657916Z Error: 400 - {"ok":false,"error_code":400,"description":"Bad Request: invalid webhook URL specified"}
2023-11-07T17:30:06.561643090Z NodeApiError: Bad request - please check your parameters
2023-11-07T17:30:06.561779770Z Error: 400 - {"ok":false,"error_code":400,"description":"Bad Request: invalid webhook URL specified"}
2023-11-07T17:34:13.959319113Z NodeApiError: Bad request - please check your parameters
2023-11-07T17:34:13.959486114Z Error: 400 - {"ok":false,"error_code":400,"description":"Bad Request: invalid webhook URL specified"}
2023-11-07T17:34:22.790745804Z NodeApiError: Bad request - please check your parameters
2023-11-07T17:34:22.790983005Z Error: 400 - {"ok":false,"error_code":400,"description":"Bad Request: invalid webhook URL specified"}
2023-11-07T17:40:52.741342259Z NodeApiError: Bad request - please check your parameters
2023-11-07T17:40:52.741695620Z Error: 400 - {"ok":false,"error_code":400,"description":"Bad Request: invalid webhook URL specified"}

Please share your workflow

Share the output returned by the last node

Information on your n8n setup

  • n8n version: 1.14.2
  • Database (default: SQLite): Postgres & Redis
  • n8n EXECUTIONS_PROCESS setting (default: own, main): default
  • Running n8n via (Docker, npm, n8n cloud, desktop app): Docker / Hetzner Cloud
  • Operating system: Ubuntu Docker CE

Problem Fixed, After investigating it was Coolify V4 bug by adding double http://, and now fixed with release 114 and up…

Source: [Bug]: Coolify V4 Double http protocol in container for the FQDN: http://https:// (Docker Compose) · Issue #1403 · coollabsio/coolify · GitHub

2 Likes

Sweet, thanks for sharing! Also really nice to see coolify fixing things so quickly, I might try them out in the future :slight_smile:

1 Like

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.