Open WebUI common issues
Use this page to identify and resolve common issues with Open WebUI on Olares.
Model app is stuck at "Waiting for Ollama" or "Needs attention"
If the model app stays in these states for more than a few minutes:
- Go to Settings > Accelerator.
- Check your GPU mode:
- If you are using Memory slicing, make sure the model app is linked to the GPU and has enough VRAM allocated.
- If you are using Exclusive, make sure the model app has full GPU access.
- Restart the model app from Launchpad and check the status again.
Microphone "Permission denied" error
When attempting to use the dictate button or Voice Mode, you might receive the following error messages:
Permission denied when accessing microphone: NotAllowedError: Permission deniedPermission denied when accessing media devices
The Olares desktop displays applications inside embedded frames (iframes). For strict security and privacy reasons, modern web browsers prevent embedded frames from accessing sensitive hardware like your microphone, even if you already granted the browser permission in your system settings.
To bypass this security restriction and use your microphone:
- In the top-right corner of the Open WebUI window on the Olares desktop, select open_in_new to open it in a new browser tab.
- In the new browser tab, select the microphone icon in the chat interface.
- When the browser prompts you, allow microphone access.
Open WebUI does not search the web
If the AI response does not include web search results, work through the following checks:
Search is enabled for the conversation.
In the chat area, click the Integrations icon, and make sure Web Search is enabled.The embedding model is configured and reachable.
Go to Admin Panel > Settings > Tools > Documents, and verify the embedding model settings. If the embedding model is missing or unreachable, Open WebUI cannot process web search results.SearXNG returns results for your query.
Open SearXNG from the Launchpad and run the same search. If SearXNG returns no results, check that its search engines are enabled and working in Preferences > ENGINES.The web loader is being blocked.
If you need full-page content and the default web loader fails because of anti-scraping measures, go to Admin Panel > Settings > Tools > Web Search, and then enable Bypass Web Loader. This uses search result summaries instead of fetching full pages.TIP
For reliable full-page retrieval, install and configure Firecrawl as the web loader. See Use Firecrawl as a web page loader.