Hi Team, I got the following error executing this command line:
OVSX_PAT=... ovsx publish --debug -i ./extensions/aaa.vsix
Error: The server responded with status 413: Request Entity Too Large
at statusError (/Users/glodieu/.nvm/versions/node/v20.18.1/lib/node_modules/ovsx/lib/util.js:108:16)
at IncomingMessage. (/Users/glodieu/.nvm/versions/node/v20.18.1/lib/node_modules/ovsx/lib/registry.js:191:51)
at IncomingMessage.emit (node:events:530:35)
at endReadableNT (node:internal/streams/readable:1698:12)
at process.processTicksAndRejections (node:internal/process/task_queues:82:21)
This is the file size:
-rw-r--r-- 1 aaa staff 290147344 Mar 21 10:16 aaa.vsix
290MB
Thanks for your help!