When I try to test the trigger of the telegram trigger I got the following Error:
What is the error message (if any)?
Problem running workflow
Bad request - please check your parameters
Show Details
Telegram Trigger: Bad Request: bad webhook: Failed to resolve host: Temporary failure in name resolution
Telegram Trigger works after change in n8n node trigger by * (all), only use message trigger return error, first insert a trigger by message after insert another trigger with * all, start workflow, enjoy.
I am self hosting (gcloud) and also getting this error and it just seems to come and go. I can’t find a way to consistently make it stop, it just seem to “just work” at some point, after I try to toggle the workflow on and off, save, reload and so on. It’s very annoying.
In my case, I got the same issue for DNS related problem, I used Cloudflare to manage my DNS and use proxied mode, In my server I also setup the “Traefik” with docker compose,
What I did is change the Cloudflare to only DNS mode and let Traefik to handle SSL staff, now it’s working.
In self hosted, there is an issue w/the webhook url: it is set to be http instead of https. In my mind it ia bug of n8n that should accept both http and https in self hosted. This happens both in linux and windows.
Additional software like ngrok is required to bypass the http and https situation