英文:
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.
通过集体智慧和协作来改善编程学习和解决问题的方式。致力于成为全球开发者共同参与的知识库,让每个人都能够通过互相帮助和分享经验来进步。
评论