[GH-ISSUE #15784] issue: Help menu button missing (?) #33198

Closed
opened 2026-04-25 07:06:30 -05:00 by GiteaMirror · 2 comments
Owner

Originally created by @Amparose on GitHub (Jul 16, 2025).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/15784

Originally assigned to: @tjbck on GitHub.

Check Existing Issues

  • I have searched the existing issues and discussions.
  • I am using the latest version of Open WebUI.

Installation Method

Other

Open WebUI Version

v0.6.16

Ollama Version (if applicable)

No response

Operating System

MacOS 15.5

Browser (if applicable)

Zen, Brave, Safari

Confirmation

  • I have read and followed all instructions in README.md.
  • I am using the latest version of both Open WebUI and Ollama.
  • I have included the browser console logs.
  • I have included the Docker container logs.
  • I have provided every relevant configuration, setting, and environment variable used in my setup.
  • I have clearly listed every relevant configuration, custom setting, environment variable, and command-line option that influences my setup (such as Docker Compose overrides, .env values, browser settings, authentication configurations, etc).
  • I have documented step-by-step reproduction instructions that are precise, sequential, and leave nothing to interpretation. My steps:
  • Start with the initial platform/version/OS and dependencies used,
  • Specify exact install/launch/configure commands,
  • List URLs visited, user input (incl. example values/emails/passwords if needed),
  • Describe all options and toggles enabled or changed,
  • Include any files or environmental changes,
  • Identify the expected and actual result at each stage,
  • Ensure any reasonably skilled user can follow and hit the same issue.

Expected Behavior

Load Opeb WebUI and be able to access the (?) button bottom right to view keyboard shortcuts and whatever else is in there.

Actual Behavior

There is no button in 3 different browser I tried.

Steps to Reproduce

Pull with Podman and use this compose file:

version: '3.8'

services:
  open-webui:
    image: ghcr.io/open-webui/open-webui:main
    container_name: open-webui
    ports:
      - "3000:8080"
    volumes:
      - ${HOME}/path/to/open-webui/data:/app/backend/data
    environment:
      - ANONYMIZED_TELEMETRY=False
    restart: unless-stopped

Logs & Screenshots

Image

Additional Information

No response

Originally created by @Amparose on GitHub (Jul 16, 2025). Original GitHub issue: https://github.com/open-webui/open-webui/issues/15784 Originally assigned to: @tjbck on GitHub. ### Check Existing Issues - [x] I have searched the existing issues and discussions. - [x] I am using the latest version of Open WebUI. ### Installation Method Other ### Open WebUI Version v0.6.16 ### Ollama Version (if applicable) _No response_ ### Operating System MacOS 15.5 ### Browser (if applicable) Zen, Brave, Safari ### Confirmation - [x] I have read and followed all instructions in `README.md`. - [x] I am using the latest version of **both** Open WebUI and Ollama. - [x] I have included the browser console logs. - [x] I have included the Docker container logs. - [x] I have **provided every relevant configuration, setting, and environment variable used in my setup.** - [x] I have clearly **listed every relevant configuration, custom setting, environment variable, and command-line option that influences my setup** (such as Docker Compose overrides, .env values, browser settings, authentication configurations, etc). - [x] I have documented **step-by-step reproduction instructions that are precise, sequential, and leave nothing to interpretation**. My steps: - Start with the initial platform/version/OS and dependencies used, - Specify exact install/launch/configure commands, - List URLs visited, user input (incl. example values/emails/passwords if needed), - Describe all options and toggles enabled or changed, - Include any files or environmental changes, - Identify the expected and actual result at each stage, - Ensure any reasonably skilled user can follow and hit the same issue. ### Expected Behavior Load Opeb WebUI and be able to access the (?) button bottom right to view keyboard shortcuts and whatever else is in there. ### Actual Behavior There is no button in 3 different browser I tried. ### Steps to Reproduce Pull with Podman and use this compose file: ```yaml version: '3.8' services: open-webui: image: ghcr.io/open-webui/open-webui:main container_name: open-webui ports: - "3000:8080" volumes: - ${HOME}/path/to/open-webui/data:/app/backend/data environment: - ANONYMIZED_TELEMETRY=False restart: unless-stopped ``` ### Logs & Screenshots <img width="3082" height="2156" alt="Image" src="https://github.com/user-attachments/assets/a5ab4a27-f26a-45d1-8e20-dc6ef3dcfba1" /> ### Additional Information _No response_
GiteaMirror added the bug label 2026-04-25 07:06:30 -05:00
Author
Owner

@Amparose commented on GitHub (Jul 16, 2025):

I saw a screenshot that I assume is Open WebUI's shortcuts and ⌘/ doesn't work for me either.

<!-- gh-comment-id:3078961741 --> @Amparose commented on GitHub (Jul 16, 2025): I [saw a screenshot](https://github.com/open-webui/open-webui/issues/1008#issuecomment-2120827788) that I assume is Open WebUI's shortcuts and `⌘/` doesn't work for me either.
Author
Owner

@tjbck commented on GitHub (Jul 18, 2025):

Addressed with 3e67ce6e8e in dev!

<!-- gh-comment-id:3088587176 --> @tjbck commented on GitHub (Jul 18, 2025): Addressed with 3e67ce6e8e5367466a60bb67e34e5241215df948 in dev!
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/open-webui#33198