Nextcloud app on Android keeps loading

I have logged in as admin. If I have longer break (few hours) when I use Nextcloud android app it just keeps loadin after finger print check. I have to pick something from the menu to stop loading.
Newest app
Nextcloud 13.0.1

access.log

12.345.678.90 - admin [21/Mar/2018:06:43:19 +0000] “GET /index.php/avatar/admin/512 HTTP/1.1” 304 0 “-” "Mozilla/5.0 (A
ndroid) ownCloud-android/3.0.3"
12.345.678.90 - admin [21/Mar/2018:06:43:19 +0000] “GET /ocs/v1.php/cloud/users/admin?format=json HTTP/1.1” 200 373 “-”
"Mozilla/5.0 (Android) ownCloud-android/3.0.3"
12.345.678.90 - admin [21/Mar/2018:06:43:26 +0000] “GET /index.php/avatar/admin/512 HTTP/1.1” 304 0 “-” "Mozilla/5.0 (A
ndroid) ownCloud-android/3.0.3"
12.345.678.90 - admin [21/Mar/2018:06:48:17 +0000] “GET /index.php/204 HTTP/1.1” 204 0 “-” "Mozilla/5.0 (Android) ownCl
oud-android/3.0.3"
12.345.678.90 - admin [21/Mar/2018:06:48:17 +0000] “GET /index.php/204 HTTP/1.1” 204 0 “-” "Mozilla/5.0 (Android) ownCl
oud-android/3.0.3"
12.345.678.90 - admin [21/Mar/2018:06:43:19 +0000] “GET /ocs/v1.php/cloud/users/admin?format=json HTTP/1.1” 200 373 “-”
"Mozilla/5.0 (Android) ownCloud-android/3.0.3"
12.345.678.90 - admin [21/Mar/2018:06:43:26 +0000] “GET /ocs/v1.php/cloud/users/admin?format=json HTTP/1.1” 200 373 “-”
"Mozilla/5.0 (Android) ownCloud-android/3.0.3"
12.345.678.90 - admin [21/Mar/2018:06:43:26 +0000] “GET /status.php HTTP/1.1” 200 157 “-” "Mozilla/5.0 (Android) ownClo
ud-android/3.0.3"
12.345.678.90 - admin [21/Mar/2018:06:43:27 +0000] “GET /ocs/v1.php/cloud/capabilities?format=json HTTP/1.1” 200 1688 “
-” "Mozilla/5.0 (Android) ownCloud-android/3.0.3"
12.345.678.90 - admin [21/Mar/2018:06:43:27 +0000] “GET /ocs/v1.php/cloud/user?format=json HTTP/1.1” 200 374 “-” "Mozil
la/5.0 (Android) ownCloud-android/3.0.3"
12.345.678.90 - admin [21/Mar/2018:06:43:27 +0000] “PROPFIND /remote.php/webdav/ HTTP/1.1” 207 773 “-” "Mozilla/5.0 (An
droid) Nextcloud-android/3.0.3"
12.345.678.90 - admin [21/Mar/2018:06:43:28 +0000] “GET /ocs/v2.php/apps/files_sharing/api/v1/shares?path=%2F&reshares=
true&subfiles=true HTTP/1.1” 200 138 “-” “Mozilla/5.0 (Android) ownCloud-android/3.0.3”

Why time stamp is 43 and 48?
Is this forever loading normal?

Did some testing and in english I can’t reproduce issue. At least not yet. Can this be localization issue?
The ‘loading’ may be originally ‘redirecting’. Loading is my direct translation back to english.

Any idea why log’s time stamp is 21/Mar/2018:06:43:26 +0000 then 21/Mar/2018:06:48:17 +0000 and after that 21/Mar/2018:06:43:19 +0000

Now it happened with english version. And yes, it’s ‘loading’ and nothing else in english version too.

cc @tobiasKaminsky

I have loglevel 0, but nextcloud.log shows nothing except cron jobs.
Monitoring shows there’s some kind of connection when using android app and it’s goes Loading … right away.
Sometimes android app works great sometimes it’s Loading … I have to choose something from the menu to stop it.
When it is working like it should, I can make it sometimes “Loading …” if I go to Shared or Favourites. When “Loading …” if I go to All files it shows folders but white dots are moving right just above folders. Is it like “Loading …”? I’ve been waiting to Loading stop. It won’t at least in 10 minutes.

I’m stuck. Can’t find any infomation what is causing this.
Is it my config?

    <?php
$CONFIG = array (
  'instanceid' => '',
  'passwordsalt' => '',
  'secret' => '',
  'trusted_domains' =>
  array (
    0 => 'domain.com',
  ),
  'loglevel' => 0,
  'datadirectory' => '/home/domain.com/data',
  'overwrite.cli.url' => 'https://domain.com',
  'dbtype' => 'mysql',
  'version' => '13.0.1.1',
  'dbname' => 'base',
  'dbhost' => 'localhost:3300',
  'dbport' => '',
  'dbtableprefix' => 'oc_',
  'mysql.utf8mb4' => true,
  'dbuser' => 'ncuse',
  'dbpassword' => 'xxyyxx',
  'installed' => true,
  'memcache.local' => '\\OC\\Memcache\\Redis',
  'filelocking.enabled' => 'true',
  'memcache.locking' => '\\OC\\Memcache\\Redis',
  'redis' =>
  array (
    'host' => '/tmp/redis.sock',
    'port' => 0,
    'timeout' => 0.0,
  ),
  'mail_from_address' => 'no-reply',
  'mail_smtpmode' => 'php',
  'mail_smtpauthtype' => 'LOGIN',
  'mail_domain' => 'domain.com',
  'updater.release.channel' => 'stable',
  'mail_smtphost' => '127.0.0.1',
  'mail_smtpport' => 25,
  'mail_smtptimeout' => 30,
  'mail_smtpsecure' => 'TLS',
  'mail_smtpauth' => false,
  'mail_smtpname' => '',
  'mail_smtppassword' => '',
  'maintenance' => false,
);

Is Redis too heavy for family use…? No ideas what to do. Can someone help?

access.log

12.34.56.789 - admin [23/Mar/2018:11:01:21 +0000] "GET /index.php/avatar/admin/512 HTTP/1.1" 304 0 "-" "Mozilla/5.0 (Android) ownCloud-android/3.0.3"
12.34.56.789 - admin [23/Mar/2018:11:01:23 +0000] "GET /ocs/v1.php/cloud/users/admin?format=json HTTP/1.1" 200 373 "-" "Mozilla/5.0 (Android) ownCloud-android/3.0.3"
12.34.56.789 - admin [23/Mar/2018:11:01:23 +0000] "GET /index.php/avatar/admin/512 HTTP/1.1" 304 0 "-" "Mozilla/5.0 (Android) ownCloud-android/3.0.3"
12.34.56.789 - admin [23/Mar/2018:11:01:24 +0000] "GET /status.php HTTP/1.1" 200 157 "-" "Mozilla/5.0 (Android) ownCloud-android/3.0.3"
12.34.56.789 - admin [23/Mar/2018:11:01:24 +0000] "GET /ocs/v1.php/cloud/capabilities?format=json HTTP/1.1" 200 1688 "-" "Mozilla/5.0 (Android) ownCloud-android/3.0.3"
12.34.56.789 - admin [23/Mar/2018:11:01:24 +0000] "GET /ocs/v1.php/cloud/user?format=json HTTP/1.1" 200 374 "-" "Mozilla/5.0 (Android) ownCloud-android/3.0.3"
12.34.56.789 - admin [23/Mar/2018:11:01:24 +0000] "PROPFIND /remote.php/webdav/ HTTP/1.1" 207 773 "-" "Mozilla/5.0 (Android) Nextcloud-android/3.0.3"
12.34.56.789 - admin [23/Mar/2018:11:01:24 +0000] "GET /ocs/v2.php/apps/files_sharing/api/v1/shares?path=%2F&reshares=true&subfiles=true HTTP/1.1" 200 138 "-" "Mozilla/5.0 (Android) ownCloud-android/3.0.3"
12.34.56.789 - admin [23/Mar/2018:11:01:34 +0000] "GET /ocs/v1.php/cloud/users/admin?format=json HTTP/1.1" 200 373 "-" "Mozilla/5.0 (Android) ownCloud-android/3.0.3"
12.34.56.789 - admin [23/Mar/2018:11:01:34 +0000] "GET /ocs/v1.php/cloud/users/admin?format=json HTTP/1.1" 200 373 "-" "Mozilla/5.0 (Android) ownCloud-android/3.0.3"
12.34.56.789 - admin [23/Mar/2018:11:01:35 +0000] "OPTIONS /remote.php/dav HTTP/1.1" 200 0 "-" "Mozilla/5.0 (Android) ownCloud-android/3.0.3"
12.34.56.789 - admin [23/Mar/2018:11:01:35 +0000] "SEARCH /remote.php/dav HTTP/1.1" 207 294 "-" "Mozilla/5.0 (Android) ownCloud-android/3.0.3"
12.34.56.789 - admin [23/Mar/2018:11:01:35 +0000] "SEARCH /remote.php/dav HTTP/1.1" 207 294 "-" "Mozilla/5.0 (Android) ownCloud-android/3.0.3"
12.34.56.789 - admin [23/Mar/2018:11:01:35 +0000] "GET /status.php HTTP/1.1" 200 157 "-" "Mozilla/5.0 (Android) ownCloud-android/3.0.3"
12.34.56.789 - admin [23/Mar/2018:11:01:35 +0000] "GET /ocs/v1.php/cloud/capabilities?format=json HTTP/1.1" 200 1688 "-" "Mozilla/5.0 (Android) ownCloud-android/3.0.3"
12.34.56.789 - admin [23/Mar/2018:11:01:35 +0000] "GET /ocs/v1.php/cloud/user?format=json HTTP/1.1" 200 374 "-" "Mozilla/5.0 (Android) ownCloud-android/3.0.3"
12.34.56.789 - admin [23/Mar/2018:11:01:35 +0000] "PROPFIND /remote.php/webdav/ HTTP/1.1" 207 773 "-" "Mozilla/5.0 (Android) Nextcloud-android/3.0.3"
12.34.56.789 - admin [23/Mar/2018:11:01:35 +0000] "GET /ocs/v2.php/apps/files_sharing/api/v1/shares?path=%2F&reshares=true&subfiles=true HTTP/1.1" 200 138 "-" "Mozilla/5.0 (Android) ownCloud-android/3.0.3"
12.34.56.789 - admin [23/Mar/2018:11:01:34 +0000] "GET /index.php/avatar/admin/512 HTTP/1.1" 304 0 "-" "Mozilla/5.0 (Android) ownCloud-android/3.0.3"
12.34.56.789 - admin [23/Mar/2018:11:01:34 +0000] "OPTIONS /remote.php/dav HTTP/1.1" 200 0 "-" "Mozilla/5.0 (Android) ownCloud-android/3.0.3"

Operating System: CentOS Linux 7 (Core)
Kernel: Linux 2.6.32-042stab126.2
Architecture: x86-64
10.1.31-MariaDB MariaDB Server
nginx version: nginx/1.13.9
PHP 7.2.3
Zend Engine v3.2.0, Copyright (c) 1998-2018 Zend Technologies with Zend OPcache v7.2.3
Redis server v=4.0.8
Nextcloud 13.0.1
Android app 3.0.3 locked with finger print
Samsung S8 with Android 8.0.0

edit
Pc and phone got logged to access.log with a time difference. Normal?

pc.ip.add.res - - [23/Mar/2018:11:24:17 +0000] "GET /ocs/v2.php/apps/notifications/api/v2/notifications HTTP/2.0" 200 376 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:59.0) Gecko/20100101 Firefox/59.0"
pho.ne.ip.add - admin [23/Mar/2018:11:20:27 +0000] "GET /index.php/avatar/admin/512 HTTP/1.1" 304 0 "-" "Mozilla/5.0 (Android) ownCloud-android/3.0.3"
pho.ne.ip.add - admin [23/Mar/2018:11:21:34 +0000] "GET /index.php/204 HTTP/1.1" 204 0 "-" "Mozilla/5.0 (Android) ownCloud-android/3.0.3"
pho.ne.ip.add - admin [23/Mar/2018:11:21:34 +0000] "GET /index.php/204 HTTP/1.1" 204 0 "-" "Mozilla/5.0 (Android) ownCloud-android/3.0.3"
pc.ip.add.res - - [23/Mar/2018:11:24:48 +0000] "GET /ocs/v2.php/apps/notifications/api/v2/notifications HTTP/2.0" 200 376 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:59.0) Gecko/20100101 Firefox/59.0"

Log from the phone. Line with stars is the time when it just keeps loading. Loading stopped by going to settings.

2018/03/23 22:59:55
LogHistoryActivity : onPause() ending

2018/03/23 22:59:55
Preferences : onStart() starting

2018/03/23 22:59:55
Preferences : onResume() starting

2018/03/23 22:59:55
LogHistoryActivity : onStop() ending

2018/03/23 22:59:55
LogHistoryActivity : onDestroy() ending

2018/03/23 23:00:01
Preferences : onPause() ending

2018/03/23 23:00:01
FileDisplayActivity : onDestroy() ending

2018/03/23 23:00:01
FileDisplayActivity : onCreate() start

2018/03/23 23:00:01
FileDisplayActivity : onCreate(Bundle) starting

2018/03/23 23:00:01
FileDisplayActivity : onStart() starting

2018/03/23 23:00:01
OwnCloudClient #13 : REQUEST GET /ocs/v1.php/cloud/user

2018/03/23 23:00:01
Avatar : URI: https://domain.com/index.php/avatar/test/512

2018/03/23 23:00:01
OwnCloudClient #13 : REQUEST GET /index.php/avatar/test/512

2018/03/23 23:00:01
AdvancedSslSocketFactory : Creating SSL Socket with remote domain.com:443, local null:0, params: org.apache.commons.httpclient.params.HttpConnectionParams@927aaeb

2018/03/23 23:00:01
AdvancedSslSocketFactory :  ... with connection timeout 60000 and socket timeout 60000

2018/03/23 23:00:01
AdvancedSslSocketFactory : Creating SSL Socket with remote domain.com:443, local null:0, params: org.apache.commons.httpclient.params.HttpConnectionParams@129dd9c

2018/03/23 23:00:01
AdvancedSslSocketFactory :  ... with connection timeout 60000 and socket timeout 60000

2018/03/23 23:00:01
ServerNameIndicator : SNI done, hostname: domain.com

2018/03/23 23:00:01
ServerNameIndicator : SNI done, hostname: domain.com

2018/03/23 23:00:01
FileDisplayActivity : Initializing Fragments in onAccountChanged..

2018/03/23 23:00:01
FileDisplayActivity : Access to unexisting list of files fragment!!

2018/03/23 23:00:01
FileDisplayActivity : Still have a chance to lose the initializacion of list fragment >(

2018/03/23 23:00:01
ExternalLinks : links disabled

2018/03/23 23:00:01
OwnCloudClient #13 : REQUEST GET /ocs/v1.php/cloud/user

2018/03/23 23:00:01
AdvancedSslSocketFactory : Creating SSL Socket with remote domain.com:443, local null:0, params: org.apache.commons.httpclient.params.HttpConnectionParams@4704165

2018/03/23 23:00:01
AdvancedSslSocketFactory :  ... with connection timeout 60000 and socket timeout 60000

2018/03/23 23:00:01
ServerNameIndicator : SNI done, hostname: domain.com

2018/03/23 23:00:01
FileDisplayActivity : Access to unexisting list of files fragment!!

2018/03/23 23:00:01
FileDisplayActivity : onResume() start

2018/03/23 23:00:01
FileDisplayActivity : onResume() starting

2018/03/23 23:00:01
OCFileListFragment : onAttach

2018/03/23 23:00:01
OCFileListFragment : onCreateView() start

2018/03/23 23:00:01
ExtendedListFragment : onCreateView

2018/03/23 23:00:01
OCFileListFragment : onCreateView() end

2018/03/23 23:00:01
OCFileListFragment : onActivityCreated() start

2018/03/23 23:00:01
FileDisplayActivity : onResume() end

2018/03/23 23:00:01
OperationsService : Destroying service

2018/03/23 23:00:01
FileDownloader : Destroying service

2018/03/23 23:00:01
FileUploader : Destroying service

2018/03/23 23:00:02
OperationsService : Creating service

2018/03/23 23:00:02
FileDownloader : Creating service

2018/03/23 23:00:02
FileUploader : Creating service

2018/03/23 23:00:02
ThumbnailsCacheManager : generate thumbnail: Nextcloud.mp4 URI: https://domain.com/index.php/apps/files/api/v1/thumbnail/512/512/Nextcloud.mp4

2018/03/23 23:00:02
OwnCloudClient #13 : REQUEST GET /index.php/apps/files/api/v1/thumbnail/512/512/Nextcloud.mp4

2018/03/23 23:00:02
UploadsStorageManager : Updating state of any killed upload

2018/03/23 23:00:02
UploadsStorageManager : No upload was killed

2018/03/23 23:00:02
FileDisplayActivity : Received broadcast com.owncloud.android.operations.RefreshFolderOperation.EVENT_SINGLE_FOLDER_CONTENTS_SYNCED

2018/03/23 23:00:02
FileDisplayActivity : Setting progress visibility to true

2018/03/23 23:00:02
FileDisplayActivity : Received broadcast com.owncloud.android.operations.RefreshFolderOperation.EVENT_SINGLE_FOLDER_SHARES_SYNCED

2018/03/23 23:00:02
FileDisplayActivity : Setting progress visibility to false

2018/03/23 23:00:02
FileActivity : Operations service connected

2018/03/23 23:00:02
FileDisplayActivity : Download service connected

2018/03/23 23:00:02
FileDisplayActivity : Upload service connected

2018/03/23 23:00:02
OwnCloudClient #13 : REQUEST GET /status.php

2018/03/23 23:00:02
Preferences : onStop() ending

2018/03/23 23:00:02
Preferences : onDestroy() ending

2018/03/23 23:00:02
UpdateOCVersionOperation : Got new OC version 13.0.1.1

2018/03/23 23:00:02
UpdateOCVersionOperation : Check for update of Nextcloud server version at https://domain.com/remote.php/webdav: Operation finished with HTTP status code -1 (success)

2018/03/23 23:00:02
OwnCloudClient #13 : REQUEST GET /ocs/v1.php/cloud/capabilities

2018/03/23 23:00:02
GetRemoteCapabilitiesOperation : Successful response: {"ocs":{"meta":{"status":"ok","statuscode":100,"message":"OK","totalitems":"","itemsperpage":""},"data":{"version":{"major":13,"minor":0,"micro":1,"string":"13.0.1","edition":""},"capabilities":{"core":{"pollinterval":60,"webdav-root":"remote.php\/webdav"},"bruteforce":{"delay":0},"activity":{"apiv2":["filters","filters-api","previews","rich-strings"]},"dav":{"chunking":"1.0"},"end-to-end-encryption":{"enabled":true,"api-version":"1.0"},"files_sharing":{"api_enabled":true,"public":{"enabled":true,"password":{"enforced":false},"expire_date":{"enabled":false},"send_mail":false,"upload":true,"upload_files_drop":true},"resharing":true,"user":{"send_mail":false,"expire_date":{"enabled":true}},"group_sharing":true,"group":{"enabled":true,"expire_date":{"enabled":true}},"federation":{"outgoing":true,"incoming":true,"expire_date":{"enabled":true}},"sharebymail":{"enabled":true,"upload_files_drop":{"enabled":true},"password":{"enabled":true},"expire_date":{"enabled":true}}},"notifications":{"ocs-endpoints":["list","get","delete","icons","rich-strings"],"push":["devices"]},"password_policy":{"minLength":8,"enforceNonCommonPassword":true,"enforceNumericCharacters":false,"enforceSpecialCharacters":false,"enforceUpperLowerCase":false},"theming":{"name":"Nextcloud","url":"https:\/\/nextcloud.com","slogan":"turvallinen koti kaikille tiedostoillesi","color":"#0082C9","color-text":"#ffffff","color-element":"#0082C9","logo":"https:\/\/domain.com\/core\/img\/logo.svg?v=2","background":"https:\/\/domain.com\/core\/img\/background.png?v=2","background-plain":false,"background-default":true},"files":{"bigfilechunking":true,"blacklisted_files":[".htaccess"],"undelete":true,"versioning":true}}}}}

2018/03/23 23:00:02
GetRemoteCapabilitiesOperation : *** Added version

2018/03/23 23:00:02
GetRemoteCapabilitiesOperation : *** Added core

2018/03/23 23:00:02
GetRemoteCapabilitiesOperation : *** Added files_sharing

2018/03/23 23:00:02
GetRemoteCapabilitiesOperation : *** Added files

2018/03/23 23:00:02
GetRemoteCapabilitiesOperation : *** Added theming

2018/03/23 23:00:02
GetRemoteCapabilitiesOperation : *** Added notifications

2018/03/23 23:00:02
GetRemoteCapabilitiesOperation : *** Added end-to-end-encryption

2018/03/23 23:00:02
GetRemoteCapabilitiesOperation : *** Get Capabilities completed 

2018/03/23 23:00:02
OwnCloudClient #13 : REQUEST GET /ocs/v1.php/cloud/user

2018/03/23 23:00:02
RefreshFolderOperation : Got display name: com.owncloud.android.lib.common.UserInfo@e064a50

2018/03/23 23:00:02
RefreshFolderOperation : Checking changes in test@domain.com/

2018/03/23 23:00:02
OwnCloudClient #13 : REQUEST PROPFIND /remote.php/webdav/

2018/03/23 23:00:02
RefreshFolderOperation : Checked test@domain.com/ : changed

2018/03/23 23:00:02
OwnCloudClient #13 : REQUEST PROPFIND /remote.php/webdav/

2018/03/23 23:00:03
ReadRemoteFolderOperation : Synchronized /: Operation finished with HTTP status code 207 (success)

2018/03/23 23:00:03
RefreshFolderOperation : Synchronizing test@domain.com/

2018/03/23 23:00:03
RefreshFolderOperation : Remote folder / changed - starting update of local data 

2018/03/23 23:00:03
FileDataStorageManager : Saving folder / with 4 children and 0 files to remove

2018/03/23 23:00:03
FileDataStorageManager : Sending 5 operations to FileContentProvider

2018/03/23 23:00:03
FileContentProvider : applying batch in provider com.owncloud.android.providers.FileContentProvider@96f96fb (temporary: false)

2018/03/23 23:00:03
FileContentProvider : applied batch in provider com.owncloud.android.providers.FileContentProvider@96f96fb

2018/03/23 23:00:03
RefreshFolderOperation : Send broadcast com.owncloud.android.operations.RefreshFolderOperation.EVENT_SINGLE_FOLDER_CONTENTS_SYNCED

2018/03/23 23:00:03
OwnCloudClient #13 : REQUEST GET /ocs/v2.php/apps/files_sharing/api/v1/shares

2018/03/23 23:00:03
FileDisplayActivity : Received broadcast com.owncloud.android.operations.RefreshFolderOperation.EVENT_SINGLE_FOLDER_CONTENTS_SYNCED

2018/03/23 23:00:03
FileDisplayActivity : Setting progress visibility to true

2018/03/23 23:00:03
GetRemoteSharesForFileOperation : Got 0 shares

2018/03/23 23:00:03
FileDataStorageManager : Sending 4 operations to FileContentProvider

2018/03/23 23:00:03
FileContentProvider : applying batch in provider com.owncloud.android.providers.FileContentProvider@96f96fb (temporary: false)

2018/03/23 23:00:03
FileContentProvider : applied batch in provider com.owncloud.android.providers.FileContentProvider@96f96fb

2018/03/23 23:00:03
RefreshFolderOperation : Send broadcast com.owncloud.android.operations.RefreshFolderOperation.EVENT_SINGLE_FOLDER_SHARES_SYNCED

2018/03/23 23:00:03
FileDisplayActivity : Received broadcast com.owncloud.android.operations.RefreshFolderOperation.EVENT_SINGLE_FOLDER_SHARES_SYNCED

2018/03/23 23:00:03
FileDisplayActivity : Setting progress visibility to false

2018/03/23 23:00:07
DrawerActivity : Unknown drawer menu item clicked: Suosikit

2018/03/23 23:00:07
FileDisplayActivity : onPause() start

2018/03/23 23:00:07
FileDisplayActivity : onPause() ending

2018/03/23 23:00:07
FileDisplayActivity : onPause() end

2018/03/23 23:00:07
FileDisplayActivity : onCreate() start

2018/03/23 23:00:07
FileDisplayActivity : onCreate(Bundle) starting

2018/03/23 23:00:07
FileDisplayActivity : onStart() starting

2018/03/23 23:00:07
OwnCloudClient #13 : REQUEST GET /ocs/v1.php/cloud/user

2018/03/23 23:00:07
Avatar : URI: https://domain.com/index.php/avatar/test/512

2018/03/23 23:00:07
OwnCloudClient #13 : REQUEST GET /index.php/avatar/test/512

2018/03/23 23:00:07
FileDisplayActivity : Initializing Fragments in onAccountChanged..

2018/03/23 23:00:07
FileDisplayActivity : Access to unexisting list of files fragment!!

2018/03/23 23:00:07
FileDisplayActivity : Still have a chance to lose the initializacion of list fragment >(

2018/03/23 23:00:07
ExternalLinks : links disabled

2018/03/23 23:00:07
OwnCloudClient #13 : REQUEST GET /ocs/v1.php/cloud/user

2018/03/23 23:00:07
FileDisplayActivity : onResume() start

2018/03/23 23:00:07
FileDisplayActivity : onResume() starting

2018/03/23 23:00:07
OCFileListFragment : onAttach

2018/03/23 23:00:07
OCFileListFragment : onCreateView() start

2018/03/23 23:00:07
ExtendedListFragment : onCreateView

2018/03/23 23:00:07
OCFileListFragment : onCreateView() end

2018/03/23 23:00:07
OCFileListFragment : onActivityCreated() start

2018/03/23 23:00:07
OwnCloudClient #13 : REQUEST OPTIONS /remote.php/dav

2018/03/23 23:00:07
OwnCloudClient #13 : REQUEST OPTIONS /remote.php/dav

2018/03/23 23:00:07
FileDisplayActivity : onResume() end

2018/03/23 23:00:07
FileActivity : Operations service connected

2018/03/23 23:00:07
FileDisplayActivity : Download service connected

2018/03/23 23:00:07
FileDisplayActivity : Upload service connected

2018/03/23 23:00:07
OwnCloudClient #13 : REQUEST SEARCH /remote.php/dav

2018/03/23 23:00:07
OwnCloudClient #13 : REQUEST SEARCH /remote.php/dav

2018/03/23 23:00:07
AdvancedSslSocketFactory : Creating SSL Socket with remote domain.com:443, local null:0, params: org.apache.commons.httpclient.params.HttpConnectionParams@cec3858

2018/03/23 23:00:07
AdvancedSslSocketFactory :  ... with connection timeout 60000 and socket timeout 60000

2018/03/23 23:00:07
ServerNameIndicator : SSLSocket implementation: com.google.android.gms.org.conscrypt.Java8FileDescriptorSocket

2018/03/23 23:00:07
ServerNameIndicator : SNI done, hostname: domain.com

2018/03/23 23:00:07
OwnCloudClient #13 : REQUEST GET /status.php

2018/03/23 23:00:07
UpdateOCVersionOperation : Got new OC version 13.0.1.1

2018/03/23 23:00:07
UpdateOCVersionOperation : Check for update of Nextcloud server version at https://domain.com/remote.php/webdav: Operation finished with HTTP status code -1 (success)

2018/03/23 23:00:07
OwnCloudClient #13 : REQUEST GET /ocs/v1.php/cloud/capabilities

2018/03/23 23:00:07
GetRemoteCapabilitiesOperation : Successful response: {"ocs":{"meta":{"status":"ok","statuscode":100,"message":"OK","totalitems":"","itemsperpage":""},"data":{"version":{"major":13,"minor":0,"micro":1,"string":"13.0.1","edition":""},"capabilities":{"core":{"pollinterval":60,"webdav-root":"remote.php\/webdav"},"bruteforce":{"delay":0},"activity":{"apiv2":["filters","filters-api","previews","rich-strings"]},"dav":{"chunking":"1.0"},"end-to-end-encryption":{"enabled":true,"api-version":"1.0"},"files_sharing":{"api_enabled":true,"public":{"enabled":true,"password":{"enforced":false},"expire_date":{"enabled":false},"send_mail":false,"upload":true,"upload_files_drop":true},"resharing":true,"user":{"send_mail":false,"expire_date":{"enabled":true}},"group_sharing":true,"group":{"enabled":true,"expire_date":{"enabled":true}},"federation":{"outgoing":true,"incoming":true,"expire_date":{"enabled":true}},"sharebymail":{"enabled":true,"upload_files_drop":{"enabled":true},"password":{"enabled":true},"expire_date":{"enabled":true}}},"notifications":{"ocs-endpoints":["list","get","delete","icons","rich-strings"],"push":["devices"]},"password_policy":{"minLength":8,"enforceNonCommonPassword":true,"enforceNumericCharacters":false,"enforceSpecialCharacters":false,"enforceUpperLowerCase":false},"theming":{"name":"Nextcloud","url":"https:\/\/nextcloud.com","slogan":"turvallinen koti kaikille tiedostoillesi","color":"#0082C9","color-text":"#ffffff","color-element":"#0082C9","logo":"https:\/\/domain.com\/core\/img\/logo.svg?v=2","background":"https:\/\/domain.com\/core\/img\/background.png?v=2","background-plain":false,"background-default":true},"files":{"bigfilechunking":true,"blacklisted_files":[".htaccess"],"undelete":true,"versioning":true}}}}}

2018/03/23 23:00:07
GetRemoteCapabilitiesOperation : *** Added version

2018/03/23 23:00:07
GetRemoteCapabilitiesOperation : *** Added core

2018/03/23 23:00:07
GetRemoteCapabilitiesOperation : *** Added files_sharing

2018/03/23 23:00:07
GetRemoteCapabilitiesOperation : *** Added files

2018/03/23 23:00:07
GetRemoteCapabilitiesOperation : *** Added theming

2018/03/23 23:00:07
GetRemoteCapabilitiesOperation : *** Added notifications

2018/03/23 23:00:07
GetRemoteCapabilitiesOperation : *** Added end-to-end-encryption

2018/03/23 23:00:07
GetRemoteCapabilitiesOperation : *** Get Capabilities completed 

2018/03/23 23:00:07
OwnCloudClient #13 : REQUEST GET /ocs/v1.php/cloud/user

2018/03/23 23:00:08
FileDisplayActivity : onStop() ending

2018/03/23 23:00:08
FileDisplayActivity : onDestroy() ending

2018/03/23 23:00:08
RefreshFolderOperation : Got display name: com.owncloud.android.lib.common.UserInfo@90e3691

2018/03/23 23:00:08
RefreshFolderOperation : Checking changes in test@domain.com/

2018/03/23 23:00:08
OwnCloudClient #13 : REQUEST PROPFIND /remote.php/webdav/

2018/03/23 23:00:08
RefreshFolderOperation : Checked test@domain.com/ : changed

2018/03/23 23:00:08
OwnCloudClient #13 : REQUEST PROPFIND /remote.php/webdav/

2018/03/23 23:00:08
ReadRemoteFolderOperation : Synchronized /: Operation finished with HTTP status code 207 (success)

2018/03/23 23:00:08
RefreshFolderOperation : Synchronizing test@domain.com/

2018/03/23 23:00:08
RefreshFolderOperation : Remote folder / changed - starting update of local data 

2018/03/23 23:00:08
FileDataStorageManager : Saving folder / with 4 children and 0 files to remove

2018/03/23 23:00:08
FileDataStorageManager : Sending 5 operations to FileContentProvider

2018/03/23 23:00:08
FileContentProvider : applying batch in provider com.owncloud.android.providers.FileContentProvider@96f96fb (temporary: false)

2018/03/23 23:00:08
FileContentProvider : applied batch in provider com.owncloud.android.providers.FileContentProvider@96f96fb

2018/03/23 23:00:08
RefreshFolderOperation : Send broadcast com.owncloud.android.operations.RefreshFolderOperation.EVENT_SINGLE_FOLDER_CONTENTS_SYNCED

2018/03/23 23:00:08
OwnCloudClient #13 : REQUEST GET /ocs/v2.php/apps/files_sharing/api/v1/shares

2018/03/23 23:00:08
GetRemoteSharesForFileOperation : Got 0 shares

2018/03/23 23:00:08
FileDataStorageManager : Sending 4 operations to FileContentProvider

2018/03/23 23:00:08
FileContentProvider : applying batch in provider com.owncloud.android.providers.FileContentProvider@96f96fb (temporary: false)

2018/03/23 23:00:08
FileContentProvider : applied batch in provider com.owncloud.android.providers.FileContentProvider@96f96fb

2018/03/23 23:00:08
RefreshFolderOperation : Send broadcast com.owncloud.android.operations.RefreshFolderOperation.EVENT_SINGLE_FOLDER_SHARES_SYNCED

************************************

2018/03/23 23:02:59
DrawerActivity : Unknown drawer menu item clicked: Asetukset

2018/03/23 23:02:59
FileDisplayActivity : onPause() start

2018/03/23 23:02:59
FileDisplayActivity : onPause() ending

2018/03/23 23:02:59
FileDisplayActivity : onPause() end

2018/03/23 23:02:59
Preferences : onCreate(Bundle) starting

2018/03/23 23:02:59
Preferences : onStart() starting

2018/03/23 23:02:59
Preferences : onResume() starting

2018/03/23 23:03:00
FileDisplayActivity : onSaveInstanceState() start

2018/03/23 23:03:00
FileDisplayActivity : onSaveInstanceState(Bundle) starting

2018/03/23 23:03:00
ExtendedListFragment : onSaveInstanceState()

2018/03/23 23:03:00
FileDisplayActivity : onSaveInstanceState() end

2018/03/23 23:03:00
FileDisplayActivity : onStop() ending

2018/03/23 23:03:02
Preferences : onPause() ending

2018/03/23 23:03:02
LogHistoryActivity : onCreate(Bundle) starting

2018/03/23 23:03:02
LogHistoryActivity : onStart() starting

2018/03/23 23:03:02
LogHistoryActivity : onResume() starting

2018/03/23 23:03:03
Preferences : onSaveInstanceState(Bundle) starting

2018/03/23 23:03:03
Preferences : onStop() ending

2018/03/23 23:04:01
LogHistoryActivity : onPause() ending

2018/03/23 23:04:02
LogHistoryActivity : onSaveInstanceState(Bundle) starting

2018/03/23 23:04:02
LogHistoryActivity : onStop() ending

2018/03/23 23:04:12
BaseActivity : onRestart() start

2018/03/23 23:04:12
BaseActivity : onRestart() end

2018/03/23 23:04:12
LogHistoryActivity : onStart() starting

2018/03/23 23:04:12
LogHistoryActivity : onResume() starting

@tobiasKaminsky Do you have any idea?

Well, at least it’s not my server issue, because the same loading happens with demo.nextcloud.com.
Favorites are not loaded. Tryed with and without favorite picture.

How do I clear everything from app’s storage/cache?
Because after clearing cache and storage, I still log in automatically.

(first messages in this thread is with stable later is rc1)

File a Github issue for Nextcloud Android if you haven’t already, and link it back to this thread… that is the best way to address technical issues. This page is more for general discussion so devs may not see it as quickly.

i got this error with many clients connecting the same time for testing purposes. If i was connecting with desktop, iOS and Android clients many times in a row for some reason the brute-force app was blocking my IP and i got that endless loading thing on my clients.

if i was changing my IP my connection was fine again.

Thank you for sharing your ideas just and papalapappi. First time I had this issue it may have been because of the bruteforce app. But the last time everything else worked except favourites so it can’t be bruteforce app.
Again did some testing. I noticed my e2ee folder asked password. And favourites was inaccessible. This situation also gave warning, which I reported in Github. https://github.com/nextcloud/android/issues/2400
Now it looks like the troublemaker is e2ee. Setting encrypted folder to unencrypted make favourites work. Files in the folder are still encrypted and I don’t know how to unencrypt them. But luckily those are test files, so it doesn’t matter.
This is quite a mess.

Oh F*CK!
I was wrong. I had it somehow working with admin account. Back in Test account and favourites stays loading and errors are there. Deleted all other app permissions. Only one app allowed.

Help is really needed. I can’t figure this out by myself.