-
Notifications
You must be signed in to change notification settings - Fork 77
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
Exceeds maximum size limit of 50mb #727
Comments
How did you fixed this @phadaphunk ? I'm having constantly same issues with nuxt2. |
@kmukku Didn't really, we switched SSR to false and moved a lot of packages to |
I was able to make it work with nuxt2 again by locking to version 0.22.1. Hope it will work for you too. vercel.json
|
@kmukku Thanks for the tip! We did try that, and it did reduce the package size a bit, but we were still a little bit over 😢 It is good to note that the new version does increase the size a bit 👀 |
In SSR mode I also had to rollback to 0.22.1 since the index function went up to 110MB. |
Actually, this is still relevant. |
Experiencing the same issue since October 28th. Rolling back to 0.22.1 fixes this issue for our project as well. |
Hello everybody, I am facing the same issue today while updating my packages. I'm rolling back to 0.22.1 thanks to @kmukku went from 18Mb to 156 Mb x) Bye |
similar problem here |
Hey folks, thanks for flagging. We'll work with the team on this 👍 |
The issue is the latest version of npm, which has a bug with installing dependencies in a symlink. Previously we pinned to an older version of the vercel build tools and raised the issue. See #636 for a description of the problem. Current workarounds are:
|
Hey, any news on this project? I'm still stuck on the deployment of my project :( |
This should be resolved in the latest version of this builder via #636 |
This problem still persists for me. Pinning the version to an older version doesn't work either because it apparently requires vercel to use node 14 (but our codebase and vercel project is on node 16). Any help is appreciated |
Hey @codeofsumit, you can still use Node.js 14 on Vercel. |
Sorry to hear you're still experiencing this. Would you open a new issue with a reproduction, so I can look into it? 🙏 |
@danielroe I have created a reproduction repo. While I haven't been able to get the exact error (yet), I still get an error and I'm stuck now. Repo: Error
|
(Reopening to track in case this is a regression.) @codeofsumit The issue is that you have a mismatch in your Vue versions (2.6 vs 2.7). I'm happy to push a fix to your |
@danielroe done. After your fix, I will continue to attempt deployment and will report back. |
@danielroe thanks for the fix. Now we have the issue we were looking for:
|
@codeofsumit Having checked your project and its build output, it doesn't seem like this isa bug with the builder or a regression of the linked issue here. (Just to confirm - you never used the builder successfully, right?) Rather, your app is just too big when processed with this bundler. You should move many of your dependencies to I would highly recommend that if you are using Nuxt 2 you consider Nuxt Bridge, which offers a much smaller output size and handles a lot of these issues. |
Hi,
Since the latest release (
0.23
), all deployments are failing with the following message :I rolled back to 0.22.1 and the deployment never goes over
49.99 mb
.Was this limit handled before and this change is expected?
The text was updated successfully, but these errors were encountered: