mirror of
https://github.com/justlovemaki/AIClient-2-API.git
synced 2026-04-26 01:45:56 +03:00
[GH-ISSUE #121] OAuth 授权提交后只显示“正在完成授权” #97
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#97
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 @norsizu on GitHub (Dec 22, 2025).
Original GitHub issue: https://github.com/justlovemaki/AIClient-2-API/issues/121
使用的gemini-antigravity,
授权链接在认证后,返回了一个 http://localhost:8086/ 开头的地址,这个地址打不开,按照提示,全部复制粘贴到窗口后提交,只看到界面上有个“正在完成授权”的提示,过一会消失了,没有任何成功或失败的提示,返回到提供商池管理后,也没有任何节点信息,应该就是授权失败了,不知道怎么解决这个问题。
@justlovemaki commented on GitHub (Dec 22, 2025):
上传配置管理里面有吗
@norsizu commented on GitHub (Dec 22, 2025):
上传配置管理里面操作,结果也是一样的,闪现一个“正在完成授权”的文字就没了
@justlovemaki commented on GitHub (Dec 22, 2025):
日志里面没收到回调?
@norsizu commented on GitHub (Dec 22, 2025):
日志是这样的:
12/22/2025, 4:36:52 AM
[Server] Received request: GET http://localhost:3000/health
[Usage API] Returning cached usage data
12/22/2025, 4:37:22 AM
[Server] Received request: GET http://localhost:3000/health
[OAuth] 已关闭端口 8086 上的旧服务器
[Antigravity Auth] OAuth 回调服务器已启动于 localhost:8086
12/22/2025, 4:37:52 AM
[Server] Received request: GET http://localhost:3000/health
@justlovemaki commented on GitHub (Dec 22, 2025):
用新版试试,8086保持可访问。
@norsizu commented on GitHub (Dec 22, 2025):
可以用了,多谢多谢