-
Notifications
You must be signed in to change notification settings - Fork 30.2k
Closed as not planned
Closed as not planned
Copy link
Labels
bugIssue was opened via the bug report template.Issue was opened via the bug report template.lockedstaleThe issue has not seen recent activity.The issue has not seen recent activity.
Description
Link to the code that reproduces this issue
https://github.com/avitorio/outstatic
To Reproduce
- Clone the monorepo above
- Set up the project on Vercel with the following settings:
Build command: cd ../.. && pnpm turbo run build --scope=outstatic-dev-blog --include-dependencies --no-deps
Root directory: apps/dev
Go to /apps/dev/package.json and set next: 14.0.4-canary.36
run pnpm install
Deploy it on vercel
You'll get:
Error: A Serverless Function has exceeded the unzipped maximum size of 250 MB. : https://vercel.link/serverless-function-size
21:48:24.910
Current vs. Expected behavior
Current: Build fails on Vercel when triggered via GitHub if next: ^14.0.4-canary.36 and above
Expected: Build completes on Vercel on next: ^14.0.4-canary.35
Provide environment information
Node: 18 on VercelWhich 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.
Metadata
Metadata
Assignees
Labels
bugIssue was opened via the bug report template.Issue was opened via the bug report template.lockedstaleThe issue has not seen recent activity.The issue has not seen recent activity.