[solved] NCP 1.5 Upgrade to NC 25 ends up with blank home page but admin page is working

Hi, I’ve just upgraded NC v24 to v25 and everything seemed to go well. After upgrade has finished home page comes up blank. Admin page is functional and shows most services up. However, HBP service shows as down.

I’d appreciate some guidance. Below are my logs:

<–! Paste this in GitHub report →

NextcloudPi diagnostics

NextcloudPi version  v1.51.0
NextcloudPi image    NextCloudPi_07-25-22
OS                   Debian GNU/Linux 11. 5.15.84-v8+ (aarch64)
automount            yes
USB devices          sda sdb 
datadir              /var/www/nextcloud/data
data in SD           yes
data filesystem      ext2/ext3
data disk usage      317G/917G
rootfs usage         317G/917G
swapfile             /var/swap
dbdir                /var/lib/mysql
Nextcloud check      ok
Nextcloud version    25.0.4.1
HTTPD service        up
PHP service          up
MariaDB service      up
Redis service        up
HPB service          down
Postfix service      up
Internet check       ok
Public IPv4          ***REMOVED SENSITIVE VALUE***
Public IPv6          ***REMOVED SENSITIVE VALUE***
Port 80              open
Port 443             open
IP                   ***REMOVED SENSITIVE VALUE***
Gateway              ***REMOVED SENSITIVE VALUE***
Interface            eth0
Certificates         ***REMOVED SENSITIVE VALUE***
NAT loopback         no
Uptime               7min

Nextcloud configuration

Nextcloud or one of the apps require upgrade - only a limited number of commands are available
You may use your browser or the occ upgrade command to do the upgrade
{
    "system": {
        "passwordsalt": "***REMOVED SENSITIVE VALUE***",
        "secret": "***REMOVED SENSITIVE VALUE***",
        "trusted_domains": {
            "0": "localhost",
            "11": "135.134.39.232",
            "1": "192.168.1.113",
            "5": "nextcloudpi.local",
            "7": "nextcloudpi",
            "8": "nextcloudpi.lan",
            "3": "nextcloudpi",
            "4": "ncp.120v.ac",
            "12": "ncp.120v.ac",
            "22": "nextcloudpi",
            "": "ncp.120v.ac",
            "14": "nextcloudpi"
        },
        "datadirectory": "***REMOVED SENSITIVE VALUE***",
        "dbtype": "mysql",
        "version": "24.0.10.1",
        "overwrite.cli.url": "https:\/\/nextcloudpi\/",
        "dbname": "***REMOVED SENSITIVE VALUE***",
        "dbhost": "***REMOVED SENSITIVE VALUE***",
        "dbport": "",
        "dbtableprefix": "oc_",
        "mysql.utf8mb4": true,
        "dbuser": "***REMOVED SENSITIVE VALUE***",
        "dbpassword": "***REMOVED SENSITIVE VALUE***",
        "installed": true,
        "instanceid": "***REMOVED SENSITIVE VALUE***",
        "memcache.local": "\\OC\\Memcache\\Redis",
        "memcache.locking": "\\OC\\Memcache\\Redis",
        "redis": {
            "host": "***REMOVED SENSITIVE VALUE***",
            "port": 0,
            "timeout": 0,
            "password": "***REMOVED SENSITIVE VALUE***"
        },
        "tempdirectory": "\/var\/www\/nextcloud\/data\/tmp",
        "mail_smtpmode": "smtp",
        "mail_smtpauthtype": "LOGIN",
        "mail_from_address": "***REMOVED SENSITIVE VALUE***",
        "mail_domain": "***REMOVED SENSITIVE VALUE***",
        "jpeg_quality": "60",
        "overwriteprotocol": "https",
        "loglevel": "2",
        "log_type": "file",
        "mail_sendmailmode": "smtp",
        "mail_smtpsecure": "tls",
        "mail_smtpauth": 1,
        "mail_smtphost": "***REMOVED SENSITIVE VALUE***",
        "mail_smtpport": "587",
        "mail_smtpname": "***REMOVED SENSITIVE VALUE***",
        "mail_smtppassword": "***REMOVED SENSITIVE VALUE***",
        "maintenance": false,
        "preview_max_x": "2048",
        "preview_max_y": "2048",
        "theme": "",
        "twofactor_enforced": "true",
        "twofactor_enforced_groups": [
            "admin"
        ],
        "twofactor_enforced_excluded_groups": [],
        "data-fingerprint": "f9fc5aceb264fe72c4245e92c0d7baad",
        "app_install_overwrite": [
            "bookmarks_fulltextsearch"
        ],
        "trusted_proxies": "***REMOVED SENSITIVE VALUE***",
        "default_phone_region": "US",
        "logfile": "\/var\/www\/nextcloud\/data\/nextcloud.log",
        "updater.secret": "***REMOVED SENSITIVE VALUE***"
    }
}

HTTPd logs

[Thu Mar 02 21:47:31.741047 2023] [authz_host:error] [pid 607:tid 548277399936] [client 192.168.1.114:53752] AH01753: access check of 'localhost' to /img/settings-white.svg failed, reason: unable to get the remote host name, referer: https://192.168.1.113:4443/css/ncp.css
[Thu Mar 02 21:47:31.741530 2023] [authz_host:error] [pid 607:tid 548252205440] [client 192.168.1.114:53752] AH01753: access check of 'localhost' to /img/search.svg failed, reason: unable to get the remote host name, referer: https://192.168.1.113:4443/css/ncp.css
[Thu Mar 02 21:47:31.741798 2023] [authz_host:error] [pid 607:tid 548260606336] [client 192.168.1.114:53752] AH01753: access check of 'localhost' to /img/dashboard.svg failed, reason: unable to get the remote host name, referer: https://192.168.1.113:4443/css/ncp.css
[Thu Mar 02 21:47:31.741938 2023] [authz_host:error] [pid 607:tid 548285792640] [client 192.168.1.114:53752] AH01753: access check of 'localhost' to /img/ncp-logo.svg failed, reason: unable to get the remote host name
[Thu Mar 02 21:47:31.746990 2023] [authz_host:error] [pid 607:tid 548260606336] [client 192.168.1.114:53752] AH01753: access check of 'localhost' to /ncp-launcher.php failed, reason: unable to get the remote host name
[Thu Mar 02 21:47:31.764056 2023] [authz_host:error] [pid 607:tid 548269007232] [client 192.168.1.114:53752] AH01753: access check of 'localhost' to /img/defaults.svg failed, reason: unable to get the remote host name
[Thu Mar 02 21:47:31.772234 2023] [authz_host:error] [pid 607:tid 548294185344] [client 192.168.1.114:53752] AH01753: access check of 'localhost' to /img/poweroff.svg failed, reason: unable to get the remote host name
[Thu Mar 02 21:47:31.777276 2023] [authz_host:error] [pid 607:tid 548302578048] [client 192.168.1.114:53752] AH01753: access check of 'localhost' to /img/reboot.svg failed, reason: unable to get the remote host name
[Thu Mar 02 21:47:31.784504 2023] [authz_host:error] [pid 607:tid 548319363456] [client 192.168.1.114:53752] AH01753: access check of 'localhost' to /img/logs.svg failed, reason: unable to get the remote host name, referer: https://192.168.1.113:4443/css/ncp.css
[Thu Mar 02 21:47:31.805240 2023] [authz_host:error] [pid 607:tid 548277399936] [client 192.168.1.114:53752] AH01753: access check of 'localhost' to /img/wizard.svg failed, reason: unable to get the remote host name, referer: https://192.168.1.113:4443/css/ncp.css
[Thu Mar 02 21:47:31.806705 2023] [authz_host:error] [pid 607:tid 548310970752] [client 192.168.1.114:53752] AH01753: access check of 'localhost' to /img/files.svg failed, reason: unable to get the remote host name, referer: https://192.168.1.113:4443/css/ncp.css
[Thu Mar 02 21:47:31.806705 2023] [authz_host:error] [pid 607:tid 548327756160] [client 192.168.1.114:53752] AH01753: access check of 'localhost' to /img/info-white.svg failed, reason: unable to get the remote host name, referer: https://192.168.1.113:4443/css/ncp.css
[Thu Mar 02 21:47:31.813815 2023] [authz_host:error] [pid 607:tid 548285792640] [client 192.168.1.114:53752] AH01753: access check of 'localhost' to /ncp-output.php failed, reason: unable to get the remote host name
[Thu Mar 02 21:47:36.843174 2023] [authz_host:error] [pid 607:tid 548260606336] [client 192.168.1.114:53752] AH01753: access check of 'localhost' to /ncp-launcher.php failed, reason: unable to get the remote host name
[Thu Mar 02 21:47:36.867496 2023] [authz_host:error] [pid 607:tid 548260606336] [client 192.168.1.114:53752] AH01753: access check of 'localhost' to /img/download.svg failed, reason: unable to get the remote host name
[Thu Mar 02 21:47:36.867496 2023] [authz_host:error] [pid 607:tid 548310970752] [client 192.168.1.114:53752] AH01753: access check of 'localhost' to /img/delete.svg failed, reason: unable to get the remote host name
[Thu Mar 02 21:47:36.868923 2023] [authz_host:error] [pid 607:tid 548310970752] [client 192.168.1.114:53752] AH01753: access check of 'localhost' to /ncp-launcher.php failed, reason: unable to get the remote host name
[Thu Mar 02 21:51:01.302112 2023] [proxy_fcgi:error] [pid 607:tid 548285792640] [client 192.168.1.114:53752] AH01067: Failed to read FastCGI header
[Thu Mar 02 21:51:01.302309 2023] [proxy_fcgi:error] [pid 607:tid 548285792640] (104)Connection reset by peer: [client 192.168.1.114:53752] AH01075: Error dispatching request to :4443: 
[Thu Mar 02 21:51:06.338515 2023] [authz_host:error] [pid 607:tid 548285792640] [client 192.168.1.114:54043] AH01753: access check of 'localhost' to /ncp-output.php failed, reason: unable to get the remote host name

