Axios demande le corps supérieur à la limite maxbodylengle
// Make sure to include the following field to the request config:
var config = {
...
maxBodyLength: Infinity,
...
};
Wide-eyed Fox