Hi @ZarzorpTheZorp Welcome!
I guess your n8n instance is missing webhook_url configuration, consider setting up webhook_url like ngrok or cloudflare and then restart your instance let us know.
Эта ошибка значит что Telegram требует HTTPS URL для вебхука, а у тебя скорее всего n8n запущен локально на http://localhost или без SSL. Тебе нужно либо использовать ngrok чтобы получить публичный HTTPS адрес (запусти ngrok http 5678 и потом в n8n поставь переменную WEBHOOK_URL на тот адрес что ngrok даст), либо настроить n8n за reverse proxy с SSL сертификатом. Если просто тестируешь локально то ngrok самый быстрый вариант.
This error means Telegram requires an HTTPS URL for the webhook, and you’re likely running n8n locally on http://localhost or without SSL. You need to either use ngrok to get a public HTTPS address (run ngrok http 5678 and then set the WEBHOOK_URL variable in n8n to the address ngrok provides), or configure n8n behind a reverse proxy with an SSL certificate. If you’re just testing locally, ngrok is the fastest option.