You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
Mobile nextcloud clients, authenticated with an app token (password token and enabled storeCryptedPassword on nextcloud server), get banned for checking existing files via HEAD.
To Reproduce
Install nextcloud behind nginx proxy. Connect nextcloud client via app token. Enable auto uploading of files (images for example) on nextcloud client on mobile device (Android, iPhone). The term auto uploading actually means synchronizing, checking for existing files and so on. The client gets banned after several tries with lots of following notices (404 on GET, 403 or 404 on HEAD and HEAD without status code):
brknkfr
changed the title
False positive: Nextcloud auto uploading from mobile clients (nextcloud behind nginx proxy)
False positive: Nextcloud auto uploading and synchronizing from mobile clients (nextcloud behind nginx proxy)
Aug 29, 2024
brknkfr
pushed a commit
to brknkfr/hub
that referenced
this issue
Aug 29, 2024
Describe the bug
Mobile nextcloud clients, authenticated with an app token (password token and enabled storeCryptedPassword on nextcloud server), get banned for checking existing files via
HEAD
.To Reproduce
Install nextcloud behind nginx proxy. Connect nextcloud client via app token. Enable auto uploading of files (images for example) on nextcloud client on mobile device (Android, iPhone). The term auto uploading actually means synchronizing, checking for existing files and so on. The client gets banned after several tries with lots of following notices (
404
onGET
,403
or404
onHEAD
andHEAD
without status code):HEAD
with403
:GET
with404
(File already disappeared on server.):HEAD
without status code (IPv6?):Expected behavior
Synchronizing and uploading files should work without getting banned.
The text was updated successfully, but these errors were encountered: