Fermulator
Fermulator
(issue can be closed)
i am also experiencing infinite upload loop since a recent update on Nov (it was working for years prior) effectively auto upload is enabled (photos and video) when app opens...
iOS nextcloud app 13.0.1 iOS 15.1 iPhone7 server version 19.0.8


Tried again with new app pass and after restarting phone no go What debug steps shall I proceed with?
https://github.com/nextcloud/ios/issues/960#issuecomment-543996678 Tried good idea, didn’t work
Is there a better way to raise attention to this? Who’s the owner of the iOS functionality? Or does it fall to open source community?
It is set correctly, yes ``` @nextcloud:/etc$ sudo grep https /srv/nextcloud/config/config.php 'overwriteprotocol' => 'https', 'overwrite.cli.url' => 'https://nextcloud', ``` EDIT: also back-updated the original post with full server-side details
> I got the same issue with NGINX reverse proxy, which was related to HTTP/2 handling of IOS devices. > > Solved it by adding `proxy_hide_header Upgrade;` within the location...