Problems with client after upgrade from 23 to 24 NC server

Support intro

Client no longer works with NC 24

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:

I don't see anything in the logs that would indicate a problem that would affect client.

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, 20.0.5): 24.0.2.01
Operating system and version (eg, Ubuntu 20.04): macOS
Apache or nginx version (eg, Apache 2.4.25): Apache 2.4.54
PHP version (eg, 7.4): 8.0.20

The issue you are facing:

Cannot connect client to server. I can access NC from web page with no problem.

Is this the first time you’ve seen this error? Y_:

Steps to replicate it:

  1. Install several versions of client
  2. No version works.

The output of your Nextcloud log in Admin > Logging:

Log info displays briefly and the page goes blank.

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

<?php
$CONFIG = array (
  'instanceid' => '*********',
  'passwordsalt' => '**************************',
  'secret' => '********************',
  'trusted_domains' =>
  array (
    0 => 'nc.y4x.biz',
    1 => 'cl.y4x.biz',
  ),
  'memcache.local' => '\\OC\\Memcache\\APCu',
  'memcache.distributed' => '\\OC\\Memcache\\Redis',
  'memcache.locking' => '\\OC\\Memcache\\Redis',
  'filelocking.enabled' => 'true',
  'redis' =>
  array (
    'host' => '127.0.0.1',
    'port' => 6379,
    'timeout' => 0,
    'password' => '****************',
    'dbindex' => 0,
  ),
  'datadirectory' => '/var/nc_data',
  'dbtype' => 'mysql',
  'version' => '24.0.2.1',
  'overwrite.cli.url' => '*********',
  'overwriteprotocol' => 'https',
  'overwritehost' => '*******',
  'dbname' => *****',
  'dbhost' => 'localhost',
  'dbport' => '',
  'dbtableprefix' => 'oc_',
  'mysql.utf8mb4' => true,
  'dbuser' => **********',
  'dbpassword' => '********',
  'installed' => true,
  'maintenance' => false,
  'tempdirectory' => '**********',
  'mail_smtpmode' => 'smtp',
  'mail_smtpsecure' => 'tls',
  'mail_sendmailmode' => 'pipe',
  'mail_from_address' => '***',
  'mail_domain' => '*********',
  'mail_smtpauth' => 1,
  'mail_smtphost' => '*******',
  'mail_smtpport' => '587',
  'mail_smtpname' => ***********',
  'mail_smtppassword' => '********************',
  'mail_smtpauthtype' => 'LOGIN',
  'trashbin_retention_obligation' => 'auto,30',
  'versions_retention_obligation' => 'auto,2',
  'log_type' => 'file',
  'logfile' => '/var/log/nextcloud/nextcloud.log',
  'loglevel' => 0,
  'logfilemode' => 420,
  'debug' => true,
  'log_rotate_size' => 10485760,
  'logtimezone' => 'America/Boise',
  'activity_expire_days' => 4,
  'theme' => '',
  'default_phone_region' => 'US',
  'default_locale' => 'en_US',
  'defaultapp' => 'files',
  'app_install_overwrite' =>
  array (
    0 => 'spreedme',
    1 => 'nextbackup',
    2 => 'cookbook',
    3 => 'epubreader',
  ),
  'ldapProviderFactory' => 'OCA\\User_LDAP\\LDAPProviderFactory',
  'updater.secret' => '********************',
);

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

PASTE HERE

PASTE HERE


Output errors in nextcloud.log in /var/www/ or as admin user in top right menu, filtering for errors. Use a pastebin service if necessary.

None