mirror of
https://github.com/justlovemaki/AIClient-2-API.git
synced 2026-04-27 18:35:51 +03:00
[GH-ISSUE #106] 登录后会立即跳回登录页面,死循环 #86
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#86
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 @imtzc on GitHub (Dec 11, 2025).
Original GitHub issue: https://github.com/justlovemaki/AIClient-2-API/issues/106
拉取的最新代码,构建的docker镜像,启动后会跳回登录页面,一下是启动命令:
docker run -d
-u 501:20
--restart=always
--privileged=true
-p 3000:3000
-e ARGS="--api-key 123456 --host 0.0.0.0"
-v /Users/don/.aws/sso/cache:/root/.aws/sso/cache
-v /Users/don/.gemini/oauth_creds.json:/root/.gemini/oauth_creds.json
--name aiclient2api
aiclient2api
@justlovemaki commented on GitHub (Dec 11, 2025):
录个视频看看
@imtzc commented on GitHub (Dec 11, 2025):
没有视频工具,现象就是,登录后,出现这个页面,然后秒切回登录页面
刚好这次截图截到了一个报错提示
@justlovemaki commented on GitHub (Dec 11, 2025):
文件系统权限问题吧
@imtzc commented on GitHub (Dec 11, 2025):
报错可能是本地文件权限问题,但是跳转回登录页面这个应该是个问题
@justlovemaki commented on GitHub (Dec 11, 2025):
文件系统权限问题,缓存token写不进去,读不到已登录配置,跳回首页
@unihon commented on GitHub (Dec 20, 2025):
把-u去掉,你运行容器用户没权限