Empty main panel in apps menu

Nextcloud version (eg, 20.0.5): 27.1.1
Operating system and version (eg, Ubuntu 20.04): Arch Linux, 6.1.52-1-lts
Apache or nginx version (eg, Apache 2.4.25): what comes with the official unofficial docker container
PHP version (eg, 7.4): ^

The issue you are facing:
So today I wanted to try Snappymail since I’ve been running a standalone roundcube instance for quite a while now and I thought that it would save me a lot of hassle if snappymail was just integrated into nextcloud.
Wanting to install it, I headed to the apps menu and was greeted with this:


The main panel is empty. Search results are empty and none of the sidebar menus actually open, apart from the app bundles menu.

Is this the first time you’ve seen this error? (Y/N): Y (I assume this came maybe about three updates ago since I haven’t touched the apps menu since

Steps to replicate it:

Head to the apps menu

Found this in my browser console

TypeError: t.name is null
    t AppList.vue:135
    apps AppList.vue:135
    VueJS 3
    nt AppList.vue:1
    VueJS 7
vue.runtime.esm.js:3018:44
TypeError: t.name is null
    t AppList.vue:135
    apps AppList.vue:135
    VueJS 3
    nt AppList.vue:1
    VueJS 7
vue.runtime.esm.js:3018:44
TypeError: t.name is null
    t AppList.vue:135
    apps AppList.vue:135
    VueJS 3
    hasPendingUpdate AppList.vue:128
    VueJS 3
    showUpdateAll AppList.vue:131
    VueJS 3
    nt AppList.vue:1
    VueJS 7
vue.runtime.esm.js:3018:44
TypeError: t.name is null
    t AppList.vue:135
    apps AppList.vue:135
    VueJS 3
    nt AppList.vue:1
    VueJS 7
vue.runtime.esm.js:3018:44
TypeError: t.name is null
    t AppList.vue:135
    apps AppList.vue:135
    VueJS 3
    hasPendingUpdate AppList.vue:128
    VueJS 3
    showUpdateAll AppList.vue:131
    VueJS 3
    nt AppList.vue:1
    VueJS 13
    init vue-router.esm.js:2980
    init vue-router.esm.js:2974
    updateRoute vue-router.esm.js:2540
    transitionTo vue-router.esm.js:2232
    confirmTransition vue-router.esm.js:2524
    a vue-router.esm.js:2046
    Se vue-router.esm.js:2050
    confirmTransition vue-router.esm.js:2388
    a vue-router.esm.js:2046
    a vue-router.esm.js:2048
    g vue-router.esm.js:2009
    f vue-router.esm.js:2124
    g vue-router.esm.js:2132
    a vue-router.esm.js:2047
    a vue-router.esm.js:2049
    a vue-router.esm.js:2049
    Se vue-router.esm.js:2050
    confirmTransition vue-router.esm.js:2057
    transitionTo vue-router.esm.js:2230
    push vue-router.esm.js:2585
    push vue-router.esm.js:3022
    v vue-router.esm.js:262
    onClick NcAppNavigationItem.js:2
    click NcAppNavigationItem.js:2
    VueJS 3
vue.runtime.esm.js:3018:44

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

Does this even matter since it's an upgrade issue?

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

Does this even matter since it's an upgrade issue?

Logs from the admin menu
These are the only ones that are related to this

[PHP] Error: Trying to access array offset on value of type null at /var/www/html/apps/settings/lib/Controller/AppSettingsController.php#375

GET /cloud/index.phpapps/list
from <ip> by <user> at 2023-12-05T17:39:14+00:00

[PHP] Error: Undefined array key "en" at /var/www/html/apps/settings/lib/Controller/AppSettingsController.php#375

GET /cloud/index.phpapps/list
from <ip> by <user> at 2023-12-05T17:39:14+00:00
1 Like

This topic was automatically closed 8 days after the last reply. New replies are no longer allowed.