bruno icon indicating copy to clipboard operation
bruno copied to clipboard

AxiosError: maxContentLength size of -1 exceeded

Open PfisterFactor opened this issue 1 year ago • 2 comments

I have checked the following:

  • [X] I use the newest version of bruno.
  • [X] I've searched existing issues and found nothing related to my issue.

Describe the bug

When sending a request to my API endpoint (on AWS) I get this error:

Error invoking remote method 'send-http-request': AxiosError: maxContentLength size of -1 exceeded

I believe it could be related to this bug?

.bru file to reproduce the bug

No response

Screenshots/Live demo link

Screenshot 2024-06-11 at 1 29 09 PM

PfisterFactor avatar Jun 11 '24 18:06 PfisterFactor

I think it might have something to do with transfer-encoding: chunked

PfisterFactor avatar Jun 24 '24 19:06 PfisterFactor

same error here while calling streaming api

Freezaa9 avatar Aug 09 '24 13:08 Freezaa9

Could be related to - https://github.com/axios/axios/issues/4806. May be fixed with latest Axios?

gintsgints avatar Feb 12 '25 11:02 gintsgints

I'm hitting this issue too. Any solutions? I'm unable to use Bruno at the moment because of this.

binaryfire avatar Mar 07 '25 16:03 binaryfire

Could be that call is actually made, but Bruno fails to parse response?

gintsgints avatar Mar 08 '25 16:03 gintsgints