If you see 404 errors:
- Make sure the backend API is running at
https://localhost:7186
- Start the API by running:
cd C:\dev\AIAgent002JwtAuthApi && dotnet run
- Check if HTTPS certificate is trusted (you may see browser warnings)
- 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