Bot Debug Center
Troubleshoot and test your Telegram bot
Status Check
Check bot and webhook status
Check Status
Manual Test
Send a test message directly
Your Chat ID
To find your chat ID, message @userinfobot on Telegram
Test Message
Send Test Message
Test Webhook Endpoint
Reset Webhook
Full Health Check
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. Check the status above
2. Verify your environment variables in Vercel
3. Try the manual test with your chat ID
4. Check Vercel function logs for errors
5. Re-setup the webhook if needed