BREAKING: Since 0.22 update," Build Failed The Serverless Function "index" is 73.15mb which exceeds the maximum size limit of 50mb."
See original GitHub issueSince 0.22., the vercel builder does not work anymore. It errors with the message
Build Failed
The Serverless Function "index" is 73.15mb which exceeds the maximum size limit of 50mb.
Without me changing anything in the code. When I define an older version of vercel-builder manually in config:
{
"version": 2,
"builds": [
{
"src": "nuxt.config.js",
"use": "@nuxtjs/vercel-builder@0.21.3",
//...
}
]
}
it works like it should. Why is the 0.22 release breaking, and it’s not a major relase (going up to 1.x)? Since now all projects that haven’t defined a specific version of the vercel builder in config, will fail.
Issue Analytics
- State:
- Created 2 years ago
- Comments:15 (6 by maintainers)
Top Results From Across the Web
Since 0.22 update," Build Failed The Serverless Function ...
BREAKING : Since 0.22 update," Build Failed The Serverless Function "index" is 73.15mb which exceeds the maximum size limit of 50mb."
Read more >Do not add defaultProject if it is not in the users project list - Java ...
... list 3. log in the user and click on the "MyProject" index 4. in the dropdown you ... BREAKING: Since 0.22 update,"...
Read more >Use RETURNING/OUTPUT clause for UPDATE/DELETE - Dotnet ...
BREAKING : Since 0.22 update," Build Failed The Serverless Function "index" is 73.15mb which exceeds the maximum size limit of 50mb.
Read more >Nuxt Vercel-Builder Statistics & Issues - Codesti
BREAKING : Since 0.22 update," Build Failed The Serverless Function "index" is 73.15mb which exceeds the maximum size limit of 50mb.
Read more >Nuxt vercel-builder Issues - Giters
BREAKING: Since 0.22 update," Build Failed The Serverless Function "index" is 73.15mb which exceeds the maximum size limit of 50mb." Closed a year...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
I’ve also get the same error during my recent deployment using vercel-builder 0.23.0. Setting the version 0.21.3 works for me. Thanks!
Hi, thanks for the tip. But even flagging the version in vercel.json:
“use”: “@nuxtjs/vercel-builder@0.21.3”
I still get the error:
Error: The Serverless Function “index” is 91.84mb which exceeds the maximum size limit of 50mb.