Upload file error:400 Uploading failed due to invalid or corrupt file transfer

image version:10.10
storage:nfs

I use owncloud to upload files, there is an error that the upload fails, and it appears randomly.
In the owncloud.log I see some error messages:
“message”:“Size mis
match for chunk ‘/web-file-upload-5e32aa6fc17f9e0cd122e3162859ce9c-1676983748252/31457280’”}

“message”:“ignorin
g lock release with type 1 for files/262aa3983cae67a1ff59504e5a046bd3. Lock hasn’t been acquired before”

“message”:"Excep
tion: HTTP/1.1 400 Uploading failed due to invalid or corrupt file transfer.: {"Exception":"Sabre\\DAV\\Exception\\BadRequest","Message":"Up
loading failed due to invalid or corrupt file transfer.","Code":500,

Uploading: image.png…
Uploading: image.png(1)…

I run owncloud in k8s,use nodport method to publish to the user. i use nfs as storage
I would like to know why the file upload failed and how to solve it.

Looking forward to your reply