Database logs

tail: cannot open '/var/log/mysql/*.log' for reading: No such file or directory

Nextcloud logs

{"reqId":"ZAEUp7GN1HVsCSbZMGqf9wAAAwI","level":3,"time":"2023-03-02T21:27:03+00:00","remoteAddr":"192.168.1.114","user":"--","app":"PHP","method":"GET","url":"/","message":"Declaration of OCA\\Talk\\Share\\RoomShareProvider::getSharesInFolder($userId, OCP\\Files\\Folder $node, $reshares): array must be compatible with OCP\\Share\\IShareProvider::getSharesInFolder($userId, OCP\\Files\\Folder $node, $reshares, $shallow = true) at /var/www/nextcloud/apps/spreed/lib/Share/RoomShareProvider.php#520","userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:109.0) Gecko/20100101 Firefox/110.0","version":"24.0.10.1","data":{"app":"PHP"}}
{"reqId":"ZAEU0vn5EXRqUxdkPY31-AAAAFA","level":3,"time":"2023-03-02T21:27:46+00:00","remoteAddr":"192.168.1.10","user":"--","app":"PHP","method":"GET","url":"/","message":"Declaration of OCA\\Talk\\Share\\RoomShareProvider::getSharesInFolder($userId, OCP\\Files\\Folder $node, $reshares): array must be compatible with OCP\\Share\\IShareProvider::getSharesInFolder($userId, OCP\\Files\\Folder $node, $reshares, $shallow = true) at /var/www/nextcloud/apps/spreed/lib/Share/RoomShareProvider.php#520","userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:109.0) Gecko/20100101 Firefox/110.0","version":"24.0.10.1","data":{"app":"PHP"}}
{"reqId":"ZAEU0_n5EXRqUxdkPY31-gAAAFc","level":3,"time":"2023-03-02T21:27:48+00:00","remoteAddr":"192.168.1.10","user":"--","app":"PHP","method":"GET","url":"/","message":"Declaration of OCA\\Talk\\Share\\RoomShareProvider::getSharesInFolder($userId, OCP\\Files\\Folder $node, $reshares): array must be compatible with OCP\\Share\\IShareProvider::getSharesInFolder($userId, OCP\\Files\\Folder $node, $reshares, $shallow = true) at /var/www/nextcloud/apps/spreed/lib/Share/RoomShareProvider.php#520","userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:109.0) Gecko/20100101 Firefox/110.0","version":"24.0.10.1","data":{"app":"PHP"}}
{"reqId":"ZAEVNfn5EXRqUxdkPY31-wAAAEw","level":3,"time":"2023-03-02T21:29:26+00:00","remoteAddr":"192.168.1.10","user":"--","app":"PHP","method":"OPTIONS","url":"/remote.php/dav/principals/users/ozlem/","message":"Declaration of OCA\\Talk\\Share\\RoomShareProvider::getSharesInFolder($userId, OCP\\Files\\Folder $node, $reshares): array must be compatible with OCP\\Share\\IShareProvider::getSharesInFolder($userId, OCP\\Files\\Folder $node, $reshares, $shallow = true) at /var/www/nextcloud/apps/spreed/lib/Share/RoomShareProvider.php#520","userAgent":"iOS/15.3.1 (19D52) remindd/1.0","version":"24.0.10.1","data":{"app":"PHP"}}
{"reqId":"ZAEVc_n5EXRqUxdkPY31_wAAAEg","level":3,"time":"2023-03-02T21:30:27+00:00","remoteAddr":"192.168.1.10","user":"--","app":"PHP","method":"OPTIONS","url":"/remote.php/dav/principals/users/ozlem/","message":"Declaration of OCA\\Talk\\Share\\RoomShareProvider::getSharesInFolder($userId, OCP\\Files\\Folder $node, $reshares): array must be compatible with OCP\\Share\\IShareProvider::getSharesInFolder($userId, OCP\\Files\\Folder $node, $reshares, $shallow = true) at /var/www/nextcloud/apps/spreed/lib/Share/RoomShareProvider.php#520","userAgent":"iOS/15.3.1 (19D52) remindd/1.0","version":"24.0.10.1","data":{"app":"PHP"}}
{"reqId":"ZAEVeLGN1HVsCSbZMGqgAQAAABA","level":3,"time":"2023-03-02T21:30:32+00:00","remoteAddr":"192.168.1.10","user":"--","app":"PHP","method":"GET","url":"/","message":"Declaration of OCA\\Talk\\Share\\RoomShareProvider::getSharesInFolder($userId, OCP\\Files\\Folder $node, $reshares): array must be compatible with OCP\\Share\\IShareProvider::getSharesInFolder($userId, OCP\\Files\\Folder $node, $reshares, $shallow = true) at /var/www/nextcloud/apps/spreed/lib/Share/RoomShareProvider.php#520","userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:109.0) Gecko/20100101 Firefox/110.0","version":"24.0.10.1","data":{"app":"PHP"}}
{"reqId":"ZAEVkbGN1HVsCSbZMGqgAgAAGAI","level":3,"time":"2023-03-02T21:30:57+00:00","remoteAddr":"192.168.1.114","user":"--","app":"PHP","method":"GET","url":"/","message":"Declaration of OCA\\Talk\\Share\\RoomShareProvider::getSharesInFolder($userId, OCP\\Files\\Folder $node, $reshares): array must be compatible with OCP\\Share\\IShareProvider::getSharesInFolder($userId, OCP\\Files\\Folder $node, $reshares, $shallow = true) at /var/www/nextcloud/apps/spreed/lib/Share/RoomShareProvider.php#520","userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:109.0) Gecko/20100101 Firefox/110.0","version":"24.0.10.1","data":{"app":"PHP"}}
{"reqId":"ZAEV8vn5EXRqUxdkPY32BwAAAEk","level":3,"time":"2023-03-02T21:32:34+00:00","remoteAddr":"192.168.1.10","user":"--","app":"PHP","method":"OPTIONS","url":"/remote.php/dav/principals/users/ozlem/","message":"Declaration of OCA\\Talk\\Share\\RoomShareProvider::getSharesInFolder($userId, OCP\\Files\\Folder $node, $reshares): array must be compatible with OCP\\Share\\IShareProvider::getSharesInFolder($userId, OCP\\Files\\Folder $node, $reshares, $shallow = true) at /var/www/nextcloud/apps/spreed/lib/Share/RoomShareProvider.php#520","userAgent":"iOS/15.3.1 (19D52) remindd/1.0","version":"24.0.10.1","data":{"app":"PHP"}}
{"reqId":"ZAEWA_n5EXRqUxdkPY32CQAAVQE","level":3,"time":"2023-03-02T21:32:51+00:00","remoteAddr":"192.168.1.114","user":"--","app":"PHP","method":"GET","url":"/","message":"Declaration of OCA\\Talk\\Share\\RoomShareProvider::getSharesInFolder($userId, OCP\\Files\\Folder $node, $reshares): array must be compatible with OCP\\Share\\IShareProvider::getSharesInFolder($userId, OCP\\Files\\Folder $node, $reshares, $shallow = true) at /var/www/nextcloud/apps/spreed/lib/Share/RoomShareProvider.php#520","userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:109.0) Gecko/20100101 Firefox/110.0","version":"24.0.10.1","data":{"app":"PHP"}}
{"reqId":"ZAEWo_n5EXRqUxdkPY32KAAAUwI","level":3,"time":"2023-03-02T21:35:31+00:00","remoteAddr":"192.168.1.114","user":"--","app":"PHP","method":"GET","url":"/","message":"Declaration of OCA\\Talk\\Share\\RoomShareProvider::getSharesInFolder($userId, OCP\\Files\\Folder $node, $reshares): array must be compatible with OCP\\Share\\IShareProvider::getSharesInFolder($userId, OCP\\Files\\Folder $node, $reshares, $shallow = true) at /var/www/nextcloud/apps/spreed/lib/Share/RoomShareProvider.php#520","userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:109.0) Gecko/20100101 Firefox/110.0","version":"24.0.10.1","data":{"app":"PHP"}}
{"reqId":"ZAEWp_n5EXRqUxdkPY32KQAASQI","level":3,"time":"2023-03-02T21:35:35+00:00","remoteAddr":"192.168.1.114","user":"--","app":"PHP","method":"GET","url":"/","message":"Declaration of OCA\\Talk\\Share\\RoomShareProvider::getSharesInFolder($userId, OCP\\Files\\Folder $node, $reshares): array must be compatible with OCP\\Share\\IShareProvider::getSharesInFolder($userId, OCP\\Files\\Folder $node, $reshares, $shallow = true) at /var/www/nextcloud/apps/spreed/lib/Share/RoomShareProvider.php#520","userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:109.0) Gecko/20100101 Firefox/110.0","version":"24.0.10.1","data":{"app":"PHP"}}
{"reqId":"ZAEW_vn5EXRqUxdkPY32LAAAAEI","level":3,"time":"2023-03-02T21:37:02+00:00","remoteAddr":"192.168.1.10","user":"--","app":"PHP","method":"OPTIONS","url":"/remote.php/dav/principals/users/ozlem/","message":"Declaration of OCA\\Talk\\Share\\RoomShareProvider::getSharesInFolder($userId, OCP\\Files\\Folder $node, $reshares): array must be compatible with OCP\\Share\\IShareProvider::getSharesInFolder($userId, OCP\\Files\\Folder $node, $reshares, $shallow = true) at /var/www/nextcloud/apps/spreed/lib/Share/RoomShareProvider.php#520","userAgent":"iOS/15.3.1 (19D52) remindd/1.0","version":"24.0.10.1","data":{"app":"PHP"}}
{"reqId":"ZAEX8LGN1HVsCSbZMGqgBgAAAgI","level":3,"time":"2023-03-02T21:41:04+00:00","remoteAddr":"192.168.1.114","user":"--","app":"PHP","method":"GET","url":"/","message":"Declaration of OCA\\Talk\\Share\\RoomShareProvider::getSharesInFolder($userId, OCP\\Files\\Folder $node, $reshares): array must be compatible with OCP\\Share\\IShareProvider::getSharesInFolder($userId, OCP\\Files\\Folder $node, $reshares, $shallow = true) at /var/www/nextcloud/apps/spreed/lib/Share/RoomShareProvider.php#520","userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:109.0) Gecko/20100101 Firefox/110.0","version":"24.0.10.1","data":{"app":"PHP"}}
{"reqId":"ZAEX8fn5EXRqUxdkPY32NgAAAEQ","level":3,"time":"2023-03-02T21:41:05+00:00","remoteAddr":"192.168.1.10","user":"--","app":"PHP","method":"GET","url":"/","message":"Declaration of OCA\\Talk\\Share\\RoomShareProvider::getSharesInFolder($userId, OCP\\Files\\Folder $node, $reshares): array must be compatible with OCP\\Share\\IShareProvider::getSharesInFolder($userId, OCP\\Files\\Folder $node, $reshares, $shallow = true) at /var/www/nextcloud/apps/spreed/lib/Share/RoomShareProvider.php#520","userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:109.0) Gecko/20100101 Firefox/110.0","version":"24.0.10.1","data":{"app":"PHP"}}
{"reqId":"ZAEX-Pn5EXRqUxdkPY32OwAAAFI","level":3,"time":"2023-03-02T21:41:13+00:00","remoteAddr":"192.168.1.10","user":"--","app":"PHP","method":"GET","url":"/","message":"Declaration of OCA\\Talk\\Share\\RoomShareProvider::getSharesInFolder($userId, OCP\\Files\\Folder $node, $reshares): array must be compatible with OCP\\Share\\IShareProvider::getSharesInFolder($userId, OCP\\Files\\Folder $node, $reshares, $shallow = true) at /var/www/nextcloud/apps/spreed/lib/Share/RoomShareProvider.php#520","userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:109.0) Gecko/20100101 Firefox/110.0","version":"24.0.10.1","data":{"app":"PHP"}}
{"reqId":"ZAEYE_n5EXRqUxdkPY32VwAAAEs","level":3,"time":"2023-03-02T21:41:39+00:00","remoteAddr":"192.168.1.10","user":"--","app":"PHP","method":"GET","url":"/","message":"Declaration of OCA\\Talk\\Share\\RoomShareProvider::getSharesInFolder($userId, OCP\\Files\\Folder $node, $reshares): array must be compatible with OCP\\Share\\IShareProvider::getSharesInFolder($userId, OCP\\Files\\Folder $node, $reshares, $shallow = true) at /var/www/nextcloud/apps/spreed/lib/Share/RoomShareProvider.php#520","userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:109.0) Gecko/20100101 Firefox/110.0","version":"24.0.10.1","data":{"app":"PHP"}}
{"reqId":"ZAEYFvn5EXRqUxdkPY32WgAARgk","level":3,"time":"2023-03-02T21:41:43+00:00","remoteAddr":"192.168.1.114","user":"--","app":"PHP","method":"GET","url":"/","message":"Declaration of OCA\\Talk\\Share\\RoomShareProvider::getSharesInFolder($userId, OCP\\Files\\Folder $node, $reshares): array must be compatible with OCP\\Share\\IShareProvider::getSharesInFolder($userId, OCP\\Files\\Folder $node, $reshares, $shallow = true) at /var/www/nextcloud/apps/spreed/lib/Share/RoomShareProvider.php#520","userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:109.0) Gecko/20100101 Firefox/110.0","version":"24.0.10.1","data":{"app":"PHP"}}
{"reqId":"ZAEZFtuWexLxU-7L4BbLWAAAQgA","level":3,"time":"2023-03-02T21:46:00+00:00","remoteAddr":"::1","user":"--","app":"PHP","method":"GET","url":"/index.php/apps/notify_push/test/version","message":"Declaration of OCA\\Talk\\Share\\RoomShareProvider::getSharesInFolder($userId, OCP\\Files\\Folder $node, $reshares): array must be compatible with OCP\\Share\\IShareProvider::getSharesInFolder($userId, OCP\\Files\\Folder $node, $reshares, $shallow = true) at /var/www/nextcloud/apps/spreed/lib/Share/RoomShareProvider.php#520","userAgent":"--","version":"24.0.10.1","data":{"app":"PHP"}}
{"reqId":"ZAEZb_YXktcXQfkJ2VCwXAAABAA","level":3,"time":"2023-03-02T21:47:28+00:00","remoteAddr":"::1","user":"--","app":"PHP","method":"GET","url":"/index.php/apps/notify_push/test/version","message":"Declaration of OCA\\Talk\\Share\\RoomShareProvider::getSharesInFolder($userId, OCP\\Files\\Folder $node, $reshares): array must be compatible with OCP\\Share\\IShareProvider::getSharesInFolder($userId, OCP\\Files\\Folder $node, $reshares, $shallow = true) at /var/www/nextcloud/apps/spreed/lib/Share/RoomShareProvider.php#520","userAgent":"--","version":"24.0.10.1","data":{"app":"PHP"}}
{"reqId":"ZAEZfvYXktcXQfkJ2VCwXQAABgA","level":3,"time":"2023-03-02T21:47:43+00:00","remoteAddr":"192.168.1.114","user":"--","app":"PHP","method":"GET","url":"/","message":"Declaration of OCA\\Talk\\Share\\RoomShareProvider::getSharesInFolder($userId, OCP\\Files\\Folder $node, $reshares): array must be compatible with OCP\\Share\\IShareProvider::getSharesInFolder($userId, OCP\\Files\\Folder $node, $reshares, $shallow = true) at /var/www/nextcloud/apps/spreed/lib/Share/RoomShareProvider.php#520","userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:109.0) Gecko/20100101 Firefox/110.0","version":"24.0.10.1","data":{"app":"PHP"}}

I’ve solved the issue by using instructions in “Upgrade Nextcloud From the Command Line” section
of this page 2 Ways to Upgrade Nextcloud [Command-Line & GUI]
Since root account is disabled, you need to issue command ‘sudo su’ to switch to root and then issue following commands:
cd /var/www/nextcloud/
sudo -u www-data php7.4 updater/updater.phar --no-interaction (this command ran a lot of repairs which I think what fixed my issues)
Then post-upgrade I issued following command:
sudo -u www-data php7.4 /var/www/nextcloud/occ upgrade
Then rebooted and took a bit longer for home page to come back and even displayed “internal server error” but then reloaded. I had to be patient for system to re-initialize after the upgrade. So, all good on my end now. I hope this helps someone in a similar boat.