Logout in chrome (android) takes over 20 seconds

Support intro

Sorry to hear you’re facing problems :slightly_frowning_face:

help.nextcloud.com is for home/non-enterprise users. If you’re running a business, paid support can be accessed via portal.nextcloud.com where we can ensure your business keeps running smoothly.

In order to help you as quickly as possible, before clicking Create Topic please provide as much of the below as you can. Feel free to use a pastebin service for logs, otherwise either indent short log examples with four spaces:

example

Or for longer, use three backticks above and below the code snippet:

longer
example
here

Some or all of the below information will be requested if it isn’t supplied; for fastest response please provide as much as you can :heart:

Nextcloud version (eg, 12.0.2): 15.0.2
Operating system and version (eg, Ubuntu 17.04): 18.04
Apache or nginx version (eg, Apache 2.4.25): 2.4.29
PHP version (eg, 7.1): 7.2.10

The issue you are facing:

Logout from Smartphone (Chrome Browser) takes 20 seconds to complete
Is this the first time you’ve seen this error? (Y/N): N
in Previous Versions the same thing occured

Steps to replicate it:

  1. Logout via Smartphone

The output of your Nextcloud log in Admin > Logging:

nothing relevant

The output of your config.php file in /path/to/nextcloud (make sure you remove any identifiable information!):

<?php
$CONFIG = array ( 
  'instanceid' => 'xxxxxxxx', 
  'passwordsalt' => 'xxxxxxxxx', 
  'secret' => 'xxxxxxxxx', 
  'trusted_domains' =>  
  array ( 
    0 => 'xx.xxxxxxx.de', 
    1 => 'xx.xxxxxxx.de.', 
  ), 
  'trusted_proxies' => ['10.0.2.3'],
  'overwriteprotocol' => 'https',  
  'datadirectory' => '/var/www/html/data',
  'overwrite.cli.url' => 'https://xxxxxxx/', 
  'htaccess.RewriteBase' => '/', 
  'dbtype' => 'mysql',  
  'version' => '15.0.2.0',
  'dbname' => 'xxxxxx', 
  'dbhost' => 'localhost',
  'dbport' => '',
  'dbtableprefix' => 'oc_',
  'dbuser' => 'xxxxxx', 
  'dbpassword' => 'xxxxxxx',
  'logtimezone' => 'UTC',
  'installed' => true, 
  'mail_from_address' => 'nextcloud', 
  'mail_smtpmode' => 'sendmail', 
  'mail_domain' => 'xxxxxx.xx',
  'mail_smtpsecure' => 'tls', 
  'mail_smtphost' => 'xxxxxxe',
  'mail_smtpauth' => 1,
  'mail_smtpauthtype' => 'PLAIN',  
  'mail_smtpname' => 'xxxxxx',    
  'mail_smtppassword' => 'xxxxxx', 
  'mail_smtpport' => '587',  
  'appstore.experimental.enabled' => false,   
  'loglevel' => 0,    
  'maintenance' => false,  
  'theme' => '',
  'enable_previews' => true,
  'preview_max_x' => NULL,
  'preview_max_y' => NULL, 
  'preview_max_scale_factor' => 1,   
  'memcache.local' => '\\OC\\Memcache\\APCu',
  'memcache.locking' => '\\OC\\Memcache\\Redis', 
  'redis' => 
  array (
    'host' => '/var/run/redis/redis-server.sock',
    'port' => 0,
    'timeout' => 0,
  ),
);

The output of your Apache/nginx/system log for Android Chrome Browser in /var/log/____:

