Open Issues Need Help
View All on GitHub TUI OAuth unauthorized request on Windows - Missing client_id parameter about 1 month ago
AI Summary: Debug and fix an OAuth authentication issue in the TUI (text-based user interface) of a Claude API proxy application on Windows. The issue manifests as an 'Invalid OAuth Request - Missing client_id parameter' error, while the GUI (graphical user interface) authentication works correctly. The solution likely involves investigating the TUI's OAuth client configuration and ensuring the `client_id` parameter is correctly included in the OAuth request.
Complexity:
4/5
bug good first issue