Discord API Connection Test

API Configuration
Loading configuration...
Test Endpoints

Test Results

Troubleshooting
If you see 404 errors:
  1. Make sure the backend API is running at https://localhost:7186
  2. Start the API by running: cd C:\dev\AIAgent002JwtAuthApi && dotnet run
  3. Check if HTTPS certificate is trusted (you may see browser warnings)
  4. Verify the Discord bot token and guild ID are configured in appsettings.json
Quick Start Backend API:
cd C:\dev\AIAgent002JwtAuthApi
dotnet run --launch-profile https
Expected API URL:

The API should be accessible at: https://localhost:7186