LocalTunnel with Self-hosted-ai-starter-kit

Hello there!

Has anyone managed to receive incoming messages from Telegram using LocalTunnel with Self-hosted-ai-starter-kit? (no cloud).

As far as I understand, Telegram requires HTTPS and am exposign it on localhost:5678

It looks like your topic is missing some important information. Could you provide the following if applicable.

  • n8n version:
  • Database (default: SQLite):
  • n8n EXECUTIONS_PROCESS setting (default: own, main):
  • Running n8n via (Docker, npm, n8n cloud, desktop app):
  • Operating system:

Hey, thank you for your response.

This was also set on my browser

https://api.telegram.org/MY-BotFather-ipi-key/setWebhook?url=https://shaky-crabs-drum.loca.lt/webhook-test/Telegram

Givining as result:
{“ok”:true,“result”:true,“description”:“Webhook was set”}

I even tried with a webhook instead of the Telegram node, but it keeps listening forever.

  • n8n version:**1.76.3

  • No Database in the workflow even though Postgres is included in the Kit

  • I haven’t explicitly set the EXECUTIONS_PROCESS setting, so it’s likely using the default (own). Would this affect my ability to receive incoming messages from Telegram via LocalTunnel?

  • Docker (localhost:5678)

  • Ubuntu 24.04

I hope my response is not too messy

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