-
Notifications
You must be signed in to change notification settings - Fork 76
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: The Serverless Function "index" is 52.75mb which exceeds the maximum size limit of 50mb. #658
Comments
Same issue! my package json it's quite simple |
Same here. Please provide feedback. Was someone able to fix this? |
This blogpost provided the solution for our project: https://dev.to/patzick/why-dependencies-matter-deploy-your-nuxt-ssr-universal-app-to-vercel-now-4ndp Would be nice if the vercel docs explained this. |
still exceeding 50mb (~52mb) |
This is an issue for us trying to deploy a tiny demo Nuxt app with a single component, only the following in
Not sure how we're expected to build a real application of any substance and deploy it with SSR? |
[log] ----------------- Install dependencies -----------------18:40:51.791 | Installing dependencies... |
Same |
Pushing to vercel fails with the error message:
My nuxt application is a simple application, uses apollo to query a strapi api.
I added a
vercel.json
file as mentioned here: https://nuxtjs.org/deployments/vercel/#ssr-with-vercelLooks like this:
I have a
.vercelignore
file as well:I contacted to vercel support, they said the problem is in vercel-builder.
I'm trying to achieve a server side rendered nuxt.
In case you need the full build log from vercel:
The text was updated successfully, but these errors were encountered: