Running n8n locally in docker telegram webhook problem

hello there i am new to n8n and i am not a programmer . so i am trying to run n8n locally in docker but i am having some problem running telegram trigger gives the following error

Bad request - please check your parameters

Show Details

Telegram Trigger1: Bad Request: bad webhook: An HTTPS URL must be provided for web-hook

as far as work flow goes i only used telegrams on message tiger entered token from bot father try testing it out but shows the above error. thanks for your help in advance

hello @kira

That means you should set up the https (via reverse proxy) and public domain. If you have no experience in that, it is better to use cloud n8n.

1 Like

That is true but i just want to run it once every week or when i am using my own machine thats was appealing for me when it comes to n8n i could autome some worke flows that i need done localy . Cheekd bunch of tutorials but none worked like ngrok, local tunnel, none are actually free or wont work or dont have documents that noobs can follow along.

Well… the easiest one would be a docker compose with traefik or ngrok

Thanks for the reply again. I alrady set up the ngrok . But couldn’t find the doker compose file . I installed n8n searched the image using doker desktop and pull. Which was with out coding where would i find the dokercompose.yaml file . Or do i have to create it ? Thanks again.

What OS do you have? Windows/Mac?

you should create the docker compose file somewhere and then do some shell commands to build it (it’s not that hard)

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