Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Recommended files not working as expected after upgrading Nextcloud to 27.1.2 #659

Open
michu-pl opened this issue Oct 16, 2023 · 0 comments

Comments

@michu-pl
Copy link

michu-pl commented Oct 16, 2023

After the update, clicking on a file on the list of recommended files on the dashboard takes you to the list of files instead of the file as before.

Nextcloud version: 27.1.2
Operating system and version : Debian 11.8
Apache version: 2.4.57
PHP version: 8.1.23

The output of Nextcloud log in Admin > Logging:
NO ERRORS

The output of config.php:

<?php
$CONFIG = array (
  'instanceid' => '********',
  'passwordsalt' => '********',
  'secret' => '********',
  'trusted_domains' =>
  array (
    0 => 'nextcloud.local',
    1 => '192.168.0.100',
  ),
  'datadirectory' => '/var/www/nextcloud/data',
  'dbtype' => 'pgsql',
  'version' => '27.1.2.1',
  'overwrite.cli.url' => 'https://nextcloud.local',
  'dbname' => 'nextcloud',
  'dbhost' => 'localhost',
  'dbport' => '',
  'dbtableprefix' => 'oc_',
  'mysql.utf8mb4' => true,
  'dbuser' => 'nextcloud',
  'dbpassword' => '********',
  'installed' => true,
  'htaccess.RewriteBase' => '/',
  'mail_smtpmode' => 'smtp',
  'mail_smtpsecure' => 'ssl',
  'mail_sendmailmode' => 'smtp',
  'mail_from_address' => 'nextcloud',
  'mail_domain' => '********',
  'mail_smtpauthtype' => 'PLAIN',
  'mail_smtpauth' => 1,
  'mail_smtphost' => '********',
  'mail_smtpport' => '465',
  'mail_smtpname' => '********',
  'mail_smtppassword' => '********',
  'trashbin_retention_obligation' => 'auto, 30',
  'filelocking.enabled' => 'true',
  'memcache.local' => '\\OC\\Memcache\\Redis',
  'memcache.locking' => '\\OC\\Memcache\\Redis',
  'redis' =>
  array (
    'host' => '/run/redis/redis-server.sock',
    'port' => 0,
    'dbindex' => 0,
    'password' => '********',
    'timeout' => 1.5,
  ),
  'log_type' => 'file',
  'logfile' => '/var/log/nextcloud/nextcloud.log',
  'loglevel' => 1,
  'logtimezone' => 'Europe/Warsaw',
  'theme' => '',
  'default_phone_region' => 'PL',
  'enable_previews' => true,
  'simpleSignUpLink.shown' => false,
  'skeletondirectory' => '',
  'allow_local_remote_servers' => true,
  'maintenance' => false,
  'versions_retention_obligation' => 'auto, 60',
  'lost_password_link' => 'disabled',
  'auth.bruteforce.protection.enabled' => false,
  'app_install_overwrite' =>
  array (
    0 => 'issuetemplate',
  ),
  'ldapProviderFactory' => 'OCA\\User_LDAP\\LDAPProviderFactory',
);

No errors in nextcloud.log

Thanks! :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant