我试图将我的网站重新部署到vercel,我在我的webiste中添加了getServerSideProps,之后我得到了下面的错误,我不知道这意味着什么,我应该做什么来修复它?在本地主机上,该程序工作正常。
export async function getServerSideProps() { const res = a
将用Next JS编写的项目部署到Vercel之后,一些页面路径(如(xxx.vercel.app/first或/ second)显示"500: in Error“。在我的本地开发中,一切运行顺利,。然而,当我在Vercel上运行时,这是一个错误,所以我想得到一些关于如何修复它的建议。下面是我为该编写的每个页面路径的代码:
const dev = proce
我有一个带有依赖树的monorepo: package.json /api <--- requires node v16.x because of a criticaldependency /ui <--- requires node v14.x because Vercel does not yet supportv16.x /shared <---