bruno
bruno copied to clipboard
AxiosError: maxContentLength size of -1 exceeded
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
I think it might have something to do with transfer-encoding: chunked
same error here while calling streaming api
Could be related to - https://github.com/axios/axios/issues/4806. May be fixed with latest Axios?
I'm hitting this issue too. Any solutions? I'm unable to use Bruno at the moment because of this.
Could be that call is actually made, but Bruno fails to parse response?