Clean NC 14.0.0, password timeout for enable/disable apps

Nextcloud version (eg, 12.0.2): 14.0.0
Operating system and version (eg, Ubuntu 17.04): Debian 9
Apache or nginx version (eg, Apache 2.4.25): Apache 2.4.25
PHP version (eg, 7.1): 7.0

The issue you are facing:
After creating a clean NC 14.0.0 VM, I notice that when I try to enable (or disable) an app, the time-out for the password is approx 6 seconds. This is bit short for the admin password I use. If I put the password in the clipboard, and paste it as soon as the pop-up shows it works. But trying to enter the password it cancels the pop-up before I can complete it.

Is this the first time you’ve seen this error? (Y/N): Y

Steps to replicate it:

  1. Create new VM and install NC 14.0.0
  2. Proceed with installation through web-page
  3. Login as Admin, and try to enable additional apps
  4. Before I can enter password the pop-up disappears with a message “You did not enter the password in time”

The output of your Nextcloud log in Admin > Logging:

No log entries visible during the time the pop-up shows

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

$CONFIG = array (
  'instanceid' => '*****',
  'passwordsalt' => '*****',
  'secret' => '*****',
  'trusted_domains' => 
  array (
    0 => '192.168.7.215:8081',
  ),
  'datadirectory' => '/var/www/nextcloud/data',
  'version' => '14.0.0.19',
  'overwrite.cli.url' => 'http://192.168.7.215:8081',
  'dbtype' => 'mysql',
  'dbname' => 'nextcloud_stable',
  'dbhost' => '192.168.7.210',
  'dbport' => '',
  'dbtableprefix' => 'oc_',
  'dbuser' => 'nextcloud',
  'dbpassword' => '*****',
  'mysql.utf8mb4' => true,
  'installed' => true,
  'mail_from_address' => 'cloud',
  'mail_smtpmode' => 'smtp',
  'mail_smtpauthtype' => 'LOGIN',
  'mail_domain' => '*****.net',
  'mail_smtphost' => '*****',
  'mail_smtpport' => '587',
  'mail_smtpsecure' => 'tls',
  'mail_smtpauth' => 1,
  'mail_smtpname' => '*****',
  'mail_smtppassword' => '*****',
  'maintenance' => false,
);

The output of your Apache/nginx/system log in /var/log/____:

Only 1 entry at the time of the pop-up disappearing:

192.168.77.5 - - [18/Sep/2018:15:05:45 +0100] "GET /ocs/v2.php/core/navigation/apps?format=json HTTP/1.1" 200 1904 "-" "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/68.0.3440.106 Safari/537.36 OPR/55.0.2994.37"
1 Like

OK Thanks. Wasn’t sure if it was my config. Have created an issue:

UPDATE: Was duplicate of above issue, so replaced it with active one.