Telegram Webhook on port 46836 not reachable #637
dongore posted onGitHub
Problem/Motivation
I installed the "node-red-contrib-chatbot" Palette which uses a webhook to connect to Telegram. In this addon it is created on a different port that can't be reached.
Expected behavior
On the standalone Node Red istallation the webhook is reachable on the standard port:
------ WebHooks for TELEGRAM----------------
http://localhost:1880/redbot/telegram/test
http://localhost:1880/redbot/telegram
Actual behavior
On this hassio addon it is on a different port:
------ WebHooks for TELEGRAM----------------
http://localhost:46836/redbot/telegram/test
http://localhost:46836/redbot/telegram
and I can't connect to http://noderedip:1880/redbot/telegram ( Cannot GET /redbot/telegram) or http://noderedip:46836/redbot/telegram (ERR_CONNECTION_REFUSED)
Steps to reproduce
install "node-red-contrib-chatbot" Palette and check the log for the webhook entries above
Proposed changes
I'm just guessing that has something to do with the ingress feature?! The different port is specified for the upstream backend and there is probably some access restriction in place.