【发布时间】:2021-04-02 03:42:53
【问题描述】:
当我将下一个 js 站点部署到 vercel 时遇到此构建错误
15:02:38 > Build error occurred
15:02:38 Error: Export encountered errors on following paths:
15:02:38 /about/undefined
15:02:38 at exportApp (/vercel/workpath0/node_modules/next/dist/export/index.js:30:1103)
15:02:38 at processTicksAndRejections (internal/process/task_queues.js:97:5)
15:02:38 at async /vercel/workpath0/node_modules/next/dist/build/index.js:39:69
15:02:38 at async /vercel/workpath0/node_modules/next/dist/build/tracer.js:1:525
我的网站没有名为 about 的页面,所以我真的不知道这个错误指的是什么。我尽可能多地检查以找到可靠的答案,但找不到。任何帮助表示赞赏!
【问题讨论】:
-
它是否有一个名为 about 的文件夹?我创建了一个文件夹,但没有在其中放置页面并且遇到了这个问题。如果有一个文件夹
pages/about/它仍然会尝试渲染它 -
不,它有一个名为 [category] 的文件夹,其中有 [slug].js
-
真的不知道从哪里来
-
你能告诉我你的文件结构吗?
-
带图片文件。