I am trying to build and deploy a NextJS application using the Vercel CLI.
The strategy is to pre-build and then deploy the pre-built artifacts.
vercel build
vercel deploy --prebuilt
I am getting the following errors:
Any help would be much appreciated.