Raspberry - Upload on larger Files never finishes

Using the latest Version of Cells (docker-compose with autoupdate) on a raspberry, I have the issue that the upload never finishes on lager files (say 7GB). It goes up to 100% and nothing happens.

I’ve increased the token lifetime but it didnt change anything.

Smaller files work.

I tried to disable multipart upload by increasing the values to 100GB but that didnt change anything either.

Thank you

Hi @Habaetscho

Is it a 32bit or 64bit system?

Multipart is useful for large file upload.

Best-practice: Keep part size small enough to be uploaded within token lifetime.