-
Notifications
You must be signed in to change notification settings - Fork 18
7. Troubleshooting
Steven edited this page Jun 7, 2025
·
1 revision
- Verify that your bot token in
.envis correct. - Check if your bot is started (
npm start). - Confirm the Telegram bot was created correctly with BotFather.
- Ensure MongoDB is running and accessible at the specified
MONGODB_URI. - Check MongoDB logs for errors.
- Confirm network/firewall settings allow connections.
- Verify your Helius API key is valid and not expired.
- Check internet connectivity.
- Confirm URLs for
RPC_URLandWSS_URLare correct.
You can enable verbose logging by setting environment variables or modifying the code to help diagnose issues.
For other issues, please open an issue on GitHub or contact the owner(https://t.me/stevendev0822).