My Next.js 16 build completes successfully but fails during file tracing with this error:
Error: ENOENT: no such file or directory, open ‘/vercel/path0/.next/server/app/_global-error.rsc’
Environment:
- Next.js: 16.0.10 (Turbopack)
- Build completed successfully with all 51 pages generated
- TypeScript compilation passed
- Build region: Washington DC (iad1)
Has anyone encountered this issue with Next.js 16 on Vercel? Do I need to create a global-error.tsx file in my app directory, or is this a build configuration problem?