Bot Debug Center

Troubleshoot and test your Telegram bot

Status Check
Check bot and webhook status
Manual Test
Send a test message directly

To find your chat ID, message @userinfobot on Telegram

Troubleshooting Guide

Common Issues:

  • 1.Bot not responding: Check if webhook URL is set correctly in environment variables
  • 2.Unauthorized errors: Verify TELEGRAM_BOT_TOKEN is correct
  • 3.Webhook not receiving updates: Ensure your deployment URL is accessible via HTTPS
  • 4.Secret token mismatch: Check WEBHOOK_SECRET matches what you set

Environment Variables to Check:

TELEGRAM_BOT_TOKEN
WEBHOOK_URL
WEBHOOK_SECRET
PORT (optional)

Next Steps:

  1. 1. Check the status above
  2. 2. Verify your environment variables in Vercel
  3. 3. Try the manual test with your chat ID
  4. 4. Check Vercel function logs for errors
  5. 5. Re-setup the webhook if needed