Build error originating in /var/task/sandbox.js

Hey, I’m trying to deploy a tiny change in my project, but the build errors out after 1s while setting up the build environment. Looking at Vercel’s status page, it appears everything is fine.

I’m on the hobby plan, so I can’t submit a ticket.

Is this a known issue?

Running build in Washington, D.C., USA (East) – iad1
...
Error: It's not possible to provide `stdio` in combination with one of `stdin`, `stdout`, `stderr`
at K$e (/var/task/sandbox.js:358:500)
at wze (/var/task/sandbox.js:358:9579)
at r7 (/var/task/sandbox.js:358:9819)
at ch.exports.command (/var/task/sandbox.js:358:11417)
at /var/task/sandbox.js:433:1219
at async iSr (/var/task/sandbox.js:433:528)
at async zxr (/var/task/sandbox.js:431:5834)
at async Promise.all (index 0)
at async uJe (/var/task/sandbox.js:431:4467)
at async fSr (/var/task/sandbox.js:434:2334)
1 Like

+1, also getting this issue.

It looks like it’s related to the Ignore Build option, at least for me, as explicitly skipping the Ignore Build step allows deployments to go through fine.

Seems you’re right about the workaround, thanks.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.