Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Deploying prebuilt app with GitHub actions causes Error: ENOENT: no such file or directory, lstat '/tmp/151498a2/bootstrap' #11273

Open
DiggidyDev opened this issue Mar 13, 2024 · 0 comments

Comments

@DiggidyDev
Copy link

Summary
I wanted to run tests against my API endpoint before deployments, so I moved the build+deployment process over to GitHub's CI. The general idea was:

  • Run tests for my API
  • Build app
  • Deploy app with the newly generated build artifacts

The history of GitHub workflow runs can be found here. All of the failing runs (numbers 1-6) result in this error - I tried a couple of things to get around it, such as forcing no build cache, but it didn't seem to have any effect.

Setup

  • Vercel CLI v33.5.5
  • Next v14.1.3
  • Go v1.18

How I'm getting around the error for now
For now, I'm not doing the build in GitHub Actions - I'm instead deploying directly to Vercel without using prebuilt files.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant