-
Notifications
You must be signed in to change notification settings - Fork 1.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
BadRequest expected filesize during file sync in shared folder #762
Comments
I'm also having an issue with the nextcloud docker container. I've tried all of the suggested fixes (changing |
@JanMalte You can also enter the container by typing The first line in this file reads |
I've seen these errors too. I think this is a issue at the sync client. It seems the local database of sync clients has wrong entries for related files. The error disappeared after removing ._sync*.db file. Do not forget to shutdown sync client first! |
Removing This file is located in the Nextcloud folder where you put your files to be synced with server. |
Looks like that fixed it for me. Although it's kind of weird that problem, because it wasn't an issue in older versions of nextcloud client. |
Thanks, this got me on the right track. |
Oh man, I have done everything and all combos of editing the nginx configs, php, and default site configs. I thought deleting the db file was the trick and the sync literally teased me to the last 20 MB. I hate how much time I have had to spend on this when solutions like Immich actually listen to the config changes you make and just work. I am months, multiple updates, versions, types of deployments (including a full SQL deployment) and can't seem to get this working. I do think the .db files are a good rabbit hole but NC just keeps being finnicky. That, or there is a bug with the desktop sync client. Might try moving all my files to a phone and trying an upload from mobile to get everything up. |
Legit got excited, found that there was a .db-wal file that I removed as well. Sat in excitement as the file closed in on the full 256MB. It finished then I got the exact same error. 413.... Yeah I am lost. It may be one of the other .something files but at this point I don't think it is an issue with my install. Most likely something in my previously migrated data that is messing up the client. |
I'm using nextcloud docker image behind the https://github.com/jwilder/nginx-proxy
Using the nextcloud-desktop client to sync my files, I'm getting a BadRequest response for larger files. The file is about 25M. This only happens if the folder is shared.
Exception
Headers
The
client_max_body_size
is already set to10G
for the nginx-proxy and the nextcloud-web nginx server.This is maybe related or duplicate of:
The text was updated successfully, but these errors were encountered: