-
Notifications
You must be signed in to change notification settings - Fork 6.9k
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
例行检查
- 我已确认目前没有类似 issue
- 我已完整查看过项目 README,以及项目文档
- 我使用了自己的 key,并确认我的 key 是可正常使用的
- 我理解并愿意跟进此 issue,协助测试和提供反馈
- 我理解并认可上述内容,并理解项目维护者精力有限,不遵循规则的 issue 可能会被无视或直接关闭
你的版本
- 公有云版本
- 私有部署版本, 具体版本号: 4.14.4-cve
查询日志的时候出现报错:$lookup with 'pipeline' may not specify 'localField' or 'foreignField'
具体错误如下:
[Error] 2025-12-31 09:40:40 System unexpected error: /api/core/app/logs/list, $lookup with 'pipeline' may not specify 'localField' or 'foreignField'
{
message: "$lookup with 'pipeline' may not specify 'localField' or 'foreignField'",
stack: "MongoServerError: $lookup with 'pipeline' may not specify 'localField' or 'foreignField'\n" +
' at v.sendCommand (/app/projects/app/.next/server/chunks/60867.js:11:65904)\n' +
' at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n' +
' at async v.command (/app/projects/app/.next/server/chunks/60867.js:11:66523)\n' +
' at async y.command (/app/projects/app/.next/server/chunks/60867.js:12:85028)\n' +
' at async c.executeCommand (/app/projects/app/.next/server/chunks/60867.js:12:26636)\n' +
' at async c.execute (/app/projects/app/.next/server/chunks/60867.js:12:12675)\n' +
' at async d (/app/projects/app/.next/server/chunks/60867.js:12:37727)\n' +
' at async p (/app/projects/app/.next/server/chunks/60867.js:12:35703)\n' +
' at async l._initialize (/app/projects/app/.next/server/chunks/60867.js:11:150552)\n' +
' at async l.cursorInit (/app/projects/app/.next/server/chunks/60867.js:11:145348)'
}
错误截图:

Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working