We use circle ci and vercel cli to build and deploy changes to our website, it stopped working today and started showing the following error on the console.
Running this command
vercel deploy --scope xxxxxxxx --prebuilt --archive=tgz --token=${VERCEL_TOKEN}
Vercel CLI 37.5.2
Deploying xxxxxxxx
Error: Request Entity Too Large
Exited with code exit status 1
We run multiple releases a day and this is currently making that impossible with circle ci, I can see the deployment as cancelled on the vercel dashboard
swarnava
(Swarnava Sengupta)
September 20, 2024, 2:51am
2
This is likely due to huge cache or similar. Are you able to deploy without cache? What is the file size are you deploying? For example, if you are using yarn
, you can run yarn cache clean
before deployment
Thanks @swarnava any idea what the limit is, the main issue is trying to do this on the pipeline and not seeing any feedback other than this error, I have tried clearing the node modules cache with npm cache clear --force but the error still remains
swarnava
(Swarnava Sengupta)
September 20, 2024, 1:03pm
4
How much file size are you uploading? I have seen often uploading 500-600 mb worked always
@swarnava Testing on local it looks like we have 4+gb, the website has more than 20k pages and we use ssg for about 8k of those pages
swarnava
(Swarnava Sengupta)
September 20, 2024, 4:42pm
6
Can you run --debug
parameter and share us the output of the upload size when you run vercel deploy
?
@swarnava here’s the result, it’s about 800mb
Vercel CLI 37.5.3
[debug] [2024-09-20T17:21:34.983Z] user supplied known subcommand: “deploy”
[debug] [2024-09-20T17:21:34.991Z] #1 → GET https://api.vercel.com/v2/user
[debug] [2024-09-20T17:21:35.279Z] #1 ← 200 OK: sfo1::tcqc6-1726852895198-de3bd5aeedbe [288ms]
[debug] [2024-09-20T17:21:35.281Z] #2 → GET https://api.vercel.com/v1/teams
[debug] [2024-09-20T17:21:35.364Z] #2 ← 200 OK: sfo1::tcqc6-1726852895312-c5cab17b2eaa [83ms]
[debug] [2024-09-20T17:21:35.400Z] Spinner invoked (Retrieving project…) with a 1000ms delay
[debug] [2024-09-20T17:21:35.401Z] #3 → GET https://api.vercel.com/teams/*****************************?teamId= *****************************
[debug] [2024-09-20T17:21:35.402Z] #4 → GET https://api.vercel.com/v9/projects/********************************?teamId= *****************************
[debug] [2024-09-20T17:21:35.482Z] #3 ← 200 OK: sfo1::tcqc6-1726852895435-ad42db7eb1fc [81ms]
[debug] [2024-09-20T17:21:35.680Z] #4 ← 200 OK: sfo1::fgcsz-1726852895556-258672825a76 [278ms]
[debug] [2024-09-20T17:21:36.245Z] Spinner invoked (Deploying testgorilla/tgo-website-poc) with a 0ms delay
[client-debug] 2024-09-20T17:21:36.245Z Creating deployment…
[client-debug] 2024-09-20T17:21:36.245Z Provided ‘path’ is a directory.
[client-debug] 2024-09-20T17:21:36.248Z Found 4 rules in .vercelignore
[client-debug] 2024-09-20T17:21:36.248Z Building file tree…
[client-debug] 2024-09-20T17:21:37.373Z Found 55457 files in the specified directory
[client-debug] 2024-09-20T17:21:37.373Z Packing tarball
[client-debug] 2024-09-20T17:23:45.408Z Packed tarball
[client-debug] 2024-09-20T17:23:46.846Z Yielding a ‘hashes-calculated’ event with 1 hashes
[client-debug] 2024-09-20T17:23:46.846Z Using provided API URL: https://api.vercel.com
[client-debug] 2024-09-20T17:23:46.846Z Using provided user agent: vercel 37.5.3 node-v22.4.1 linux (x64)
[client-debug] 2024-09-20T17:23:46.846Z Setting platform version to harcoded value 2
[client-debug] 2024-09-20T17:23:46.846Z Creating the deployment and starting upload…
[client-debug] 2024-09-20T17:23:46.847Z Determining necessary files for upload…
[client-debug] 2024-09-20T17:23:46.847Z Creating deployment
[client-debug] 2024-09-20T17:23:46.848Z Sending deployment creation API request
[client-debug] 2024-09-20T17:23:47.947Z Deployment response: {“error”:{“code”:“missing_files”,“message”:“Missing files”,“missing”:[“71b49ade5b1ef1bcee0e14def1677e7c37a23960”]}}
[client-debug] 2024-09-20T17:23:47.947Z Error: Deployment request status is 400
[client-debug] 2024-09-20T17:23:47.947Z 1 files are required to upload
[client-debug] 2024-09-20T17:23:47.947Z Yielding a ‘file-count’ event
[debug] [2024-09-20T17:23:47.947Z] Total files 1, 1 changed
[debug] [2024-09-20T17:23:47.948Z] Spinner invoked (Uploading [--------------------] (0.0B/879.6MB)) with a 0ms delay
[client-debug] 2024-09-20T17:23:47.948Z Building an upload list…
[client-debug] 2024-09-20T17:23:47.949Z Starting upload
[client-debug] 2024-09-20T17:23:47.959Z POST https://api.vercel.com/v2/files?teamId= *****************************
[debug] [2024-09-20T17:23:47.961Z] Spinner invoked (Uploading [--------------------] (16.0KB/879.6MB)) with a 0ms delay
[debug] [2024-09-20T17:23:47.961Z] Spinner invoked (Uploading [--------------------] (32.0KB/879.6MB)) with a 0ms delay
[debug] [2024-09-20T17:23:47.961Z] Spinner invoked (Uploading [--------------------] (48.0KB/879.6MB)) with a 0ms delay
[debug] [2024-09-20T17:23:47.961Z] Spinner invoked (Uploading [--------------------] (64.0KB/879.6MB)) with a 0ms delay
[debug] [2024-09-20T17:23:47.961Z] Spinner invoked (Uploading [--------------------] (80.0KB/879.6MB)) with a 0ms delay
[debug] [2024-09-20T17:23:47.961Z] Spinner invoked (Uploading [--------------------] (96.0KB/879.6MB)) with a 0ms delay
[debug] [2024-09-20T17:23:47.961Z] Spinner invoked (Uploading [--------------------] (112.0KB/879.6MB)) with a 0ms delay
[debug] [2024-09-20T17:23:47.962Z] Spinner invoked (Uploading [--------------------] (128.0KB/879.6MB)) with a 0ms delay
[debug] [2024-09-20T17:23:47.962Z] Spinner invoked (Uploading [--------------------] (144.0KB/879.6MB)) with a 0ms delay
[debug] [2024-09-20T17:23:47.962Z] Spinner invoked (Uploading [--------------------] (160.0KB/879.6MB)) with a 0ms delay
[debug] [2024-09-20T17:23:47.962Z] Spinner invoked (Uploading [--------------------] (176.0KB/879.6MB)) with a 0ms delay
[debug] [2024-09-20T17:23:47.962Z] Spinner invoked (Uploading [--------------------] (192.0KB/879.6MB)) with a 0ms delay
[debug] [2024-09-20T17:23:47.963Z] Spinner invoked (Uploading [--------------------] (208.0KB/879.6MB)) with a 0ms delay
[debug] [2024-09-20T17:23:47.963Z] Spinner invoked (Uploading [--------------------] (224.0KB/879.6MB)) with a 0ms delay
[debug] [2024-09-20T17:23:47.963Z] Spinner invoked (Uploading [--------------------] (240.0KB/879.6MB)) with a 0ms delay
[debug] [2024-09-20T17:23:47.963Z] Spinner invoked (Uploading [--------------------] (256.0KB/879.6MB)) with a 0ms delay
[debug] [2024-09-20T17:23:47.963Z] Spinner invoked (Uploading [--------------------] (272.0KB/879.6MB)) with a 0ms delay
[debug] [2024-09-20T17:23:47.963Z] Spinner invoked (Uploading [--------------------] (288.0KB/879.6MB)) with a 0ms delay
[debug] [2024-09-20T17:23:47.963Z] Spinner invoked (Uploading [--------------------] (304.0KB/879.6MB)) with a 0ms delay
[debug] [2024-09-20T17:23:47.963Z] Spinner invoked (Uploading [--------------------] (320.0KB/879.6MB)) with a 0ms delay
[debug] [2024-09-20T17:23:47.963Z] Spinner invoked (Uploading [--------------------] (336.0KB/879.6MB)) with a 0ms delay
[debug] [2024-09-20T17:23:47.963Z] Spinner invoked (Uploading [--------------------] (352.0KB/879.6MB)) with a 0ms delay
[debug] [2024-09-20T17:23:47.963Z] Spinner invoked (Uploading [--------------------] (368.0KB/879.6MB)) with a 0ms delay
[debug] [2024-09-20T17:23:47.963Z] Spinner invoked (Uploading [--------------------] (384.0KB/879.6MB)) with a 0ms delay
[debug] [2024-09-20T17:23:47.963Z] Spinner invoked (Uploading [--------------------] (400.0KB/879.6MB)) with a 0ms delay
[debug] [2024-09-20T17:23:47.963Z] Spinner invoked (Uploading [--------------------] (416.0KB/879.6MB)) with a 0ms delay
[debug] [2024-09-20T17:23:47.963Z] Spinner invoked (Uploading [--------------------] (432.0KB/879.6MB)) with a 0ms delay
[debug] [2024-09-20T17:23:47.963Z] Spinner invoked (Uploading [--------------------] (448.0KB/879.6MB)) with a 0ms delay
[debug] [2024-09-20T17:23:47.963Z] Spinner invoked (Uploading [--------------------] (464.0KB/879.6MB)) with a 0ms delay
[debug] [2024-09-20T17:23:47.964Z] Spinner invoked (Uploading [--------------------] (480.0KB/879.6MB)) with a 0ms delay
[debug] [2024-09-20T17:23:47.964Z] Spinner invoked (Uploading [--------------------] (496.0KB/879.6MB)) with a 0ms delay
[debug] [2024-09-20T17:23:47.964Z] Spinner invoked (Uploading [--------------------] (512.0KB/879.6MB)) with a 0ms delay
[debug] [2024-09-20T17:23:47.964Z] Spinner invoked (Uploading [--------------------] (528.0KB/879.6MB)) with a 0ms delay
[debug] [2024-09-20T17:23:47.964Z] Spinner invoked (Uploading [--------------------] (544.0KB/879.6MB)) with a 0ms delay
[debug] [2024-09-20T17:23:47.964Z] Spinner invoked (Uploading [--------------------] (560.0KB/879.6MB)) with a 0ms delay
[debug] [2024-09-20T17:23:47.964Z] Spinner invoked (Uploading [--------------------] (576.0KB/879.6MB)) with a 0ms delay
[debug] [2024-09-20T17:23:47.964Z] Spinner invoked (Uploading [--------------------] (592.0KB/879.6MB)) with a 0ms delay
[debug] [2024-09-20T17:23:47.964Z] Spinner invoked (Uploading [--------------------] (608.0KB/879.6MB)) with a 0ms delay
[debug] [2024-09-20T17:23:47.964Z] Spinner invoked (Uploading [--------------------] (624.0KB/879.6MB)) with a 0ms delay
[debug] [2024-09-20T17:23:47.964Z] Spinner invoked (Uploading [--------------------] (640.0KB/879.6MB)) with a 0ms delay
[debug] [2024-09-20T17:23:47.964Z] Spinner invoked (Uploading [--------------------] (656.0KB/879.6MB)) with a 0ms delay
[debug] [2024-09-20T17:23:47.964Z] Spinner invoked (Uploading [--------------------] (672.0KB/879.6MB)) with a 0ms delay
[debug] [2024-09-20T17:23:47.964Z] Spinner invoked (Uploading [--------------------] (688.0KB/879.6MB)) with a 0ms delay
[debug] [2024-09-20T17:23:47.964Z] Spinner invoked (Uploading [--------------------] (704.0KB/879.6MB)) with a 0ms delay
[debug] [2024-09-20T17:23:47.964Z] Spinner invoked (Uploading [--------------------] (720.0KB/879.6MB)) with a 0ms delay
[debug] [2024-09-20T17:23:47.964Z] Spinner invoked (Uploading [--------------------] (736.0KB/879.6MB)) with a 0ms delay
[debug] [2024-09-20T17:23:47.964Z] Spinner invoked (Uploading [--------------------] (752.0KB/879.6MB)) with a 0ms delay
[debug] [2024-09-20T17:23:47.964Z] Spinner invoked (Uploading [--------------------] (768.0KB/879.6MB)) with a 0ms delay
[debug] [2024-09-20T17:23:47.964Z] Spinner invoked (Uploading [--------------------] (784.0KB/879.6MB)) with a 0ms delay
[debug] [2024-09-20T17:23:47.964Z] Spinner invoked (Uploading [--------------------] (800.0KB/879.6MB)) with a 0ms delay
[debug] [2024-09-20T17:23:47.964Z] Spinner invoked (Uploading [--------------------] (816.0KB/879.6MB)) with a 0ms delay
[debug] [2024-09-20T17:23:47.964Z] Spinner invoked (Uploading [--------------------] (832.0KB/879.6MB)) with a 0ms delay
[debug] [2024-09-20T17:23:47.965Z] Spinner invoked (Uploading [--------------------] (848.0KB/879.6MB)) with a 0ms delay
[debug] [2024-09-20T17:23:47.965Z] Spinner invoked (Uploading [--------------------] (864.0KB/879.6MB)) with a 0ms delay
[debug] [2024-09-20T17:23:47.965Z] Spinner invoked (Uploading [--------------------] (880.0KB/879.6MB)) with a 0ms delay
[debug] [2024-09-20T17:23:47.965Z] Spinner invoked (Uploading [--------------------] (896.0KB/879.6MB)) with a 0ms delay
[debug] [2024-09-20T17:23:47.965Z] Spinner invoked (Uploading [--------------------] (912.0KB/879.6MB)) with a 0ms delay
[debug] [2024-09-20T17:23:47.965Z] Spinner invoked (Uploading [--------------------] (928.0KB/879.6MB)) with a 0ms delay
[debug] [2024-09-20T17:23:47.965Z] Spinner invoked (Uploading [--------------------] (944.0KB/879.6MB)) with a 0ms delay
[debug] [2024-09-20T17:23:47.965Z] Spinner invoked (Uploading [--------------------] (960.0KB/879.6MB)) with a 0ms delay
[debug] [2024-09-20T17:23:47.965Z] Spinner invoked (Uploading [--------------------] (976.0KB/879.6MB)) with a 0ms delay
[debug] [2024-09-20T17:23:47.965Z] Spinner invoked (Uploading [--------------------] (992.0KB/879.6MB)) with a 0ms delay
[debug] [2024-09-20T17:23:47.965Z] Spinner invoked (Uploading [--------------------] (1008.0KB/879.6MB)) with a 0ms delay
[debug] [2024-09-20T17:23:47.965Z] Spinner invoked (Uploading [--------------------] (1.0MB/879.6MB)) with a 0ms delay
[debug] [2024-09-20T17:23:47.965Z] Spinner invoked (Uploading [--------------------] (1.0MB/879.6MB)) with a 0ms delay
[debug] [2024-09-20T17:23:47.965Z] Spinner invoked (Uploading [--------------------] (1.0MB/879.6MB)) with a 0ms delay
[debug] [2024-09-20T17:23:47.965Z] Spinner invoked (Uploading [--------------------] (1.0MB/879.6MB)) with a 0ms delay
[debug] [2024-09-20T17:23:47.965Z] Spinner invoked (Uploading [--------------------] (1.1MB/879.6MB)) with a 0ms delay
[debug] [2024-09-20T17:23:47.965Z] Spinner invoked (Uploading [--------------------] (1.1MB/879.6MB)) with a 0ms delay
[debug] [2024-09-20T17:23:47.965Z] Spinner invoked (Uploading [--------------------] (1.1MB/879.6MB)) with a 0ms delay
[debug] [2024-09-20T17:23:47.965Z] Spinner invoked (Uploading [--------------------] (1.1MB/879.6MB)) with a 0ms delay
[debug] [2024-09-20T17:23:47.966Z] Spinner invoked (Uploading [--------------------] (1.1MB/879.6MB)) with a 0ms delay
[debug] [2024-09-20T17:23:47.966Z] Spinner invoked (Uploading [--------------------] (1.1MB/879.6MB)) with a 0ms delay
[debug] [2024-09-20T17:23:47.966Z] Spinner invoked (Uploading [--------------------] (1.2MB/879.6MB)) with a 0ms delay
[debug] [2024-09-20T17:23:47.966Z] Spinner invoked (Uploading [--------------------] (1.2MB/879.6MB)) with a 0ms delay
[debug] [2024-09-20T17:23:47.966Z] Spinner invoked (Uploading [--------------------] (1.2MB/879.6MB)) with a 0ms delay
[debug] [2024-09-20T17:23:47.966Z] Spinner invoked (Uploading [--------------------] (1.2MB/879.6MB)) with a 0ms delay
[debug] [2024-09-20T17:23:47.966Z] Spinner invoked (Uploading [--------------------] (1.2MB/879.6MB)) with a 0ms delay
[debug] [2024-09-20T17:23:47.966Z] Spinner invoked (Uploading [--------------------] (1.2MB/879.6MB)) with a 0ms delay
[debug] [2024-09-20T17:23:47.966Z] Spinner invoked (Uploading [--------------------] (1.3MB/879.6MB)) with a 0ms delay
[debug] [2024-09-20T17:23:47.966Z] Spinner invoked (Uploading [--------------------] (1.3MB/879.6MB)) with a 0ms delay
[debug] [2024-09-20T17:23:47.966Z] Spinner invoked (Uploading [--------------------] (1.3MB/879.6MB)) with a 0ms delay
[debug] [2024-09-20T17:23:47.966Z] Spinner invoked (Uploading [--------------------] (1.3MB/879.6MB)) with a 0ms delay
[debug] [2024-09-20T17:23:47.966Z] Spinner invoked (Uploading [--------------------] (1.3MB/879.6MB)) with a 0ms delay
[debug] [2024-09-20T17:23:47.966Z] Spinner invoked (Uploading [--------------------] (1.3MB/879.6MB)) with a 0ms delay
[debug] [2024-09-20T17:23:47.966Z] Spinner invoked (Uploading [--------------------] (1.3MB/879.6MB)) with a 0ms delay
[debug] [2024-09-20T17:23:47.966Z] Spinner invoked (Uploading [--------------------] (1.4MB/879.6MB)) with a 0ms delay
[debug] [2024-09-20T17:23:47.966Z] Spinner invoked (Uploading [--------------------] (1.4MB/879.6MB)) with a 0ms delay
[debug] [2024-09-20T17:23:47.966Z] Spinner invoked (Uploading [--------------------] (1.4MB/879.6MB)) with a 0ms delay
[debug] [2024-09-20T17:23:47.966Z] Spinner invoked (Uploading [--------------------] (1.4MB/879.6MB)) with a 0ms delay
[debug] [2024-09-20T17:23:47.966Z] Spinner invoked (Uploading [--------------------] (1.4MB/879.6MB)) with a 0ms delay
[debug] [2024-09-20T17:23:47.966Z] Spinner invoked (Uploading [--------------------] (1.4MB/879.6MB)) with a 0ms delay
[debug] [2024-09-20T17:23:47.966Z] Spinner invoked (Uploading [--------------------] (1.5MB/879.6MB)) with a 0ms delay
[debug] [2024-09-20T17:23:47.966Z] Spinner invoked (Uploading [--------------------] (1.5MB/879.6MB)) with a 0ms delay
[debug] [2024-09-20T17:23:47.966Z] Spinner invoked (Uploading [--------------------] (1.5MB/879.6MB)) with a 0ms delay
[debug] [2024-09-20T17:23:47.966Z] Spinner invoked (Uploading [--------------------] (1.5MB/879.6MB)) with a 0ms delay
[debug] [2024-09-20T17:23:47.966Z] Spinner invoked (Uploading [--------------------] (1.5MB/879.6MB)) with a 0ms delay
[debug] [2024-09-20T17:23:47.966Z] Spinner invoked (Uploading [--------------------] (1.5MB/879.6MB)) with a 0ms delay
[debug] [2024-09-20T17:23:47.967Z] Spinner invoked (Uploading [--------------------] (1.5MB/879.6MB)) with a 0ms delay
[debug] [2024-09-20T17:23:47.967Z] Spinner invoked (Uploading [--------------------] (1.6MB/879.6MB)) with a 0ms delay
[debug] [2024-09-20T17:23:47.967Z] Spinner invoked (Uploading [--------------------] (1.6MB/879.6MB)) with a 0ms delay
[debug] [2024-09-20T17:23:47.967Z] Spinner invoked (Uploading [--------------------] (1.6MB/879.6MB)) with a 0ms delay
[debug] [2024-09-20T17:23:47.967Z] Spinner invoked (Uploading [--------------------] (1.6MB/879.6MB)) with a 0ms delay
[debug] [2024-09-20T17:23:47.967Z] Spinner invoked (Uploading [--------------------] (1.6MB/879.6MB)) with a 0ms delay
[debug] [2024-09-20T17:23:47.968Z] Spinner invoked (Uploading [--------------------] (1.6MB/879.6MB)) with a 0ms delay
[debug] [2024-09-20T17:23:47.968Z] Spinner invoked (Uploading [--------------------] (1.7MB/879.6MB)) with a 0ms delay
[debug] [2024-09-20T17:23:47.968Z] Spinner invoked (Uploading [--------------------] (1.7MB/879.6MB)) with a 0ms delay
[debug] [2024-09-20T17:23:47.968Z] Spinner invoked (Uploading [--------------------] (1.7MB/879.6MB)) with a 0ms delay
[debug] [2024-09-20T17:23:47.968Z] Spinner invoked (Uploading [--------------------] (1.7MB/879.6MB)) with a 0ms delay
[debug] [2024-09-20T17:23:47.968Z] Spinner invoked (Uploading [--------------------] (1.7MB/879.6MB)) with a 0ms delay
[debug] [2024-09-20T17:23:47.968Z] Spinner invoked (Uploading [--------------------] (1.7MB/879.6MB)) with a 0ms delay
[debug] [2024-09-20T17:23:47.968Z] Spinner invoked (Uploading [--------------------] (1.8MB/879.6MB)) with a 0ms delay
[debug] [2024-09-20T17:23:47.968Z] Spinner invoked (Uploading [--------------------] (1.8MB/879.6MB)) with a 0ms delay
[debug] [2024-09-20T17:23:47.968Z] Spinner invoked (Uploading [--------------------] (1.8MB/879.6MB)) with a 0ms delay
[debug] [2024-09-20T17:23:47.968Z] Spinner invoked (Uploading [--------------------] (1.8MB/879.6MB)) with a 0ms delay
[debug] [2024-09-20T17:23:47.968Z] Spinner invoked (Uploading [--------------------] (1.8MB/879.6MB)) with a 0ms delay
[debug] [2024-09-20T17:23:48.059Z] Spinner invoked (Uploading [--------------------] (3.5MB/879.6MB)) with a 0ms delay
[debug] [2024-09-20T17:23:48.059Z] Spinner invoked (Uploading [--------------------] (3.6MB/879.6MB)) with a 0ms delay
[debug] [2024-09-20T17:23:48.059Z] Spinner invoked (Uploading [--------------------] (3.6MB/879.6MB)) with a 0ms delay
[debug] [2024-09-20T17:23:48.059Z] Spinner invoked (Uploading [--------------------] (3.6MB/879.6MB)) with a 0ms delay
[debug] [2024-09-20T17:23:48.059Z] Spinner invoked (Uploading [--------------------] (3.6MB/879.6MB)) with a 0ms delay
[debug] [2024-09-20T17:23:48.059Z] Spinner invoked (Uploading [--------------------] (3.6MB/879.6MB)) with a 0ms delay
[debug] [2024-09-20T17:23:48.059Z] Spinner invoked (Uploading [--------------------] (3.6MB/879.6MB)) with a 0ms delay
[debug] [2024-09-20T17:23:48.060Z] Spinner invoked (Uploading [--------------------] (3.7MB/879.6MB)) with a 0ms delay
[debug] [2024-09-20T17:23:48.060Z] Spinner invoked (Uploading [--------------------] (3.7MB/879.6MB)) with a 0ms delay
[debug] [2024-09-20T17:23:48.060Z] Spinner invoked (Uploading [--------------------] (3.7MB/879.6MB)) with a 0ms delay
[debug] [2024-09-20T17:23:48.060Z] Spinner invoked (Uploading [--------------------] (3.7MB/879.6MB)) with a 0ms delay
[debug] [2024-09-20T17:23:48.060Z] Spinner invoked (Uploading [--------------------] (3.7MB/879.6MB)) with a 0ms delay
[debug] [2024-09-20T17:23:48.060Z] Spinner invoked (Uploading [--------------------] (3.7MB/879.6MB)) with a 0ms delay
[debug] [2024-09-20T17:23:48.060Z] Spinner invoked (Uploading [--------------------] (3.8MB/879.6MB)) with a 0ms delay
[debug] [2024-09-20T17:23:48.060Z] Spinner invoked (Uploading [--------------------] (3.8MB/879.6MB)) with a 0ms delay
[debug] [2024-09-20T17:23:48.060Z] Spinner invoked (Uploading [--------------------] (3.8MB/879.6MB)) with a 0ms delay
[debug] [2024-09-20T17:23:48.060Z] Spinner invoked (Uploading [--------------------] (3.8MB/879.6MB)) with a 0ms delay
[debug] [2024-09-20T17:23:48.060Z] Spinner invoked (Uploading [--------------------] (3.8MB/879.6MB)) with a 0ms delay
[debug] [2024-09-20T17:23:48.060Z] Spinner invoked (Uploading [--------------------] (3.8MB/879.6MB)) with a 0ms delay
[debug] [2024-09-20T17:23:48.060Z] Spinner invoked (Uploading [--------------------] (3.8MB/879.6MB)) with a 0ms delay
[debug] [2024-09-20T17:23:48.060Z] Spinner invoked (Uploading [--------------------] (3.9MB/879.6MB)) with a 0ms delay
[debug] [2024-09-20T17:23:48.060Z] Spinner invoked (Uploading [--------------------] (3.9MB/879.6MB)) with a 0ms delay
[debug] [2024-09-20T17:23:48.060Z] Spinner invoked (Uploading [--------------------] (3.9MB/879.6MB)) with a 0ms delay
[debug] [2024-09-20T17:23:48.060Z] Spinner invoked (Uploading [--------------------] (3.9MB/879.6MB)) with a 0ms delay
[debug] [2024-09-20T17:23:48.060Z] Spinner invoked (Uploading [--------------------] (3.9MB/879.6MB)) with a 0ms delay
[debug] [2024-09-20T17:23:48.060Z] Spinner invoked (Uploading [--------------------] (3.9MB/879.6MB)) with a 0ms delay
[debug] [2024-09-20T17:23:48.060Z] Spinner invoked (Uploading [--------------------] (4.0MB/879.6MB)) with a 0ms delay
[debug] [2024-09-20T17:23:48.060Z] Spinner invoked (Uploading [--------------------] (4.0MB/879.6MB)) with a 0ms delay
[debug] [2024-09-20T17:23:48.060Z] Spinner invoked (Uploading [--------------------] (4.0MB/879.6MB)) with a 0ms delay
[debug] [2024-09-20T17:23:48.060Z] Spinner invoked (Uploading [--------------------] (4.0MB/879.6MB)) with a 0ms delay
[debug] [2024-09-20T17:23:48.061Z] Spinner invoked (Uploading [--------------------] (4.0MB/879.6MB)) with a 0ms delay
[debug] [2024-09-20T17:23:48.061Z] Spinner invoked (Uploading [--------------------] (4.0MB/879.6MB)) with a 0ms delay
[debug] [2024-09-20T17:23:48.061Z] Spinner invoked (Uploading [--------------------] (4.0MB/879.6MB)) with a 0ms delay
[debug] [2024-09-20T17:23:48.061Z] Spinner invoked (Uploading [--------------------] (4.1MB/879.6MB)) with a 0ms delay
[debug] [2024-09-20T17:23:48.061Z] Spinner invoked (Uploading [--------------------] (4.1MB/879.6MB)) with a 0ms delay
[debug] [2024-09-20T17:23:48.061Z] Spinner invoked (Uploading [--------------------] (4.1MB/879.6MB)) with a 0ms delay
[debug] [2024-09-20T17:23:48.061Z] Spinner invoked (Uploading [--------------------] (4.1MB/879.6MB)) with a 0ms delay
[debug] [2024-09-20T17:23:48.061Z] Spinner invoked (Uploading [--------------------] (4.1MB/879.6MB)) with a 0ms delay
[debug] [2024-09-20T17:23:48.061Z] Spinner invoked (Uploading [--------------------] (4.1MB/879.6MB)) with a 0ms delay
[debug] [2024-09-20T17:23:48.061Z] Spinner invoked (Uploading [--------------------] (4.2MB/879.6MB)) with a 0ms delay
[debug] [2024-09-20T17:23:48.061Z] Spinner invoked (Uploading [--------------------] (4.2MB/879.6MB)) with a 0ms delay
[debug] [2024-09-20T17:23:48.061Z] Spinner invoked (Uploading [--------------------] (4.2MB/879.6MB)) with a 0ms delay
[debug] [2024-09-20T17:23:48.061Z] Spinner invoked (Uploading [--------------------] (4.2MB/879.6MB)) with a 0ms delay
[debug] [2024-09-20T17:23:48.061Z] Spinner invoked (Uploading [--------------------] (4.2MB/879.6MB)) with a 0ms delay
[debug] [2024-09-20T17:23:48.061Z] Spinner invoked (Uploading [--------------------] (4.2MB/879.6MB)) with a 0ms delay
[debug] [2024-09-20T17:23:48.061Z] Spinner invoked (Uploading [--------------------] (4.3MB/879.6MB)) with a 0ms delay
[client-debug] 2024-09-20T17:23:48.129Z DONE in 170ms: POST https://api.vercel.com/v2/files?teamId= *****************************
[client-debug] 2024-09-20T17:23:48.129Z An internal error occurred in upload request. Not retrying…
[client-debug] 2024-09-20T17:23:48.129Z Other error, bailing: Request Entity Too Large
[client-debug] 2024-09-20T17:23:48.129Z Yielding a ‘error’ event
[debug] [2024-09-20T17:23:48.130Z] Error: Error: Request Entity Too Large
Error: Request Entity Too Large
at Now.handleDeploymentError (/usr/local/lib/node_modules/vercel/dist/index.js:108692:16)
at processDeployment (/usr/local/lib/node_modules/vercel/dist/index.js:108456:34)
at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
at async Now.create (/usr/local/lib/node_modules/vercel/dist/index.js:108579:28)
at async createDeploy (/usr/local/lib/node_modules/vercel/dist/index.js:105232:12)
at async deploy_default (/usr/local/lib/node_modules/vercel/dist/index.js:123540:22)
at async main14 (/usr/local/lib/node_modules/vercel/dist/index.js:153649:19)
Error: Request Entity Too Large
swarnava
(Swarnava Sengupta)
September 23, 2024, 4:58am
8
Thanks! It appears due to Function / Lambda size which is likely increased in your recent builds. Have you tried removing some dependencies or optimise to see if it helps?
swarnava
(Swarnava Sengupta)
September 24, 2024, 5:27am
9
Could you please perform a new deployment to test whether the Request Entity too Large
issue has been resolved?
We rolled out a fix earlier today and so far our internal testing has been successful.
Yes it works now, thank you @swarnava
system
(system)
Closed
September 26, 2024, 11:07am
11
This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.