Error uploading a .csv file to Dockerized Nextcloud(version 26)

Hi guys,

I am facing issue while uploading a .csv file to the Nextcloud . The error I am getting is " unknow issue"…

Anyone faced the same? Your help will be much appreciated.

Thank you!

What’s the entire log message?

What does the entry in your nextcloud.logsay for the transaction?

Is this an uploading via the web interface, desktop client, mobile client, etc?

Can you upload other file types?

Hi @jtr

Thanks for you reply.

The issue has been resolved. I added below two parameter in the nginx configuration file inside nginx container:
client_max_body_size 5G;
client_body_buffer_size 500M;

Cheers!

1 Like