-
Notifications
You must be signed in to change notification settings - Fork 6.9k
Description
例行检查
- [ x] 我已确认目前没有类似 issue
- [ x] 我已完整查看过项目 README,以及项目文档
- [ x] 我使用了自己的 key,并确认我的 key 是可正常使用的
- [ x] 我理解并愿意跟进此 issue,协助测试和提供反馈
- 我理解并认可上述内容,并理解项目维护者精力有限,不遵循规则的 issue 可能会被无视或直接关闭
你的版本
- 公有云版本
- [ x] 私有部署版本, 具体版本号: 4.9.1
问题描述, 日志截图,配置文件等
本地源码部署后,新增模型渠道报错
复现步骤
✓ Compiled /api/support/user/account/tokenLogin in 9.4s (13075 modules)
[Debug] 2025-03-25 18:10:02 Request start /api/support/user/team/plan/getTeamPlanStatus?maxQuantity=1
[Debug] 2025-03-25 18:10:02 Request start /api/common/system/getInitData
[Debug] 2025-03-25 18:10:02 Request start /api/support/user/account/tokenLogin
[Debug] 2025-03-25 18:10:02 Request finish /api/common/system/getInitData, time: 4ms
GET /api/common/system/getInitData 304 in 9874ms
[Debug] 2025-03-25 18:10:02 Request finish /api/support/user/team/plan/getTeamPlanStatus?maxQuantity=1, time: 15ms
GET /api/support/user/team/plan/getTeamPlanStatus?maxQuantity=1 304 in 9883ms
Warning: forwardRef render functions accept exactly two parameters: props and ref. Did you forget to use the ref parameter?
Warning: data for page "/account/model" is 170 kB which exceeds the threshold of 128 kB, this amount of data can reduce performance.
See more info here: https://nextjs.org/docs/messages/large-page-data
GET /account/model 200 in 6999ms
GET /api/support/user/account/tokenLogin 200 in 10132ms
[Debug] 2025-03-25 18:10:02 Request finish /api/support/user/account/tokenLogin, time: 267ms
GET /icons/icon_zh_48.png 404 in 24ms
[Debug] 2025-03-25 18:10:04 Request start /api/support/user/team/plan/getTeamPlanStatus?maxQuantity=1
[Debug] 2025-03-25 18:10:04 Request finish /api/support/user/team/plan/getTeamPlanStatus?maxQuantity=1, time: 5ms
GET /api/support/user/team/plan/getTeamPlanStatus?maxQuantity=1 304 in 12ms
[Debug] 2025-03-25 18:10:04 Request start /api/support/user/account/tokenLogin
[Debug] 2025-03-25 18:10:04 Request start /api/common/system/getInitData
[Debug] 2025-03-25 18:10:04 Request finish /api/common/system/getInitData, time: 2ms
GET /api/common/system/getInitData 304 in 17ms
[Debug] 2025-03-25 18:10:04 Request finish /api/support/user/account/tokenLogin, time: 25ms
GET /api/support/user/account/tokenLogin 200 in 40ms
[Debug] 2025-03-25 18:10:04 Request start /api/common/system/getInitData
[Debug] 2025-03-25 18:10:04 Request finish /api/common/system/getInitData, time: 2ms
GET /api/common/system/getInitData 304 in 8ms
GET /serviceWorker.js 404 in 15ms
○ Compiling /api/aiproxy/[...path] ...
✓ Compiled /api/aiproxy/[...path] in 1055ms (5924 modules)
API resolved without sending a response for /api/aiproxy/api/channels/all?page=1&perPage=10, this may result in stalled requests.
GET /api/aiproxy/api/channels/all?page=1&perPage=10 200 in 1495ms
Warning: forwardRef render functions accept exactly two parameters: props and ref. Did you forget to use the ref parameter?
GET /serviceWorker.js 404 in 91ms
预期结果
相关截图
