Skip to content

Request body larger than maxBodyLength limit #14

@hicaro

Description

@hicaro

I am trying to use the --next option to bundle all the maps within a zip file. I've been getting the following error:

Screen Shot 2021-06-11 at 2 45 18 PM

It fails to upload the zip file due to the body limit from axios. It does go well with the normal upload though (without using --next).

After checking your code, I see that the axios's maxBodyLength option is set to Infinity for the regular calls using the API utility service. However, the signed URL uploader is not using the same option as you may see it in this call

Thank you guys for putting together this CLI! Very handy and better than using cURL requests.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions