I can’t update storage record with many data I always get the message: “http: request body too large”
By default the console allows requests to contain up to 4KB.
Have a look at the console configuration options in the documentation. You’ll want to increase the console.max_message_size_bytes
to allow larger uploads.
1 Like
Hi. I increased console.max_message_size_bytes and still getting this error “ApiResponseException: http: request body too large”
This happening when I trying to send data to storage
@antonsedov You’re replying to an old thread that contains outdated information. I recommend you create a new thread with all your information there - definitely include the server version and details about the request you’re trying to make.