mirror of
https://github.com/justlovemaki/AIClient-2-API.git
synced 2026-04-26 01:45:56 +03:00
[GH-ISSUE #251] claude-kiro-oauth使用AWS builder ID授权错误 #177
Labels
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/AIClient-2-API-justlovemaki#177
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @ariesljm on GitHub (Jan 16, 2026).
Original GitHub issue: https://github.com/justlovemaki/AIClient-2-API/issues/251
使用v2.7.3版本 在claude-kiro-oauth生成授权后,使用AWS builder ID认证方式点击后显示初始化凭证生成失败
查看日志:
[11:47:59] [INFO] [Kiro Auth] Starting OAuth with method: builder-id
[11:47:59] [INFO] [Kiro Auth] Using Builder ID Start URL: https://view.awsapps.com/start
[11:47:59] [INFO] [Proxy] Using http proxy for claude-kiro-oauth: http://192.168.1.88:7893
[11:47:59] [ERROR] [UI API] Failed to generate auth URL for claude-kiro-oauth: {}
将容器删除后重新部署也出现相同的该错误
@justlovemaki commented on GitHub (Jan 16, 2026):
Using http proxy for claude-kiro-oauth: http://192.168.1.88:7893/ , 不用代理呢?
@ariesljm commented on GitHub (Jan 16, 2026):
感谢作者!不使用代理以后初始化凭证生成成功了!