-
-
Notifications
You must be signed in to change notification settings - Fork 72
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
Error: undefinedVercel CLI 31.0.1 #367
Comments
Same issue: https://github.com/ever-co/ever-teams/actions/runs/5558865924/jobs/10154407173#step:6:17 UPDATE: we solved it by disabling the Build Cache in Vercel, see https://vercel.com/docs/concepts/deployments/troubleshoot-a-build#managing-build-cache. More specifically in the Vercel environment vars we added VERCEL_FORCE_NO_BUILD_CACHE and set it to 1. |
Could you confirm if this environment variable could be set via the BUILD_ENV or have you set it directly in Vercel? |
@MartinLupa we set it directly in Vercel via UI |
This issue suddenly appeared again in our project, even after setting the mentioned environment variable. Is there any update on the possible solutions? |
@MartinLupa Yeah environment variable & making sure the committer's git identity email is set in his github profile should help. |
I have |
Recently, we started getting this more occasionally (sometimes it works, sometimes it doesn't).
The text was updated successfully, but these errors were encountered: