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.
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Originally created by @raldone01 on GitHub (Mar 13, 2024).
Bug Report
Description
Bug Summary:
Uncaught (in promise) TypeError: navigator.mediaDevices is undefinedOn firefox
navigator.mediaDevicesis only available in secure contexts (https).Steps to Reproduce:
Expected Behavior:
Actual Behavior:
Environment
Keep up the good work.