They upgraded to Next.js 16.3 and added output: 'standalone' to next.config.ts. The build compiles and generates static pages fine, then fails at "Running onBuildComplete from Vercel" with Error: ENOENT: no such file or directory, open '/vercel/path0/.next/next-server.js.nft.json'. The identical config builds fine on next 16.2.x and passes locally with next build on 16.3. Reproduced on 16.3.0 and 16.3.1-canary.1 with Turbopack on Node 24.