vault-ai icon indicating copy to clipboard operation
vault-ai copied to clipboard

Error: 413 | Request body size exceeds the limit

Open Shubham-Khichi opened this issue 1 year ago • 1 comments

Hi I am running the program locally and getting this error: Error: 413 | Request body size exceeds the limit whenever I upload a file of 26mb PDF. Please assist.

Shubham-Khichi avatar May 10 '23 01:05 Shubham-Khichi

increase the limit on vault-web-server/postapi/fileupload.go

and restart the server npm run start

for example to increase to 300MB

image

gianpaj avatar May 12 '23 10:05 gianpaj