FastGPT is a knowledge-based platform built on the LLMs, offers a comprehensive suite of out-of-the-box capabilities such as data processing, RAG retrieval, and visual AI workflow orchestration, letting you easily develop and deploy complex question-answering systems without the need for extensive setup or configuration.
# 日志报错如下
Init system error Error: ENOENT: no such file or directory, open '/app/projects/app/.next/proto/proto/schema.proto'
at Object.openSync (node:fs:573:18)
at Object.readFileSync (node:fs:452:35)
at f (/app/projects/app/.next/server/chunks/32490.js:45:64809)
at d.e [as load] (/app/projects/app/.next/server/chunks/32490.js:45:65047)
at d.loadSync (/app/projects/app/.next/server/chunks/32490.js:45:65169)
at Object.s [as loadSync] (/app/projects/app/.next/server/chunks/32490.js:45:40190)
at new f (/app/projects/app/.next/server/chunks/32490.js:35:41549)
at new a (/app/projects/app/.next/server/chunks/32490.js:35:44021)
at new o (/app/projects/app/.next/server/chunks/32490.js:35:52044)
at new o (/app/projects/app/.next/server/chunks/32490.js:35:67911) {
errno: -2,
code: 'ENOENT',
syscall: 'open',
path: '/app/projects/app/.next/proto/proto/schema.proto'
例行检查
你的版本
问题描述, 日志截图 fastgpt升级到3.8.14后,docker无法启动,报错如下
复现步骤 升级fastgpt至3.8.14 预期结果 正常启动 相关截图