labring / FastGPT

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.
https://tryfastgpt.ai
Other
18.68k stars 4.93k forks source link

升级3.8.14报错Init system error Error: ENOENT: no such file or directory, open '/app/projects/app/.next/proto/proto/schema.proto' #3245

Closed 459359351 closed 4 days ago

459359351 commented 5 days ago

例行检查

你的版本

问题描述, 日志截图 fastgpt升级到3.8.14后,docker无法启动,报错如下

# 日志报错如下
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 预期结果 正常启动 相关截图

image
c121914yu commented 5 days ago

啥环境?可以去 nextjs 搜下有没有类似问题。

c121914yu commented 4 days ago

https://github.com/labring/FastGPT/releases/tag/v4.8.14-milvus-fix milvus 版本问题,可以等镜像构建完,用这个镜像。