NextJS/Sanity: Error: 收集页面数据失败

huangapple go评论49阅读模式
英文:

NextJS/Sanity: Error: Failed to collect page data

问题

我有一个本地的 NextJS/Sanity 网站仓库,但我已将 Sanity 项目ID 设置为一个不同的空白 Sanity 项目,以避免覆盖现网站。

运行 npm run build 后,我收到以下错误信息:

错误:无法收集页面数据 /industries/[slug]

/pages/industries/[slug].tsx 文件存在

感谢帮助。

英文:

I have a local repo of a live NextJS/Sanity website, but I've set the Sanity projectID to a different blank Sanity project to avoid overwriting the live website.

After running npm run build, I receive an error

Error: Failed to collect page data for /industries/[slug]

/pages/industries/[slug].tsx exists

Help appreciated.

答案1

得分: 0

对于这个问题,再次克隆仓库并保留原始的Sanity项目ID解决了错误。

英文:

For what it's worth, cloning the repo again and keeping the original Sanity project ID resolved the error.

huangapple
  • 本文由 发表于 2023年2月27日 07:53:55
  • 转载请务必保留本文链接:https://go.coder-hub.com/75575749.html
匿名

发表评论

匿名网友

:?: :razz: :sad: :evil: :!: :smile: :oops: :grin: :eek: :shock: :???: :cool: :lol: :mad: :twisted: :roll: :wink: :idea: :arrow: :neutral: :cry: :mrgreen:

确定