console
console copied to clipboard
An error occurred while uploading the file
with minio Version 2022-01-08T03:11:54Z
When uploading a large file of 20M through the browser, the error is: An error occurred while uploading the file.
error page
Could you please share the trace ?:
start mc admin trace <alias>
just before uploading the file and stop when the error is shown.
There will be something specific in the server logs as well..
Are you accessing the Console behind some nginx?
http code 499 , nginx is not used mc trace -a -v minio
this means console client time out ?
this means console client time out ?
Yes. Logs show that only 16MiB was uploaded
Yeah, it's just a timeout uploading from the client. Check if you are going through some another proxy here that is adding read socket timeouts here @binbinshi
i just run a minio server , doesn't have any other proxy ;
start cmd : ./minio server /mnts/data/minio --console-address :9001
is console client have some timeouts config ?
update minio to the newest version , Server minio
already running the most recent version 2022-01-08T03:11:54Z of MinIO
error still: Client disconnected before response was ready
i just run a minio server , doesn't have any other proxy ;
start cmd : ./minio server /mnts/data/minio --console-address :9001
is console client have some timeouts config ?
update minio to the newest version , Server
minio
already running the most recent version 2022-01-08T03:11:54Z of MinIO error still: Client disconnected before response was ready
Yeah this looks like a console connection read timeout of some sort. Let's check the timeouts in the code in this path.
All timeouts for uploads operations were removed. Please reopen if issue is still happening.