After upgrade, apps and users pages are blank

Upgraded from 17.0.3 to 18.0.1, Debian 10 MySQL, PHP7.3, ngnx 1.14.2

I did an upgrade from NC17.0.3 to 18.0.2.
After the upgrade tools such as OnlyOffice and CODE were working OK but NC Talk was not available as befpre also now when selecting Apps or Users from the upper right those pages were blank except for the page headers.

I either reinstalled or reenabled all apps using the occ command line tool. NC Talk became available again but the apps and users pages are still blank.

Next, refreshed my browser cache and tried another browser, still blank.

Next, tried the following in my config.php file, but still blank
‘appstoreenabled’ => true,
‘appstoreurl’ => ‘https://apps.nextcloud.com’,
‘apps_paths’ => array(
array(
‘path’ => ‘/var/www/nextcloud/apps’,
‘url’ => ‘/apps’,
‘writable’ => true,
),
),

I am at an impasse, I noticed when I selected Apps. the browser address bar had “[DomainName].org/index.php/setting/apps” briefly then went to “[DomainName].org/index.php”.

Please suggestions would be helpful.
Thanks,
Dennis

config.php:

<?php $CONFIG = array ( 'instanceid' => '[instanceid]', 'passwordsalt' => '[passwordsalt]', 'secret' => '[secret]', 'trusted_domains' => array ( 0 => '[DomainName].org', ), 'datadirectory' => '/opt/nextcloud/', 'dbtype' => 'mysql', 'version' => '18.0.1.3', 'overwrite.cli.url' => 'https://[DomainName].org', 'dbname' => 'nextcloud', 'dbhost' => '[host]', 'dbport' => '', 'dbtableprefix' => 'oc_', 'mysql.utf8mb4' => true, 'dbuser' => '[dbusername]', 'dbpassword' => '[dbpassword]', 'installed' => true, 'log_type' => 'file', 'logfile' => '/var/log/nextcloud.log', 'logfilemode' => 416, 'loglevel' => 0, 'logdateformat' => 'F d, Y H:i:s', 'memcache.local' => '\\OC\\Memcache\\APCu', 'mail_smtpmode' => 'smtp', 'mail_smtphost' => '[smtphost].org', 'mail_sendmailmode' => 'smtp', 'mail_smtpsecure' => 'ssl', 'mail_smtpauthtype' => 'LOGIN', 'mail_smtpauth' => 1, 'mail_smtpport' => '465', 'mail_smtpname' => '[smtpname].org', 'mail_smtppassword' => '[smtppassword]', 'mail_from_address' => 'nextcloud', 'mail_domain' => '[smtpname].org', 'has_rebuilt_cache' => true, 'maintenance' => false, 'theme' => '', 'ldapIgnoreNamingRules' => false, 'ldapProviderFactory' => 'OCA\\User_LDAP\\LDAPProviderFactory', 'appstoreenabled' => true, 'appstoreurl' => 'https://apps.nextcloud.com', 'apps_paths' => array( array( 'path' => '/var/www/nextcloud/apps', 'url' => '/apps', 'writable' => true, ), ), ); In the nextcloud.log files I get MBs of data about the available apps but the pages are blank. If I remove the lines from the config.php: 'appstoreenabled' => true, 'appstoreurl' => 'https://apps.nextcloud.com', 'apps_paths' => array( array( 'path' => '/var/www/nextcloud/apps', 'url' => '/apps', 'writable' => true, ), ), I get in the log file: {"reqId":"nPhGDxK2TvUXsgfyqkQK","level":0,"time":"February 23, 2020 05:04:48","remoteAddr":"109.70.100.22","user":"root","app":"no app in context","method":"GET","url":"/index.php/settings/apps","message":"Deprecated event type for \\OCP\\Files::preWrite: Symfony\\Component\\EventDispatcher\\GenericEvent","userAgent":"Mozilla/5.0 (Windows NT 10.0; rv:68.0) Gecko/20100101 Firefox/68.0","version":"18.0.1.3"} {"reqId":"nPhGDxK2TvUXsgfyqkQK","level":0,"time":"February 23, 2020 05:04:48","remoteAddr":"109.70.100.22","user":"root","app":"no app in context","method":"GET","url":"/index.php/settings/apps","message":"Deprecated event type for \\OCP\\Files::postWrite: Symfony\\Component\\EventDispatcher\\GenericEvent","userAgent":"Mozilla/5.0 (Windows NT 10.0; rv:68.0) Gecko/20100101 Firefox/68.0","version":"18.0.1.3"} {"reqId":"pMGa5UZyj4hOcm3sVsb6","level":0,"time":"February 23, 2020 05:04:50","remoteAddr":"109.70.100.22","user":"--","app":"cron","method":"GET","url":"/cron.php","message":"Run OCA\\WorkflowEngine\\BackgroundJobs\\Rotate job with ID 73","userAgent":"Mozilla/5.0 (Windows NT 10.0; rv:68.0) Gecko/20100101 Firefox/68.0","version":"18.0.1.3"} {"reqId":"pMGa5UZyj4hOcm3sVsb6","level":0,"time":"February 23, 2020 05:04:50","remoteAddr":"109.70.100.22","user":"--","app":"cron","method":"GET","url":"/cron.php","message":"Finished OCA\\WorkflowEngine\\BackgroundJobs\\Rotate job with ID 73 in 0 seconds","userAgent":"Mozilla/5.0 (Windows NT 10.0; rv:68.0) Gecko/20100101 Firefox/68.0","version":"18.0.1.3"} I saw no relevent access or error logs in the nginx log file.

Never mind , I fixed the problem. I had extra files in my /var/www/nextcloud directory hierarchy.

Hi, I’am french and I have the same problem. Can you tell me how you solved the problem ? what do you mean by that : “I had extra files in my /var/www/nextcloud directory hierarchy”
Thank you

OK I found too. I deleted directory ‘settings’ and now nextcloud work very well. Thank you

Hey,I have the same problem. Would you please help me to solve it?Thank you very much.