Can't Login via Web UI After Update to 13.0.3 - If Update to 13.0.2 - Works

Hello, I’m migrating from Owncloud to Nextcloud.
Upgrade from Owncloud 10.0.8 to Nextcloud 12.0.8 With no Problem.
After Upgrading to Nextcloud 12.0.8 to 13.0.3 I can’t Login anymore in WEB Interface.
If I upgrade from 12.0.8 to 13.0.2, works fine! The problem is just with version 13.0.3.

STEPS

  1. log in via web as admin: fill login form and press “log in ->”
  2. observe same login form, browser redirected to /login?redirect_url=/apps/files/ and the screen back do login form.

Operating system : CENTOS 7.4

Web server: APACHE 2.4.6

Database: mysql

PHP version: 7.1.17

Nextcloud version:
13.0.3.2

Updated from an older Nextcloud/ownCloud or fresh install:
yes, from Owncloud 10.0.8 AND Nextcloud 12.0.8

My Config:

<?php
$CONFIG = array (
  'updatechecker' => false,
  'instanceid' => 'ocboamov1oy2',
  'passwordsalt' => '*REMOVED*',
  'secret' => '*REMOVED*',
  'trusted_domains' => 
  array (
    0 => '10.10.1.5',
    1 => 'box.auttom.com.br',
    2 => 'box.automatus.net',
    3 => 'box.auttom.net',
  ),
  'datadirectory' => '/var/www/html/owncloud/data',
  'overwrite.cli.url' => 'https://box.auttom.com.br',
  'dbtype' => 'mysql',
  'version' => '13.0.3.2',
  'dbname' => 'owncloud',
  'dbhost' => 'localhost',
  'dbtableprefix' => 'oc_',
  'dbuser' => 'owncloud',
  'dbpassword' => '*REMOVED*,
  'logtimezone' => 'America/Sao_Paulo',
  'installed' => true,
  'loglevel' => 3,
  'allow_user_to_change_display_name' => false,
  'htaccess.RewriteBase' => '/',
  'mail_domain' => '*REMOVED*',
  'mail_from_address' => 'box',
  'mail_smtpmode' => 'smtp',
  'mail_smtpauthtype' => 'NTLM',
  'mail_smtpauth' => 1,
  'mail_smtphost' => '*REMOVED*',
  'mail_smtpport' => '587',
  'mail_smtpname' => '*REMOVED*',
  'mail_smtppassword' => '*REMOVED*',
  'theme' => '',
  'maintenance' => false,
  'updater.secret' => '*REMOVED*',
  'updater.release.channel' => 'production'

APACHE LOG:
Nothing Interesting

1 Like

Does this fix work for you?

Thank you @tflidd
I had to roll back to Owncloud and I’ll wait for the next release with this fix.

To apply the fix would have been very easy (only one line changes). But as you have rolled-back already, it is easier to wait a couple of days for the new release.