-
Notifications
You must be signed in to change notification settings - Fork 27.2k
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
14.0.4-canary.36 breaks build of turborepo on Vercel - Works up to 14.0.4-canary.35 #62425
Comments
Hi, can you provide additional context, is a folder that's prefixed with |
Hi @ijjk The Here are the logs when the build fails: https://gist.github.com/avitorio/6c2b65e5d3a39032500063e4cb1ebf7b And when I click on Redeploy on Vercel it works: https://gist.github.com/avitorio/8be24b8945e2714c6a7dbe2dc3fa35b2 I don't get why clicking Redeploy makes the build work, but not when it is triggered on commit via GitHub. Here are the static assets. Some people mentioned the big build was probably due to having too many static assets. https://github.com/avitorio/outstatic/tree/canary/apps/dev/public/ My /public amounts to 4mb. |
One thing that is also worth noting is that in the repo I have an examples folder ( The example deploys fine with next.js But the fact you mentioned the dot folder might be relevant since this has changed. |
Hi, can you confirm you are properly ignoring the |
Hey, thanks for the suggestion, but even with that ignore rule 14.0.4-canary.36 still breaks my build :/ I've mentioned in my last comment that the "The example deploys fine with next.js 14.0.4-canary.36 and above. Whereas the apps/dev install, which uses workspace:*". But I just realised that's not the case. It actually gives me the |
Link to the code that reproduces this issue
https://github.com/avitorio/outstatic
To Reproduce
Go to
/apps/dev/package.json
and setnext: 14.0.4-canary.36
run
pnpm install
Deploy it on vercel
You'll get:
Current vs. Expected behavior
Current: Build fails on Vercel when triggered via GitHub if
next: ^14.0.4-canary.36
and aboveExpected: Build completes on Vercel on
next: ^14.0.4-canary.35
Provide environment information
Which area(s) are affected? (Select all that apply)
Turbopack (--turbo)
Which stage(s) are affected? (Select all that apply)
Vercel (Deployed)
Additional context
I tested my reproduction against different canary releases, and the first one that introduced the bug was "14.0.4-canary.36", since reverting to "14.0.4-canary.35" works.
The text was updated successfully, but these errors were encountered: