Closed tpinne closed 2 years ago
thanks for opening the issue @tpinne! unfortunately i'm not having much luck recreating the issue. It'd be helpful if you could isolate it in a repro repo that you could provide, but i appreciate that it's not always easy to do. looking at the provided commands and logs, nothing looks out of the ordinary
This issue has been automatically marked as stale because it hasn't had any recent activity. It will be closed in 14 days if no further activity occurs. If we missed this issue please reply to keep it active. Thanks for being a part of the Nx community! 🙏
I seem to have the same issue. The project is very minimal (about 5 files), deploying it on Vercel produces this: After i try redeploying without checking the option to use Vercel's cache, it deploys correctly.
I have the same issue. But sometimes I receive this issue as well:
We are getting the same issue with v12.1.6. Are there any updates on this?
Hey, I don’t have any updates on this. Since this issue appeared I have disabled the build cache on vercel and nx.
On 21 Jul 2022, at 18:21, Pablo Dávila @.***> wrote:
We are getting the same issue with v12.1.6. Are there any updates on this?
— Reply to this email directly, view it on GitHub https://github.com/nrwl/nx/issues/8294#issuecomment-1191691305, or unsubscribe https://github.com/notifications/unsubscribe-auth/ANCTKB2OKJBYFZTS54LR2K3VVF2H7ANCNFSM5KVNMSEA. You are receiving this because you commented.
Hello,
This issue is still active on our repo. We have followed the documentation without success. We can get a successful build but only after a redeploy skipping cache.
Same issue here
This issue has been closed for more than 30 days. If this issue is still occuring, please open a new issue with more recent context.
Current Behavior
If I push a new commit vercel deploys my application automatically including the vercel build cache and the build fails by not finding a local (nx) library (see failure log below). If I do a redeploy without the build cache the deployment works fine.
Expected Behavior
A functioning build everytime even with the vercel build cache.
Steps to Reproduce
Not able to provide a mini-repo or something. It's the app
scraping
.workspace.json
project.json
The
"implicitDependencies": ["prisma-client"],
was a try to solve the problem.Failure Logs
Succeeding log without the vercel build cache
Environment