Authentication Diagnostics

This page helps diagnose Discord authentication issues.
Authentication Status
Not authenticated
Environment Information
Environment Production
Host URL https://poinly.xyz/
Browser Standard Browser
OAuth Configuration
Client ID ✓ Configured 13494...91884
Client Secret ✓ Configured
Redirect URI https://poinly.xyz/callback
Bot Token ✓ Configured Status: Valid
Bot Status
Discord Bot: Starting
Bot Error: Bot is verified but not fully connected yet. It should be online within a minute.
API Status
Discord API: Operational
Troubleshooting Steps

This error typically occurs when:

  • Discord Client ID or Secret is incorrect
  • Redirect URI doesn't match what's configured in Discord Developer Portal
  • Network connection to Discord API is blocked

Fix: Verify that the Discord Client ID and Secret are correct and that the redirect URI matches exactly what's in the Discord Developer Portal.

This error occurs when the state parameter sent to Discord doesn't match the one returned.

Fix: Clear browser cookies and try again. If the issue persists, it could indicate a session configuration problem.

This can happen when:

  • Bot token is invalid
  • Bot hasn't been assigned proper permissions
  • Discord API rate limits have been hit

Fix: Verify the bot token is valid and that the bot has been assigned appropriate permissions during installation.

This error occurs when the Discord bot token is invalid or has been revoked. Possible causes:

  • The bot token has been reset in the Discord Developer Portal
  • The wrong token is being used in the environment
  • The bot application has been deleted or disabled

Fix: Go to the Discord Developer Portal, verify your bot is active, and reset the token if necessary. Then update the DISCORD_TOKEN environment variable with the new token.