Voice recognition does not work without https #465

Closed
opened 2025-11-11 14:22:01 -06:00 by GiteaMirror · 0 comments
Owner

Originally created by @raldone01 on GitHub (Mar 13, 2024).

Bug Report

Description

Bug Summary:
Uncaught (in promise) TypeError: navigator.mediaDevices is undefined
On firefox navigator.mediaDevices is only available in secure contexts (https).

Steps to Reproduce:

  • Click on the microphone icon when connected to the webui via http.
  • Check the developer console.

Expected Behavior:

  • It should work or at least show some error outlining the https requirement and instruct users to setup a reverse proxy.

Actual Behavior:

  • No error indication to the user.

Environment

  • Operating System: Arch
  • Browser (if applicable): Firefox

Keep up the good work.

Originally created by @raldone01 on GitHub (Mar 13, 2024). # Bug Report ## Description **Bug Summary:** `Uncaught (in promise) TypeError: navigator.mediaDevices is undefined` On firefox `navigator.mediaDevices` is only available in secure contexts (https). **Steps to Reproduce:** * Click on the microphone icon when connected to the webui via http. * Check the developer console. **Expected Behavior:** * It should work or at least show some error outlining the https requirement and instruct users to setup a reverse proxy. **Actual Behavior:** * No error indication to the user. ## Environment - **Operating System:** Arch - **Browser (if applicable):** Firefox Keep up the good work.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/open-webui#465