[Bug] No apps for guests #454

Open
opened 2025-10-11 18:06:43 +02:00 by sesquipedality · 3 comments

Environment

  • Custom menu version: 5.1.3
  • Nextcloud version: 31.0.9
  • PHP version: 8.3.26
  • Web server (Nginx, Apache2): nginx
  • Web browser and version (Firefox 80, Google Chrome 74, etc): firefox, edge

Configuration

{
  "add-logo-link": true,
  "always-displayed": true,
  "apps-categories-custom": {
    "calendar": null,
    "maps": null,
    "notes": null,
    "bookmarks": null,
    "polls": null,
    "activity": null,
    "keeweb": null,
    "libresign": null
  },
  "apps-order": [
    "collectives",
    "files",
    "spreed",
    "forms",
    "calendar",
    "contacts",
    "photos",
    "maps",
    "notes",
    "activity",
    "bookmarks",
    "keeweb",
    "libresign",
    "deck",
    "polls"
  ],
  "background-color": "#877082",
  "background-color-opacity": 72,
  "background-color-to": "#E5ACE4",
  "big-menu": false,
  "big-menu-hidden-apps": [
    "0",
    "collectives",
    "files",
    "deck",
    "contacts",
    "spreed",
    "forms"
  ],
  "categories-custom": [],
  "categories-order": [
    "other",
    "customization",
    "dashboard",
    "external_links",
    "files",
    "workflow",
    "games",
    "integration",
    "monitoring",
    "multimedia",
    "office",
    "organization",
    "search",
    "security",
    "social",
    "tools"
  ],
  "categories-order-type": "default",
  "current-app-background-color": "#8855a8",
  "dark-mode-background-color": "#5b64b3",
  "dark-mode-background-color-opacity": 71,
  "dark-mode-background-color-to": "#1C1238",
  "dark-mode-current-app-background-color": "#8855a8",
  "dark-mode-icon-invert-filter": 25,
  "dark-mode-icon-opacity": 78,
  "dark-mode-loader-color": "#0082c9",
  "dark-mode-opener": "side-menu-opener",
  "dark-mode-text-color": "#ffffff",
  "default-enabled": true,
  "display-logo": true,
  "external-sites-in-top-menu": false,
  "force": false,
  "force-light-icon": false,
  "icon-invert-filter": 23,
  "icon-opacity": 72,
  "loader-color": "#0082c9",
  "loader-enabled": false,
  "opener": "side-menu-opener",
  "opener-hover": true,
  "opener-only": false,
  "opener-position": "before",
  "show-settings": false,
  "side-with-categories": false,
  "size-icon": "normal",
  "size-text": "big",
  "target-blank-apps": [],
  "text-color": "#ffffff",
  "top-menu-apps": [
    "0"
  ],
  "top-menu-mouse-over-hidden-label": 0,
  "top-side-menu-apps": [
    "0",
    "collectives",
    "files",
    "forms",
    "contacts",
    "spreed"
  ],
  "use-avatar": false
}

Steps to reproduce

Install the guests plugin and create a guest user. Log in as guest user. Menu items are not displayed for the guest user. Turning off "custom menu" in the user settings, and adding or removing "sidemenu" from the guest allowlist do not make any difference. If custom menu is disabled, icons appear normally.

Observed Results

Menu items are not displayed in side bar or icons. Side bar is not accessible.

Expected Results

Side bar and menu items/icons should appear as for standard accounts.

More informations

No response

### Environment * Custom menu version: 5.1.3 * Nextcloud version: 31.0.9 * PHP version: 8.3.26 * Web server (Nginx, Apache2): nginx * Web browser and version (Firefox 80, Google Chrome 74, etc): firefox, edge ### Configuration ``` { "add-logo-link": true, "always-displayed": true, "apps-categories-custom": { "calendar": null, "maps": null, "notes": null, "bookmarks": null, "polls": null, "activity": null, "keeweb": null, "libresign": null }, "apps-order": [ "collectives", "files", "spreed", "forms", "calendar", "contacts", "photos", "maps", "notes", "activity", "bookmarks", "keeweb", "libresign", "deck", "polls" ], "background-color": "#877082", "background-color-opacity": 72, "background-color-to": "#E5ACE4", "big-menu": false, "big-menu-hidden-apps": [ "0", "collectives", "files", "deck", "contacts", "spreed", "forms" ], "categories-custom": [], "categories-order": [ "other", "customization", "dashboard", "external_links", "files", "workflow", "games", "integration", "monitoring", "multimedia", "office", "organization", "search", "security", "social", "tools" ], "categories-order-type": "default", "current-app-background-color": "#8855a8", "dark-mode-background-color": "#5b64b3", "dark-mode-background-color-opacity": 71, "dark-mode-background-color-to": "#1C1238", "dark-mode-current-app-background-color": "#8855a8", "dark-mode-icon-invert-filter": 25, "dark-mode-icon-opacity": 78, "dark-mode-loader-color": "#0082c9", "dark-mode-opener": "side-menu-opener", "dark-mode-text-color": "#ffffff", "default-enabled": true, "display-logo": true, "external-sites-in-top-menu": false, "force": false, "force-light-icon": false, "icon-invert-filter": 23, "icon-opacity": 72, "loader-color": "#0082c9", "loader-enabled": false, "opener": "side-menu-opener", "opener-hover": true, "opener-only": false, "opener-position": "before", "show-settings": false, "side-with-categories": false, "size-icon": "normal", "size-text": "big", "target-blank-apps": [], "text-color": "#ffffff", "top-menu-apps": [ "0" ], "top-menu-mouse-over-hidden-label": 0, "top-side-menu-apps": [ "0", "collectives", "files", "forms", "contacts", "spreed" ], "use-avatar": false } ``` ### Steps to reproduce Install the guests plugin and create a guest user. Log in as guest user. Menu items are not displayed for the guest user. Turning off "custom menu" in the user settings, and adding or removing "sidemenu" from the guest allowlist do not make any difference. If custom menu is disabled, icons appear normally. ### Observed Results Menu items are not displayed in side bar or icons. Side bar is not accessible. ### Expected Results Side bar and menu items/icons should appear as for standard accounts. ### More informations _No response_
deblan changed title from [Bug] to [Bug] No apps for guests 2025-10-13 17:44:50 +02:00
Owner

Nextcloud blocks a request.

Nextcloud blocks a request.
Owner

Allowing "side_menu" fix the issue (nextcloud 32).

Allowing "side_menu" fix the issue (nextcloud 32).
Owner

Allowing "side_menu" fix the issue (nextcloud 31).

Allowing "side_menu" fix the issue (nextcloud 31).
Sign in to join this conversation.
No milestone
No project
No assignees
2 participants
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
deblan/side_menu#454
No description provided.