标签: next.js vercel
我在我的服务器中使用 Next.js v10.0.7 和 Node v14。
当我尝试部署到 Vercel 时,出现此错误。 Error: Unable to find lambda for route: /index 我正在使用 basePath: "/blog" 并且当我更改此配置时不会出现此错误,但是我需要此 basePath。
Error: Unable to find lambda for route: /index
basePath: "/blog"
我不明白这个错误。
这周我在 next.config.js 中没有进行任何更改,当我部署到 AWS 时,它运行良好。
next.config.js