tool · inferred from evidence
Turbopack
A Rust-based build tool for JavaScript and TypeScript applications.
- ENOENT .next/next-server.js.nft.json on Vercel with output standalone on Next.js 16.3
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 '/ve
- Can't find stylesheet to import after upgrading to Next.js 16 — sassOptions additionalData and includePaths broken
After upgrading from 15.5.3 to 16.0.0, npm run dev fails with a build error on a .module.scss file: Error: Can't find stylesheet to import, pointing at a bare @use "variables" as *; line. Their next.config.ts used sassOptions with includePa
- TypeError: e._formData.get is not a function when calling a Server Action in Next.js
Calling a server action from a client component throws TypeError: e._formData.get is not a function. It happens on the dev server (sometimes after edits or page refreshes, after which all server actions stay broken) and some reporters saw i