xxxxxxxx:6886:778a:c002:6904 10.0.2.3 - - [16/Jan/2019:13:19:55 +0000] "GET /logout?requesttoken=E2zpSCwv6lt9sqNQOK/FZfr7RWhnAwBtxaKGXk6wATk%3D%3Adi2fBHl9pC080dE%2Be9z1KKyBKA0MdDMl9frCGizFbE0%3D HTTP/1.1" 303 1657 "-" "Mozilla/5.0 (Linux; Android 8.1.0; CLT-L29) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.99 Mobile Safari/537.36" 
xxxxxxxx:6886:778a:c002:6904 10.0.2.3 - - [16/Jan/2019:13:20:15 +0000] "GET /ocs/v2.php/apps/notifications/api/v2/notifications HTTP/1.1" 401 677 "-" "Mozilla/5.0 (Linux; Android 8.1.0; CLT-L29) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.99 Mobile Safari/537.36"                                                                     
xxxxxxxx:6886:778a:c002:6904 10.0.2.3 - - [16/Jan/2019:13:20:26 +0000] "GET /login HTTP/1.1" 200 5115 "-" "Mozilla/5.0 (Linux; Android 8.1.0; CLT-L29) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.99 Mobile Safari/537.36"                                                                                                                
xxxxxxxx:6886:778a:c002:6904 10.0.2.3 - - [16/Jan/2019:13:20:26 +0000] "GET /core/vendor/select2/select2.css?v=4661589f-17 HTTP/1.1" 200 3595 "-" "Mozilla/5.0 Linux; Android 8.1.0; CLT-L29) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.99 Mobile Safari/537.36"                                                                         
xxxxxxxx6886:778a:c002:6904 10.0.2.3 - - [16/Jan/2019:13:20:26 +0000] "GET /apps/files_versions/css/versions.css?v=4fda350b-17 HTTP/1.1" 200 894 "-" "Mozilla/5.0 (Linux; Android 8.1.0; CLT-L29) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.99 Mobile Safari/537.36"                                                                     
xxxxxxxx:6886:778a:c002:6904 10.0.2.3 - - [16/Jan/2019:13:20:26 +0000] "GET /apps/files_pdfviewer/css/style.css?v=1bf6e69c-17 HTTP/1.1" 200 740 "-" "Mozilla/5.0 (Linux; Android 8.1.0; CLT-L29) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.99 Mobile Safari/537.36"                                                                       
xxxxxxxx:6886:778a:c002:6904 10.0.2.3 - - [16/Jan/2019:13:20:26 +0000] "GET /apps/files_videoplayer/css/style.css?v=1bf6e69c-17 HTTP/1.1" 200 2279 "-" "Mozilla/5.0 (Linux; Android 8.1.0; CLT-L29) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.99 Mobile Safari/537.36"                                                                    
xxxxxxxx:6886:778a:c002:6904 10.0.2.3 - - [16/Jan/2019:13:20:26 +0000] "GET /core/vendor/jquery-ui/themes/base/jquery-ui.css?v=4661589f-17 HTTP/1.1" 200 6472 "-" "Mozilla/5.0 (Linux; Android 8.1.0; CLT-L29) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.99 Mobile Safari/537.36"                                                         
xxxxxxxx:6886:778a:c002:6904 10.0.2.3 - - [16/Jan/2019:13:20:26 +0000] "GET /core/css/guest.css?v=4661589f-17 HTTP/1.1" 200 5915 "-" "Mozilla/5.0 (Linux; Android 8.1.0; CLT-L29) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.99 Mobile Safari/537.36"                                                                                      
xxxxxxxx:6886:778a:c002:6904 10.0.2.3 - - [16/Jan/2019:13:20:26 +0000] "GET /apps/theming/styles?v=17 HTTP/1.1" 200 1410 "-" "Mozilla/5.0 (Linux; Android 8.1.0; CLT-L29) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.99 Mobile Safari/537.36"                                                                                              
xxxxxxxx:6886:778a:c002:6904 10.0.2.3 - - [16/Jan/2019:13:20:26 +0000] "GET /core/vendor/core.js?v=4661589f-17 HTTP/1.1" 200 282720 "-" "Mozilla/5.0 (Linux; Android 8.1.0; CLT-L29) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.99 Mobile Safari/537.36"                                                                                   
xxxxxxxx:6886:778a:c002:6904 10.0.2.3 - - [16/Jan/2019:13:20:26 +0000] "GET /js/core/merged-template-prepend.js?v=4661589f-17 HTTP/1.1" 200 43560 "-" "Mozilla/5.0 (Linux; Android 8.1.0; CLT-L29) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.99 Mobile Safari/537.36"                                                                     
xxxxxxxx:6886:778a:c002:6904 10.0.2.3 - - [16/Jan/2019:13:20:26 +0000] "GET /core/search/js/search.js?v=4661589f-17 HTTP/1.1" 200 1933 "-" "Mozilla/5.0 (Linux; Android 8.1.0; CLT-L29) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.99 Mobile Safari/537.36"                                                                                
xxxxxxxx:6886:778a:c002:6904 10.0.2.3 - - [16/Jan/2019:13:20:26 +0000] "GET /apps/firstrunwizard/l10n/de_DE.js?v=4661589f-17 HTTP/1.1" 200 4566 "-" "Mozilla/5.0 (Linux; Android 8.1.0; CLT-L29) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.99 Mobile Safari/537.36"                                                                       
xxxxxxxx:6886:778a:c002:6904 10.0.2.3 - - [16/Jan/2019:13:20:26 +0000] "GET /core/l10n/de_DE.js?v=4661589f-17 HTTP/1.1" 200 16359 "-" "Mozilla/5.0 (Linux; Android 8.1.0; CLT-L29) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.99 Mobile Safari/537.36"                                                                                     
xxxxxxxx:6886:778a:c002:6904 10.0.2.3 - - [16/Jan/2019:13:20:26 +0000] "GET /core/fonts/Nunito-Regular.woff2 HTTP/1.1" 200 20023 "-" "Mozilla/5.0 (Linux; Android 8.1.0; CLT-L29) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.99 Mobile Safari/537.36"                                                                                      
xxxxxxxx:6886:778a:c002:6904 10.0.2.3 - - [16/Jan/2019:13:20:26 +0000] "GET /core/fonts/Nunito-Bold.woff2 HTTP/1.1" 200 20171 "-" "Mozilla/5.0 (Linux; Android 8.1.0; CLT-L29) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.99 Mobile Safari/537.36"                                                                                         
xxxxxxxx:6886:778a:c002:6904 10.0.2.3 - - [16/Jan/2019:13:20:27 +0000] "GET /core/img/actions/confirm-white.svg?v=2 HTTP/1.1" 200 856 "-" "Mozilla/5.0 (Linux; Android 8.1.0; CLT-L29) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.99 Mobile Safari/537.36"                                                                                 
xxxxxxxx:6886:778a:c002:6904 10.0.2.3 - - [16/Jan/2019:13:20:26 +0000] "GET /js/core/merged-share-backend.js?v=4661589f-17 HTTP/1.1" 200 32456 "-" "Mozilla/5.0 (Linux; Android 8.1.0; CLT-L29) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.99 Mobile Safari/537.36"                                                                        
xxxxxxxx:6886:778a:c002:6904 10.0.2.3 - - [16/Jan/2019:13:20:27 +0000] "GET /core/img/background.png?v=2 HTTP/1.1" 200 103155 "-" "Mozilla/5.0 (Linux; Android 8.1.0; CLT-L29) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.99 Mobile Safari/537.36"                                                                                         
xxxxxxxx:6886:778a:c002:6904 10.0.2.3 - - [16/Jan/2019:13:20:27 +0000] "GET /svg/core/logo/logo?color=fff&v=1 HTTP/1.1" 200 1203 "-" "Mozilla/5.0 (Linux; Android 8.1.0; CLT-L29) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.99 Mobile Safari/537.36"                                                                                      
xxxxxxxx:6886:778a:c002:6904 10.0.2.3 - - [16/Jan/2019:13:20:27 +0000] "GET /apps/firstrunwizard/js/jquery.colorbox.js?v=4661589f-17 HTTP/1.1" 200 9356 "-" "Mozilla/5.0 (Linux; Android 8.1.0; CLT-L29) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.99 Mobile Safari/537.36"                                                               
xxxxxxxx:6886:778a:c002:6904 10.0.2.3 - - [16/Jan/2019:13:20:27 +0000] "GET /apps/firstrunwizard/js/firstrunwizard.js?v=4661589f-17 HTTP/1.1" 200 1651 "-" "Mozilla/5.0 (Linux; Android 8.1.0; CLT-L29) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.99 Mobile Safari/537.36"                                                                
xxxxxxxx:6886:778a:c002:6904 10.0.2.3 - - [16/Jan/2019:13:20:27 +0000] "GET /apps/files_pdfviewer/js/previewplugin.js?v=4661589f-17 HTTP/1.1" 200 2439 "-" "Mozilla/5.0 (Linux; Android 8.1.0; CLT-L29) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.99 Mobile Safari/537.36"                                                                
xxxxxxxx:6886:778a:c002:6904 10.0.2.3 - - [16/Jan/2019:13:20:27 +0000] "GET /apps/files_videoplayer/js/viewer.js?v=4661589f-17 HTTP/1.1" 200 2249 "-" "Mozilla/5.0 (Linux; Android 8.1.0; CLT-L29) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.99 Mobile Safari/537.36"                                                                     
xxxxxxxx:6886:778a:c002:6904 10.0.2.3 - - [16/Jan/2019:13:20:27 +0000] "GET /core/js/jquery-ui-fixes.js?v=4661589f-17 HTTP/1.1" 200 721 "-" "Mozilla/5.0 (Linux; Android 8.1.0; CLT-L29) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.99 Mobile Safari/537.36"                                                                               
xxxxxxxx:6886:778a:c002:6904 10.0.2.3 - - [16/Jan/2019:13:20:27 +0000] "GET /apps/gallery/l10n/de_DE.js?v=4661589f-17 HTTP/1.1" 200 4667 "-" "Mozilla/5.0 (Linux; Android 8.1.0; CLT-L29) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.99 Mobile Safari/537.36"                                                                              
xxxxxxxx:6886:778a:c002:6904 10.0.2.3 - - [16/Jan/2019:13:20:27 +0000] "GET /core/search/js/searchprovider.js?v=4661589f-17 HTTP/1.1" 200 4147 "-" "Mozilla/5.0 (Linux; Android 8.1.0; CLT-L29) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.99 Mobile Safari/537.36"                                                                        
xxxxxxxx:6886:778a:c002:6904 10.0.2.3 - - [16/Jan/2019:13:20:27 +0000] "GET /core/js/files/fileinfo.js?v=4661589f-17 HTTP/1.1" 200 1395 "-" "Mozilla/5.0 (Linux; Android 8.1.0; CLT-L29) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.99 Mobile Safari/537.36"                                                                               
xxxxxxxx:6886:778a:c002:6904 10.0.2.3 - - [16/Jan/2019:13:20:27 +0000] "GET /core/js/files/client.js?v=4661589f-17 HTTP/1.1" 200 6109 "-" "Mozilla/5.0 (Linux; Android 8.1.0; CLT-L29) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.99 Mobile Safari/537.36"                                                                                 
xxxxxxxx:6886:778a:c002:6904 10.0.2.3 - - [16/Jan/2019:13:20:27 +0000] "GET /core/vendor/jsTimezoneDetect/jstz.js?v=4661589f-17 HTTP/1.1" 200 4398 "-" "Mozilla/5.0 (Linux; Android 8.1.0; CLT-L29) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.99 Mobile Safari/537.36"                                                                    
xxxxxxxx:6886:778a:c002:6904 10.0.2.3 - - [16/Jan/2019:13:20:27 +0000] "GET /core/js/contactsmenu_templates.js?v=4661589f-17 HTTP/1.1" 200 1977 "-" "Mozilla/5.0 (Linux; Android 8.1.0; CLT-L29) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.99 Mobile Safari/537.36"                                                                       
xxxxxxxx:6886:778a:c002:6904 10.0.2.3 - - [16/Jan/2019:13:20:27 +0000] "GET /core/js/contactsmenu.js?v=4661589f-17 HTTP/1.1" 200 3607 "-" "Mozilla/5.0 (Linux; Android 8.1.0; CLT-L29) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.99 Mobile Safari/537.36"                                                                                 
xxxxxxxx:6886:778a:c002:6904 10.0.2.3 - - [16/Jan/2019:13:20:27 +0000] "GET /js/core/merged-login.js?v=4661589f-17 HTTP/1.1" 200 3334 "-" "Mozilla/5.0 (Linux; Android 8.1.0; CLT-L29) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.99 Mobile Safari/537.36"                                                                                 
xxxxxxxx:6886:778a:c002:6904 10.0.2.3 - - [16/Jan/2019:13:20:27 +0000] "GET /core/img/loading-dark.gif HTTP/1.1" 200 5132 "-" "Mozilla/5.0 (Linux; Android 8.1.0; CLT-L29) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.99 Mobile Safari/537.36"                                                                                             
xxxxxxxx:6886:778a:c002:6904 10.0.2.3 - - [16/Jan/2019:13:20:27 +0000] "GET /apps/theming/js/theming?v=17 HTTP/1.1" 200 1144 "-" "Mozilla/5.0 (Linux; Android 8.1.0; CLT-L29) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.99 Mobile Safari/537.36"                                                                                          
xxxxxxxx:6886:778a:c002:6904 10.0.2.3 - - [16/Jan/2019:13:20:27 +0000] "GET /apps/accessibility/js/accessibility?v=0 HTTP/1.1" 200 965 "-" "Mozilla/5.0 (Linux; Android 8.1.0; CLT-L29) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.99 Mobile Safari/537.36"                                                                                
xxxxxxxx:6886:778a:c002:6904 10.0.2.3 - - [16/Jan/2019:13:20:27 +0000] "GET /apps/theming/manifest?v=17 HTTP/1.1" 200 1625 "-" "Mozilla/5.0 (Linux; Android 8.1.0; CLT-L29) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.99 Mobile Safari/537.36"                                                                                            
xxxxxxxx:6886:778a:c002:6904 10.0.2.3 - - [16/Jan/2019:13:20:27 +0000] "GET /apps/theming/icon?v=17 HTTP/1.1" 200 3787 "-" "Mozilla/5.0 (Linux; Android 8.1.0; CLT-L29) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.99 Mobile Safari/537.36"

