question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

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 issue

Since 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:closed
  • Created 2 years ago
  • Comments:15 (6 by maintainers)

github_iconTop GitHub Comments

1reaction
azelalynetancommented, Nov 4, 2022

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!

1reaction
jeanpierreribeirocommented, Oct 27, 2021

Since 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.

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.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found