I would spend 55 minutes defining the problem and then five minutes solving it. (Albert Einstein)
Tag: build
See the content related to build...
Tuesday 2 May 2023
If you encounter the error 'Failed to collect page data for /[variable]' when you deploy your Next.js app on Vercel, it means that your app is trying to generate a page for a dynamic route but it fails. Here's how I fixe this error.