Cannot find module error when deploying to Vercel
I'm seeing the below error when deploying to Vercel. According the docs we should run
npm run build
before first, but seems that it tries to access the _generated
folder which is not part of the source.
You can also find a picture of the project configuration on Vercel.Using Convex with Vercel | Convex Developer Hub
Host your frontend on Vercel and your backend on Convex.
2 Replies