when I'm trying to make the request with a file of more than 30Mb to gatsby js function throw Axios. I get an error 413 entity too large. Can I somehow increase the request size? I tried add to Axios config this :
maxContentLength: Infinity,
maxBodyLength: Infinity,
but it does not help.
The request is larger than the server is willing or able to process. Compress your file to make it smaller. (ZIP, PDF,...)