The output of your Apache/nginx/system log for Windows Chrome Browser in /var/log/____:


xx.xx.xx.xx 10.0.2.3 - - [16/Jan/2019:13:27:25 +0000] "GET /logout?requesttoken=2UhnEmYkPjkLtZYdwI9vSK4XzKiEiRdx%2Bq6MelicKWc%3D%3A7CY0cAdrc2h4/dlKo8wmBeVN9JHG4mcYlsfdUXfJXj4%3D HTTP/1.1" 303 1657 "-" "Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.99 Safari/537.36"                                                      
xx.xx.xx.xx 10.0.2.3 - - [16/Jan/2019:13:27:27 +0000] "GET /login HTTP/1.1" 200 5107 "-" "Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.99 Safari/537.36"                                                                                                                                                                      
xx.xx.xx.xx 10.0.2.3 - - [16/Jan/2019:13:27:27 +0000] "GET /core/vendor/select2/select2.css?v=4661589f-17 HTTP/1.1" 200 3595 "-" "Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.99 Safari/537.36"                                                                                                                              
xx.xx.xx.xx 10.0.2.3 - - [16/Jan/2019:13:27:27 +0000] "GET /apps/files_versions/css/versions.css?v=4fda350b-17 HTTP/1.1" 200 894 "-" "Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.99 Safari/537.36"                                                                                                                          
xx.xx.xx.xx 10.0.2.3 - - [16/Jan/2019:13:27:27 +0000] "GET /apps/files_pdfviewer/css/style.css?v=1bf6e69c-17 HTTP/1.1" 200 740 "-" "Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.99 Safari/537.36"                                                                                                                            
xx.xx.xx.xx 10.0.2.3 - - [16/Jan/2019:13:27:27 +0000] "GET /apps/files_videoplayer/css/style.css?v=1bf6e69c-17 HTTP/1.1" 200 2279 "-" "Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.99 Safari/537.36"                                                                                                                         
xx.xx.xx.xx 10.0.2.3 - - [16/Jan/2019:13:27:27 +0000] "GET /core/vendor/jquery-ui/themes/base/jquery-ui.css?v=4661589f-17 HTTP/1.1" 200 6472 "-" "Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.99 Safari/537.36"                                                                                                              
xx.xx.xx.xx 10.0.2.3 - - [16/Jan/2019:13:27:27 +0000] "GET /core/css/guest.css?v=4661589f-17 HTTP/1.1" 200 5915 "-" "Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.99 Safari/537.36"                                                                                                                                           
xx.xx.xx.xx 10.0.2.3 - - [16/Jan/2019:13:27:27 +0000] "GET /apps/theming/styles?v=17 HTTP/1.1" 200 1410 "-" "Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.99 Safari/537.36"                                                                                                                                                   
xx.xx.xx.xx 10.0.2.3 - - [16/Jan/2019:13:27:27 +0000] "GET /core/search/js/search.js?v=4661589f-17 HTTP/1.1" 200 1933 "-" "Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.99 Safari/537.36"                                                                                                                                     
xx.xx.xx.xx 10.0.2.3 - - [16/Jan/2019:13:27:27 +0000] "GET /core/l10n/de_DE.js?v=4661589f-17 HTTP/1.1" 200 16359 "-" "Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.99 Safari/537.36"                                                                                                                                          
xx.xx.xx.xx 10.0.2.3 - - [16/Jan/2019:13:27:27 +0000] "GET /core/fonts/Nunito-Regular.woff2 HTTP/1.1" 200 20023 "-" "Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.99 Safari/537.36"                                                                                                                                           
xx.xx.xx.xx 10.0.2.3 - - [16/Jan/2019:13:27:27 +0000] "GET /core/fonts/Nunito-Bold.woff2 HTTP/1.1" 200 20171 "-" "Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.99 Safari/537.36"                                                                                                                                              
xx.xx.xx.xx 10.0.2.3 - - [16/Jan/2019:13:27:27 +0000] "GET /apps/firstrunwizard/l10n/de_DE.js?v=4661589f-17 HTTP/1.1" 200 4566 "-" "Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.99 Safari/537.36"                                                                                                                            
xx.xx.xx.xx 10.0.2.3 - - [16/Jan/2019:13:27:27 +0000] "GET /core/img/actions/confirm-white.svg?v=2 HTTP/1.1" 200 856 "-" "Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.99 Safari/537.36"                                                                                                                                      
xx.xx.xx.xx 10.0.2.3 - - [16/Jan/2019:13:27:27 +0000] "GET /core/img/background.png?v=2 HTTP/1.1" 200 103155 "-" "Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.99 Safari/537.36"                                                                                                                                              
xx.xx.xx.xx 10.0.2.3 - - [16/Jan/2019:13:27:27 +0000] "GET /core/vendor/core.js?v=4661589f-17 HTTP/1.1" 200 282720 "-" "Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.99 Safari/537.36"                                                                                                                                        
xx.xx.xx.xx 10.0.2.3 - - [16/Jan/2019:13:27:27 +0000] "GET /js/core/merged-template-prepend.js?v=4661589f-17 HTTP/1.1" 200 43560 "-" "Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.99 Safari/537.36"                                                                                                                          
xx.xx.xx.xx 10.0.2.3 - - [16/Jan/2019:13:27:27 +0000] "GET /js/core/merged-share-backend.js?v=4661589f-17 HTTP/1.1" 200 32456 "-" "Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.99 Safari/537.36"                                                                                                                             
xx.xx.xx.xx 10.0.2.3 - - [16/Jan/2019:13:27:27 +0000] "GET /svg/core/logo/logo?color=fff&v=1 HTTP/1.1" 200 1203 "-" "Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.99 Safari/537.36"                                                                                                                                           
xx.xx.xx.xx 10.0.2.3 - - [16/Jan/2019:13:27:28 +0000] "GET /apps/firstrunwizard/js/jquery.colorbox.js?v=4661589f-17 HTTP/1.1" 200 9356 "-" "Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.99 Safari/537.36"                                                                                                                    
xx.xx.xx.xx 10.0.2.3 - - [16/Jan/2019:13:27:28 +0000] "GET /apps/firstrunwizard/js/firstrunwizard.js?v=4661589f-17 HTTP/1.1" 200 1651 "-" "Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.99 Safari/537.36"                                                                                                                     
xx.xx.xx.xx 10.0.2.3 - - [16/Jan/2019:13:27:28 +0000] "GET /apps/files_pdfviewer/js/previewplugin.js?v=4661589f-17 HTTP/1.1" 200 2439 "-" "Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.99 Safari/537.36"                                                                                                                     
xx.xx.xx.xx 10.0.2.3 - - [16/Jan/2019:13:27:28 +0000] "GET /apps/files_videoplayer/js/viewer.js?v=4661589f-17 HTTP/1.1" 200 2249 "-" "Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.99 Safari/537.36"                                                                                                                          
xx.xx.xx.xx 10.0.2.3 - - [16/Jan/2019:13:27:28 +0000] "GET /apps/gallery/l10n/de_DE.js?v=4661589f-17 HTTP/1.1" 200 4667 "-" "Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.99 Safari/537.36"                                                                                                                                   
xx.xx.xx.xx 10.0.2.3 - - [16/Jan/2019:13:27:28 +0000] "GET /core/search/js/searchprovider.js?v=4661589f-17 HTTP/1.1" 200 4147 "-" "Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.99 Safari/537.36"                                                                                                                             
xx.xx.xx.xx 10.0.2.3 - - [16/Jan/2019:13:27:28 +0000] "GET /core/js/jquery-ui-fixes.js?v=4661589f-17 HTTP/1.1" 200 721 "-" "Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.99 Safari/537.36"                                                                                                                                    
xx.xx.xx.xx 10.0.2.3 - - [16/Jan/2019:13:27:28 +0000] "GET /core/js/files/fileinfo.js?v=4661589f-17 HTTP/1.1" 200 1395 "-" "Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.99 Safari/537.36"                                                                                                                                    
xx.xx.xx.xx 10.0.2.3 - - [16/Jan/2019:13:27:28 +0000] "GET /core/js/files/client.js?v=4661589f-17 HTTP/1.1" 200 6109 "-" "Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.99 Safari/537.36"                                                                                                                                      
xx.xx.xx.xx 10.0.2.3 - - [16/Jan/2019:13:27:28 +0000] "GET /core/js/contactsmenu.js?v=4661589f-17 HTTP/1.1" 200 3607 "-" "Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.99 Safari/537.36"
xx.xx.xx.xx 10.0.2.3 - - [16/Jan/2019:13:27:28 +0000] "GET /core/js/contactsmenu_templates.js?v=4661589f-17 HTTP/1.1" 200 1977 "-" "Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.99 Safari/537.36"
xx.xx.xx.xx 10.0.2.3 - - [16/Jan/2019:13:27:28 +0000] "GET /core/vendor/jsTimezoneDetect/jstz.js?v=4661589f-17 HTTP/1.1" 200 4398 "-" "Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.99 Safari/537.36"                                                                                                                         
xx.xx.xx.xx 10.0.2.3 - - [16/Jan/2019:13:27:28 +0000] "GET /core/img/loading-dark.gif HTTP/1.1" 200 5132 "-" "Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.99 Safari/537.36"
xx.xx.xx.xx 10.0.2.3 - - [16/Jan/2019:13:27:28 +0000] "GET /apps/accessibility/js/accessibility?v=0 HTTP/1.1" 200 965 "-" "Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.99 Safari/537.36"
xx.xx.xx.xx 10.0.2.3 - - [16/Jan/2019:13:27:28 +0000] "GET /js/core/merged-login.js?v=4661589f-17 HTTP/1.1" 200 3334 "-" "Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.99 Safari/537.36"
xx.xx.xx.xx 10.0.2.3 - - [16/Jan/2019:13:27:28 +0000] "GET /apps/theming/js/theming?v=17 HTTP/1.1" 200 1144 "-" "Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.99 Safari/537.36"