Skip to content

Error: A Serverless Function has exceeded the unzipped maximum size #5

Open
@Nakroma

Description

@Nakroma

Hey, first of all thanks for making this! I'm currently trying to deploy my quasar project with this, however I get stuck in the build step:

[info] Install dist dependencies took: 2219.621352 ms
[log]  ----------------- Collect artifacts ----------------- 
[info] Collect artifacts took: 20199.524769 ms
Build Completed in /vercel/output [45s]
Deploying outputs...
Error: A Serverless Function has exceeded the unzipped maximum size of 250 MB. : https://vercel.link/serverless-function-size

which is strange, since when I build the project locally with quasar build -m ssr && cd dist/ssr && npm i it comes out at about 80MB. Maybe this is because its installing the entire projects devDependencies in the beginning? But I don't know a lot about the Vercel deploy process.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions