issue: "Please enter a prompt" error when using the ?q=... query #5567

Closed
opened 2025-11-11 16:24:40 -06:00 by GiteaMirror · 5 comments
Owner

Originally created by @jdeepwell on GitHub (Jun 17, 2025).

Check Existing Issues

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

Installation Method

Docker

Open WebUI Version

0.6.14

Ollama Version (if applicable)

No response

Operating System

macOS 15.5 (24F74)

Browser (if applicable)

Chrome 136.0.7103.114

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

Open new OpenWebUI browser window with a URL like https://open-webui.orb.local/?q=Hello+world&models=litellm.gpt-4.1

Should start a new chat without any error messages.

Actual Behavior

Does start the new chat correctly but also gives the error message "Please enter a prompt"

Steps to Reproduce

  1. Spin up an OpenWebUI container *(e.g. using OrbStack) by
docker run -d --restart unless-stopped -p 127.0.0.1:3000:8080 -v open-webui:/app/backend/data -e ENV=dev --name open-webui ghcr.io/open-webui/open-webui:0.6.14
  1. https://open-webui.orb.local/?q=Hello+world&models=litellm.gpt-4.1

Logs & Screenshots

Docker log

2025-06-17 09:25:08.418 | INFO     | uvicorn.protocols.http.httptools_impl:send:476 - 198.19.249.3:0 - "GET /ollama/api/version HTTP/1.1" 200 - {}
2025-06-17 09:25:08.425 | INFO     | uvicorn.protocols.http.httptools_impl:send:476 - 198.19.249.3:0 - "GET /static/favicon.png HTTP/1.1" 304 - {}
2025-06-17 09:25:08.428 | INFO     | uvicorn.protocols.http.httptools_impl:send:476 - 198.19.249.3:0 - "GET /api/v1/users/user/settings HTTP/1.1" 200 - {}
2025-06-17 09:25:08.492 | INFO     | uvicorn.protocols.http.httptools_impl:send:476 - 198.19.249.3:0 - "POST /api/v1/chats/new HTTP/1.1" 200 - {}
2025-06-17 09:25:08.509 | INFO     | uvicorn.protocols.http.httptools_impl:send:476 - 198.19.249.3:0 - "POST /api/v1/chats/new HTTP/1.1" 200 - {}
2025-06-17 09:25:08.509 | INFO     | uvicorn.protocols.http.httptools_impl:send:476 - 198.19.249.3:0 - "GET /static/favicon.png HTTP/1.1" 304 - {}
2025-06-17 09:25:08.513 | INFO     | uvicorn.protocols.http.httptools_impl:send:476 - 198.19.249.3:0 - "GET /api/v1/users/user/settings HTTP/1.1" 200 - {}
2025-06-17 09:25:08.517 | INFO     | uvicorn.protocols.http.httptools_impl:send:476 - 198.19.249.3:0 - "GET /api/v1/chats/?page=1 HTTP/1.1" 200 - {}
2025-06-17 09:25:08.537 | INFO     | uvicorn.protocols.http.httptools_impl:send:476 - 198.19.249.3:0 - "GET /api/v1/users/user/settings HTTP/1.1" 200 - {}
2025-06-17 09:25:08.545 | INFO     | uvicorn.protocols.http.httptools_impl:send:476 - 198.19.249.3:0 - "GET /api/v1/chats/?page=1 HTTP/1.1" 200 - {}
2025-06-17 09:25:08.556 | INFO     | uvicorn.protocols.http.httptools_impl:send:476 - 198.19.249.3:0 - "GET /api/v1/users/user/settings HTTP/1.1" 200 - {}
2025-06-17 09:25:08.568 | INFO     | uvicorn.protocols.http.httptools_impl:send:476 - 198.19.249.3:0 - "GET /api/v1/users/user/settings HTTP/1.1" 200 - {}
2025-06-17 09:25:08.573 | INFO     | open_webui.routers.openai:get_all_models:391 - get_all_models() - {}
2025-06-17 09:25:09.371 | INFO     | uvicorn.protocols.http.httptools_impl:send:476 - 198.19.249.3:0 - "POST /api/chat/completions HTTP/1.1" 200 - {}
2025-06-17 09:25:09.382 | INFO     | uvicorn.protocols.http.httptools_impl:send:476 - 198.19.249.3:0 - "GET /api/v1/chats/?page=1 HTTP/1.1" 200 - {}
2025-06-17 09:25:09.592 | INFO     | uvicorn.protocols.http.httptools_impl:send:476 - 198.19.249.3:0 - "GET /audio/notification.mp3 HTTP/1.1" 206 - {}
2025-06-17 09:25:09.603 | INFO     | uvicorn.protocols.http.httptools_impl:send:476 - 198.19.249.3:0 - "GET /static/apple-touch-icon.png HTTP/1.1" 200 - {}
2025-06-17 09:25:11.012 | INFO     | open_webui.routers.openai:get_all_models:391 - get_all_models() - {}
2025-06-17 09:25:11.280 | INFO     | uvicorn.protocols.http.httptools_impl:send:476 - 198.19.249.3:0 - "GET /_app/version.json HTTP/1.1" 304 - {}
2025-06-17 09:25:11.468 | INFO     | uvicorn.protocols.http.httptools_impl:send:476 - 198.19.249.3:0 - "GET /manifest.json HTTP/1.1" 200 - {}
2025-06-17 09:25:11.616 | INFO     | uvicorn.protocols.http.httptools_impl:send:476 - 198.19.249.3:0 - "GET /api/config HTTP/1.1" 200 - {}
2025-06-17 09:25:11.645 | INFO     | uvicorn.protocols.http.httptools_impl:send:476 - 198.19.249.3:0 - "GET /api/v1/auths/ HTTP/1.1" 200 - {}
2025-06-17 09:25:11.665 | INFO     | uvicorn.protocols.http.httptools_impl:send:476 - 198.19.249.3:0 - "GET /api/config HTTP/1.1" 200 - {}
2025-06-17 09:25:11.673 | INFO     | uvicorn.protocols.http.httptools_impl:send:476 - 198.19.249.3:0 - "GET /api/v1/chats/archived?page=1&order_by=updated_at&direction=desc HTTP/1.1" 200 - {}
2025-06-17 09:25:11.679 | INFO     | uvicorn.protocols.http.httptools_impl:send:476 - 198.19.249.3:0 - "GET /api/changelog HTTP/1.1" 200 - {}
2025-06-17 09:25:11.684 | INFO     | uvicorn.protocols.http.httptools_impl:send:476 - 198.19.249.3:0 - "GET /api/v1/chats/?page=1 HTTP/1.1" 200 - {}
2025-06-17 09:25:11.684 | INFO     | uvicorn.protocols.http.httptools_impl:send:476 - 198.19.249.3:0 - "GET /static/favicon.png HTTP/1.1" 304 - {}
2025-06-17 09:25:11.686 | INFO     | uvicorn.protocols.http.httptools_impl:send:476 - 198.19.249.3:0 - "GET /api/v1/channels/ HTTP/1.1" 200 - {}
2025-06-17 09:25:11.697 | INFO     | uvicorn.protocols.http.httptools_impl:send:476 - 198.19.249.3:0 - "GET /api/v1/users/user/settings HTTP/1.1" 200 - {}
2025-06-17 09:25:11.717 | INFO     | uvicorn.protocols.http.httptools_impl:send:476 - 198.19.249.3:0 - "GET /api/v1/chats/all/tags HTTP/1.1" 200 - {}
2025-06-17 09:25:11.719 | INFO     | open_webui.routers.openai:get_all_models:391 - get_all_models() - {}
2025-06-17 09:25:11.728 | INFO     | uvicorn.protocols.http.httptools_impl:send:476 - 198.19.249.3:0 - "GET /api/v1/chats/?page=1 HTTP/1.1" 200 - {}
2025-06-17 09:25:11.729 | INFO     | uvicorn.protocols.http.httptools_impl:send:476 - 198.19.249.3:0 - "GET /api/v1/chats/pinned HTTP/1.1" 200 - {}
2025-06-17 09:25:11.736 | INFO     | uvicorn.protocols.http.httptools_impl:send:476 - 198.19.249.3:0 - "GET /api/models HTTP/1.1" 200 - {}
2025-06-17 09:25:11.739 | INFO     | uvicorn.protocols.http.httptools_impl:send:476 - 198.19.249.3:0 - "GET /api/v1/chats/?page=1 HTTP/1.1" 200 - {}
2025-06-17 09:25:11.746 | INFO     | uvicorn.protocols.http.httptools_impl:send:476 - 198.19.249.3:0 - "GET /api/v1/folders/ HTTP/1.1" 200 - {}
2025-06-17 09:25:11.751 | INFO     | uvicorn.protocols.http.httptools_impl:send:476 - 198.19.249.3:0 - "GET /api/v1/chats/?page=1 HTTP/1.1" 200 - {}
2025-06-17 09:25:11.752 | INFO     | uvicorn.protocols.http.httptools_impl:send:476 - 198.19.249.3:0 - "GET /api/v1/configs/banners HTTP/1.1" 200 - {}
2025-06-17 09:25:11.760 | INFO     | uvicorn.protocols.http.httptools_impl:send:476 - 198.19.249.3:0 - "GET /api/v1/chats/?page=1 HTTP/1.1" 200 - {}
2025-06-17 09:25:11.763 | INFO     | uvicorn.protocols.http.httptools_impl:send:476 - 198.19.249.3:0 - "GET /api/v1/tools/ HTTP/1.1" 200 - {}
2025-06-17 09:25:11.767 | INFO     | uvicorn.protocols.http.httptools_impl:send:476 - 198.19.249.3:0 - "GET /api/v1/chats/?page=1 HTTP/1.1" 200 - {}
2025-06-17 09:25:11.824 | INFO     | uvicorn.protocols.http.httptools_impl:send:476 - 198.19.249.3:0 - "GET /ollama/api/version HTTP/1.1" 200 - {}
2025-06-17 09:25:11.851 | INFO     | uvicorn.protocols.http.httptools_impl:send:476 - 198.19.249.3:0 - "GET /api/v1/users/user/settings HTTP/1.1" 200 - {}
2025-06-17 09:25:11.852 | INFO     | uvicorn.protocols.http.httptools_impl:send:476 - 198.19.249.3:0 - "POST /api/v1/chats/new HTTP/1.1" 200 - {}
2025-06-17 09:25:11.856 | INFO     | uvicorn.protocols.http.httptools_impl:send:476 - 198.19.249.3:0 - "GET /api/v1/users/user/settings HTTP/1.1" 200 - {}
2025-06-17 09:25:11.879 | INFO     | uvicorn.protocols.http.httptools_impl:send:476 - 198.19.249.3:0 - "GET /api/v1/chats/?page=1 HTTP/1.1" 200 - {}
2025-06-17 09:25:11.901 | INFO     | uvicorn.protocols.http.httptools_impl:send:476 - 198.19.249.3:0 - "POST /api/v1/chats/128119e9-d407-4100-9c38-dcb33c4997aa HTTP/1.1" 200 - {}
2025-06-17 09:25:11.901 | INFO     | uvicorn.protocols.http.httptools_impl:send:476 - 198.19.249.3:0 - "GET /static/favicon.png HTTP/1.1" 304 - {}
2025-06-17 09:25:11.907 | INFO     | uvicorn.protocols.http.httptools_impl:send:476 - 198.19.249.3:0 - "GET /api/v1/chats/?page=1 HTTP/1.1" 200 - {}
2025-06-17 09:25:11.913 | INFO     | open_webui.routers.openai:get_all_models:391 - get_all_models() - {}
2025-06-17 09:25:12.217 | INFO     | open_webui.models.chats:count_chats_by_tag_name_and_user_id:860 - Count of chats for tag 'general': 3 - {}
2025-06-17 09:25:12.232 | INFO     | uvicorn.protocols.http.httptools_impl:send:476 - 198.19.249.3:0 - "GET /api/v1/chats/all/tags HTTP/1.1" 200 - {}
2025-06-17 09:25:12.248 | INFO     | uvicorn.protocols.http.httptools_impl:send:476 - 198.19.249.3:0 - "GET /api/v1/chats/all/tags HTTP/1.1" 200 - {}
2025-06-17 09:25:12.255 | INFO     | uvicorn.protocols.http.httptools_impl:send:476 - 198.19.249.3:0 - "GET /api/v1/chats/all/tags HTTP/1.1" 200 - {}
2025-06-17 09:25:12.264 | INFO     | uvicorn.protocols.http.httptools_impl:send:476 - 198.19.249.3:0 - "POST /api/v1/folders/ba392d40-d1c4-4938-87fd-d04b64a6f396/update/expanded HTTP/1.1" 200 - {}
2025-06-17 09:25:12.269 | INFO     | uvicorn.protocols.http.httptools_impl:send:476 - 198.19.249.3:0 - "GET /api/v1/chats/all/tags HTTP/1.1" 200 - {}
2025-06-17 09:25:12.278 | INFO     | uvicorn.protocols.http.httptools_impl:send:476 - 198.19.249.3:0 - "POST /api/v1/folders/7de53145-0f0c-434b-b79b-b524c9b2c162/update/expanded HTTP/1.1" 200 - {}
2025-06-17 09:25:12.605 | INFO     | uvicorn.protocols.http.httptools_impl:send:476 - 198.19.249.3:0 - "POST /api/chat/completions HTTP/1.1" 200 - {}
2025-06-17 09:25:12.611 | INFO     | uvicorn.protocols.http.httptools_impl:send:476 - 198.19.249.3:0 - "GET /api/v1/chats/?page=1 HTTP/1.1" 200 - {}
2025-06-17 09:25:12.763 | INFO     | uvicorn.protocols.http.httptools_impl:send:476 - 198.19.249.3:0 - "POST /api/chat/completed HTTP/1.1" 200 - {}
2025-06-17 09:25:12.777 | INFO     | uvicorn.protocols.http.httptools_impl:send:476 - 198.19.249.3:0 - "POST /api/v1/chats/128119e9-d407-4100-9c38-dcb33c4997aa HTTP/1.1" 200 - {}
2025-06-17 09:25:12.783 | INFO     | uvicorn.protocols.http.httptools_impl:send:476 - 198.19.249.3:0 - "GET /api/v1/chats/?page=1 HTTP/1.1" 200 - {}
2025-06-17 09:25:13.711 | INFO     | open_webui.routers.openai:get_all_models:391 - get_all_models() - {}
2025-06-17 09:25:14.413 | INFO     | uvicorn.protocols.http.httptools_impl:send:476 - 198.19.249.3:0 - "GET /api/v1/chats/?page=1 HTTP/1.1" 200 - {}
2025-06-17 09:25:14.427 | INFO     | uvicorn.protocols.http.httptools_impl:send:476 - 198.19.249.3:0 - "GET /api/v1/chats/?page=1 HTTP/1.1" 200 - {}
2025-06-17 09:25:14.433 | INFO     | uvicorn.protocols.http.httptools_impl:send:476 - 198.19.249.3:0 - "GET /api/v1/chats/?page=1 HTTP/1.1" 200 - {}
2025-06-17 09:25:14.437 | INFO     | uvicorn.protocols.http.httptools_impl:send:476 - 198.19.249.3:0 - "GET /api/v1/chats/?page=1 HTTP/1.1" 200 - {}
2025-06-17 09:25:15.117 | INFO     | uvicorn.protocols.http.httptools_impl:send:476 - 198.19.249.3:0 - "GET /api/v1/chats/128119e9-d407-4100-9c38-dcb33c4997aa HTTP/1.1" 200 - {}
2025-06-17 09:25:15.118 | INFO     | uvicorn.protocols.http.httptools_impl:send:476 - 198.19.249.3:0 - "GET /api/v1/chats/all/tags HTTP/1.1" 200 - {}
2025-06-17 09:25:15.133 | INFO     | uvicorn.protocols.http.httptools_impl:send:476 - 198.19.249.3:0 - "GET /api/v1/chats/all/tags HTTP/1.1" 200 - {}
2025-06-17 09:25:15.138 | INFO     | uvicorn.protocols.http.httptools_impl:send:476 - 198.19.249.3:0 - "GET /api/v1/chats/all/tags HTTP/1.1" 200 - {}
2025-06-17 09:25:15.144 | INFO     | uvicorn.protocols.http.httptools_impl:send:476 - 198.19.249.3:0 - "GET /api/v1/chats/all/tags HTTP/1.1" 200 - {}

Browser console

2025-06-17 09:25:08.418 | INFO     | uvicorn.protocols.http.httptools_impl:send:476 - 198.19.249.3:0 - "GET /ollama/api/version HTTP/1.1" 200 - {}
2025-06-17 09:25:08.425 | INFO     | uvicorn.protocols.http.httptools_impl:send:476 - 198.19.249.3:0 - "GET /static/favicon.png HTTP/1.1" 304 - {}
2025-06-17 09:25:08.428 | INFO     | uvicorn.protocols.http.httptools_impl:send:476 - 198.19.249.3:0 - "GET /api/v1/users/user/settings HTTP/1.1" 200 - {}
2025-06-17 09:25:08.492 | INFO     | uvicorn.protocols.http.httptools_impl:send:476 - 198.19.249.3:0 - "POST /api/v1/chats/new HTTP/1.1" 200 - {}
2025-06-17 09:25:08.509 | INFO     | uvicorn.protocols.http.httptools_impl:send:476 - 198.19.249.3:0 - "POST /api/v1/chats/new HTTP/1.1" 200 - {}
2025-06-17 09:25:08.509 | INFO     | uvicorn.protocols.http.httptools_impl:send:476 - 198.19.249.3:0 - "GET /static/favicon.png HTTP/1.1" 304 - {}
2025-06-17 09:25:08.513 | INFO     | uvicorn.protocols.http.httptools_impl:send:476 - 198.19.249.3:0 - "GET /api/v1/users/user/settings HTTP/1.1" 200 - {}
2025-06-17 09:25:08.517 | INFO     | uvicorn.protocols.http.httptools_impl:send:476 - 198.19.249.3:0 - "GET /api/v1/chats/?page=1 HTTP/1.1" 200 - {}
2025-06-17 09:25:08.537 | INFO     | uvicorn.protocols.http.httptools_impl:send:476 - 198.19.249.3:0 - "GET /api/v1/users/user/settings HTTP/1.1" 200 - {}
2025-06-17 09:25:08.545 | INFO     | uvicorn.protocols.http.httptools_impl:send:476 - 198.19.249.3:0 - "GET /api/v1/chats/?page=1 HTTP/1.1" 200 - {}
2025-06-17 09:25:08.556 | INFO     | uvicorn.protocols.http.httptools_impl:send:476 - 198.19.249.3:0 - "GET /api/v1/users/user/settings HTTP/1.1" 200 - {}
2025-06-17 09:25:08.568 | INFO     | uvicorn.protocols.http.httptools_impl:send:476 - 198.19.249.3:0 - "GET /api/v1/users/user/settings HTTP/1.1" 200 - {}
2025-06-17 09:25:08.573 | INFO     | open_webui.routers.openai:get_all_models:391 - get_all_models() - {}
2025-06-17 09:25:09.371 | INFO     | uvicorn.protocols.http.httptools_impl:send:476 - 198.19.249.3:0 - "POST /api/chat/completions HTTP/1.1" 200 - {}
2025-06-17 09:25:09.382 | INFO     | uvicorn.protocols.http.httptools_impl:send:476 - 198.19.249.3:0 - "GET /api/v1/chats/?page=1 HTTP/1.1" 200 - {}
2025-06-17 09:25:09.592 | INFO     | uvicorn.protocols.http.httptools_impl:send:476 - 198.19.249.3:0 - "GET /audio/notification.mp3 HTTP/1.1" 206 - {}
2025-06-17 09:25:09.603 | INFO     | uvicorn.protocols.http.httptools_impl:send:476 - 198.19.249.3:0 - "GET /static/apple-touch-icon.png HTTP/1.1" 200 - {}
2025-06-17 09:25:11.012 | INFO     | open_webui.routers.openai:get_all_models:391 - get_all_models() - {}
2025-06-17 09:25:11.280 | INFO     | uvicorn.protocols.http.httptools_impl:send:476 - 198.19.249.3:0 - "GET /_app/version.json HTTP/1.1" 304 - {}
2025-06-17 09:25:11.468 | INFO     | uvicorn.protocols.http.httptools_impl:send:476 - 198.19.249.3:0 - "GET /manifest.json HTTP/1.1" 200 - {}
2025-06-17 09:25:11.616 | INFO     | uvicorn.protocols.http.httptools_impl:send:476 - 198.19.249.3:0 - "GET /api/config HTTP/1.1" 200 - {}
2025-06-17 09:25:11.645 | INFO     | uvicorn.protocols.http.httptools_impl:send:476 - 198.19.249.3:0 - "GET /api/v1/auths/ HTTP/1.1" 200 - {}
2025-06-17 09:25:11.665 | INFO     | uvicorn.protocols.http.httptools_impl:send:476 - 198.19.249.3:0 - "GET /api/config HTTP/1.1" 200 - {}
2025-06-17 09:25:11.673 | INFO     | uvicorn.protocols.http.httptools_impl:send:476 - 198.19.249.3:0 - "GET /api/v1/chats/archived?page=1&order_by=updated_at&direction=desc HTTP/1.1" 200 - {}
2025-06-17 09:25:11.679 | INFO     | uvicorn.protocols.http.httptools_impl:send:476 - 198.19.249.3:0 - "GET /api/changelog HTTP/1.1" 200 - {}
2025-06-17 09:25:11.684 | INFO     | uvicorn.protocols.http.httptools_impl:send:476 - 198.19.249.3:0 - "GET /api/v1/chats/?page=1 HTTP/1.1" 200 - {}
2025-06-17 09:25:11.684 | INFO     | uvicorn.protocols.http.httptools_impl:send:476 - 198.19.249.3:0 - "GET /static/favicon.png HTTP/1.1" 304 - {}
2025-06-17 09:25:11.686 | INFO     | uvicorn.protocols.http.httptools_impl:send:476 - 198.19.249.3:0 - "GET /api/v1/channels/ HTTP/1.1" 200 - {}
2025-06-17 09:25:11.697 | INFO     | uvicorn.protocols.http.httptools_impl:send:476 - 198.19.249.3:0 - "GET /api/v1/users/user/settings HTTP/1.1" 200 - {}
2025-06-17 09:25:11.717 | INFO     | uvicorn.protocols.http.httptools_impl:send:476 - 198.19.249.3:0 - "GET /api/v1/chats/all/tags HTTP/1.1" 200 - {}
2025-06-17 09:25:11.719 | INFO     | open_webui.routers.openai:get_all_models:391 - get_all_models() - {}
2025-06-17 09:25:11.728 | INFO     | uvicorn.protocols.http.httptools_impl:send:476 - 198.19.249.3:0 - "GET /api/v1/chats/?page=1 HTTP/1.1" 200 - {}
2025-06-17 09:25:11.729 | INFO     | uvicorn.protocols.http.httptools_impl:send:476 - 198.19.249.3:0 - "GET /api/v1/chats/pinned HTTP/1.1" 200 - {}
2025-06-17 09:25:11.736 | INFO     | uvicorn.protocols.http.httptools_impl:send:476 - 198.19.249.3:0 - "GET /api/models HTTP/1.1" 200 - {}
2025-06-17 09:25:11.739 | INFO     | uvicorn.protocols.http.httptools_impl:send:476 - 198.19.249.3:0 - "GET /api/v1/chats/?page=1 HTTP/1.1" 200 - {}
2025-06-17 09:25:11.746 | INFO     | uvicorn.protocols.http.httptools_impl:send:476 - 198.19.249.3:0 - "GET /api/v1/folders/ HTTP/1.1" 200 - {}
2025-06-17 09:25:11.751 | INFO     | uvicorn.protocols.http.httptools_impl:send:476 - 198.19.249.3:0 - "GET /api/v1/chats/?page=1 HTTP/1.1" 200 - {}
2025-06-17 09:25:11.752 | INFO     | uvicorn.protocols.http.httptools_impl:send:476 - 198.19.249.3:0 - "GET /api/v1/configs/banners HTTP/1.1" 200 - {}
2025-06-17 09:25:11.760 | INFO     | uvicorn.protocols.http.httptools_impl:send:476 - 198.19.249.3:0 - "GET /api/v1/chats/?page=1 HTTP/1.1" 200 - {}
2025-06-17 09:25:11.763 | INFO     | uvicorn.protocols.http.httptools_impl:send:476 - 198.19.249.3:0 - "GET /api/v1/tools/ HTTP/1.1" 200 - {}
2025-06-17 09:25:11.767 | INFO     | uvicorn.protocols.http.httptools_impl:send:476 - 198.19.249.3:0 - "GET /api/v1/chats/?page=1 HTTP/1.1" 200 - {}
2025-06-17 09:25:11.824 | INFO     | uvicorn.protocols.http.httptools_impl:send:476 - 198.19.249.3:0 - "GET /ollama/api/version HTTP/1.1" 200 - {}
2025-06-17 09:25:11.851 | INFO     | uvicorn.protocols.http.httptools_impl:send:476 - 198.19.249.3:0 - "GET /api/v1/users/user/settings HTTP/1.1" 200 - {}
2025-06-17 09:25:11.852 | INFO     | uvicorn.protocols.http.httptools_impl:send:476 - 198.19.249.3:0 - "POST /api/v1/chats/new HTTP/1.1" 200 - {}
2025-06-17 09:25:11.856 | INFO     | uvicorn.protocols.http.httptools_impl:send:476 - 198.19.249.3:0 - "GET /api/v1/users/user/settings HTTP/1.1" 200 - {}
2025-06-17 09:25:11.879 | INFO     | uvicorn.protocols.http.httptools_impl:send:476 - 198.19.249.3:0 - "GET /api/v1/chats/?page=1 HTTP/1.1" 200 - {}
2025-06-17 09:25:11.901 | INFO     | uvicorn.protocols.http.httptools_impl:send:476 - 198.19.249.3:0 - "POST /api/v1/chats/128119e9-d407-4100-9c38-dcb33c4997aa HTTP/1.1" 200 - {}
2025-06-17 09:25:11.901 | INFO     | uvicorn.protocols.http.httptools_impl:send:476 - 198.19.249.3:0 - "GET /static/favicon.png HTTP/1.1" 304 - {}
2025-06-17 09:25:11.907 | INFO     | uvicorn.protocols.http.httptools_impl:send:476 - 198.19.249.3:0 - "GET /api/v1/chats/?page=1 HTTP/1.1" 200 - {}
2025-06-17 09:25:11.913 | INFO     | open_webui.routers.openai:get_all_models:391 - get_all_models() - {}
2025-06-17 09:25:12.217 | INFO     | open_webui.models.chats:count_chats_by_tag_name_and_user_id:860 - Count of chats for tag 'general': 3 - {}
2025-06-17 09:25:12.232 | INFO     | uvicorn.protocols.http.httptools_impl:send:476 - 198.19.249.3:0 - "GET /api/v1/chats/all/tags HTTP/1.1" 200 - {}
2025-06-17 09:25:12.248 | INFO     | uvicorn.protocols.http.httptools_impl:send:476 - 198.19.249.3:0 - "GET /api/v1/chats/all/tags HTTP/1.1" 200 - {}
2025-06-17 09:25:12.255 | INFO     | uvicorn.protocols.http.httptools_impl:send:476 - 198.19.249.3:0 - "GET /api/v1/chats/all/tags HTTP/1.1" 200 - {}
2025-06-17 09:25:12.264 | INFO     | uvicorn.protocols.http.httptools_impl:send:476 - 198.19.249.3:0 - "POST /api/v1/folders/ba392d40-d1c4-4938-87fd-d04b64a6f396/update/expanded HTTP/1.1" 200 - {}
2025-06-17 09:25:12.269 | INFO     | uvicorn.protocols.http.httptools_impl:send:476 - 198.19.249.3:0 - "GET /api/v1/chats/all/tags HTTP/1.1" 200 - {}
2025-06-17 09:25:12.278 | INFO     | uvicorn.protocols.http.httptools_impl:send:476 - 198.19.249.3:0 - "POST /api/v1/folders/7de53145-0f0c-434b-b79b-b524c9b2c162/update/expanded HTTP/1.1" 200 - {}
2025-06-17 09:25:12.605 | INFO     | uvicorn.protocols.http.httptools_impl:send:476 - 198.19.249.3:0 - "POST /api/chat/completions HTTP/1.1" 200 - {}
2025-06-17 09:25:12.611 | INFO     | uvicorn.protocols.http.httptools_impl:send:476 - 198.19.249.3:0 - "GET /api/v1/chats/?page=1 HTTP/1.1" 200 - {}
2025-06-17 09:25:12.763 | INFO     | uvicorn.protocols.http.httptools_impl:send:476 - 198.19.249.3:0 - "POST /api/chat/completed HTTP/1.1" 200 - {}
2025-06-17 09:25:12.777 | INFO     | uvicorn.protocols.http.httptools_impl:send:476 - 198.19.249.3:0 - "POST /api/v1/chats/128119e9-d407-4100-9c38-dcb33c4997aa HTTP/1.1" 200 - {}
2025-06-17 09:25:12.783 | INFO     | uvicorn.protocols.http.httptools_impl:send:476 - 198.19.249.3:0 - "GET /api/v1/chats/?page=1 HTTP/1.1" 200 - {}
2025-06-17 09:25:13.711 | INFO     | open_webui.routers.openai:get_all_models:391 - get_all_models() - {}
2025-06-17 09:25:14.413 | INFO     | uvicorn.protocols.http.httptools_impl:send:476 - 198.19.249.3:0 - "GET /api/v1/chats/?page=1 HTTP/1.1" 200 - {}
2025-06-17 09:25:14.427 | INFO     | uvicorn.protocols.http.httptools_impl:send:476 - 198.19.249.3:0 - "GET /api/v1/chats/?page=1 HTTP/1.1" 200 - {}
2025-06-17 09:25:14.433 | INFO     | uvicorn.protocols.http.httptools_impl:send:476 - 198.19.249.3:0 - "GET /api/v1/chats/?page=1 HTTP/1.1" 200 - {}
2025-06-17 09:25:14.437 | INFO     | uvicorn.protocols.http.httptools_impl:send:476 - 198.19.249.3:0 - "GET /api/v1/chats/?page=1 HTTP/1.1" 200 - {}
2025-06-17 09:25:15.117 | INFO     | uvicorn.protocols.http.httptools_impl:send:476 - 198.19.249.3:0 - "GET /api/v1/chats/128119e9-d407-4100-9c38-dcb33c4997aa HTTP/1.1" 200 - {}
2025-06-17 09:25:15.118 | INFO     | uvicorn.protocols.http.httptools_impl:send:476 - 198.19.249.3:0 - "GET /api/v1/chats/all/tags HTTP/1.1" 200 - {}
2025-06-17 09:25:15.133 | INFO     | uvicorn.protocols.http.httptools_impl:send:476 - 198.19.249.3:0 - "GET /api/v1/chats/all/tags HTTP/1.1" 200 - {}
2025-06-17 09:25:15.138 | INFO     | uvicorn.protocols.http.httptools_impl:send:476 - 198.19.249.3:0 - "GET /api/v1/chats/all/tags HTTP/1.1" 200 - {}
2025-06-17 09:25:15.144 | INFO     | uvicorn.protocols.http.httptools_impl:send:476 - 198.19.249.3:0 - "GET /api/v1/chats/all/tags HTTP/1.1" 200 - {}

Image

Additional Information

Under the error message in the screenshot the correct prompt passed in via query is listed and the response is also fine – so everything seems to work as expected, except the error message…

Originally created by @jdeepwell on GitHub (Jun 17, 2025). ### Check Existing Issues - [x] I have searched the existing issues and discussions. - [x] I am using the latest version of Open WebUI. ### Installation Method Docker ### Open WebUI Version 0.6.14 ### Ollama Version (if applicable) _No response_ ### Operating System macOS 15.5 (24F74) ### Browser (if applicable) Chrome 136.0.7103.114 ### 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 Open new OpenWebUI browser window with a URL like `https://open-webui.orb.local/?q=Hello+world&models=litellm.gpt-4.1` Should start a new chat without any error messages. ### Actual Behavior Does start the new chat correctly but also gives the error message "Please enter a prompt" ### Steps to Reproduce 1. Spin up an OpenWebUI container *(e.g. using OrbStack) by ``` docker run -d --restart unless-stopped -p 127.0.0.1:3000:8080 -v open-webui:/app/backend/data -e ENV=dev --name open-webui ghcr.io/open-webui/open-webui:0.6.14 ``` 2. `https://open-webui.orb.local/?q=Hello+world&models=litellm.gpt-4.1` ### Logs & Screenshots ## Docker log ``` 2025-06-17 09:25:08.418 | INFO | uvicorn.protocols.http.httptools_impl:send:476 - 198.19.249.3:0 - "GET /ollama/api/version HTTP/1.1" 200 - {} 2025-06-17 09:25:08.425 | INFO | uvicorn.protocols.http.httptools_impl:send:476 - 198.19.249.3:0 - "GET /static/favicon.png HTTP/1.1" 304 - {} 2025-06-17 09:25:08.428 | INFO | uvicorn.protocols.http.httptools_impl:send:476 - 198.19.249.3:0 - "GET /api/v1/users/user/settings HTTP/1.1" 200 - {} 2025-06-17 09:25:08.492 | INFO | uvicorn.protocols.http.httptools_impl:send:476 - 198.19.249.3:0 - "POST /api/v1/chats/new HTTP/1.1" 200 - {} 2025-06-17 09:25:08.509 | INFO | uvicorn.protocols.http.httptools_impl:send:476 - 198.19.249.3:0 - "POST /api/v1/chats/new HTTP/1.1" 200 - {} 2025-06-17 09:25:08.509 | INFO | uvicorn.protocols.http.httptools_impl:send:476 - 198.19.249.3:0 - "GET /static/favicon.png HTTP/1.1" 304 - {} 2025-06-17 09:25:08.513 | INFO | uvicorn.protocols.http.httptools_impl:send:476 - 198.19.249.3:0 - "GET /api/v1/users/user/settings HTTP/1.1" 200 - {} 2025-06-17 09:25:08.517 | INFO | uvicorn.protocols.http.httptools_impl:send:476 - 198.19.249.3:0 - "GET /api/v1/chats/?page=1 HTTP/1.1" 200 - {} 2025-06-17 09:25:08.537 | INFO | uvicorn.protocols.http.httptools_impl:send:476 - 198.19.249.3:0 - "GET /api/v1/users/user/settings HTTP/1.1" 200 - {} 2025-06-17 09:25:08.545 | INFO | uvicorn.protocols.http.httptools_impl:send:476 - 198.19.249.3:0 - "GET /api/v1/chats/?page=1 HTTP/1.1" 200 - {} 2025-06-17 09:25:08.556 | INFO | uvicorn.protocols.http.httptools_impl:send:476 - 198.19.249.3:0 - "GET /api/v1/users/user/settings HTTP/1.1" 200 - {} 2025-06-17 09:25:08.568 | INFO | uvicorn.protocols.http.httptools_impl:send:476 - 198.19.249.3:0 - "GET /api/v1/users/user/settings HTTP/1.1" 200 - {} 2025-06-17 09:25:08.573 | INFO | open_webui.routers.openai:get_all_models:391 - get_all_models() - {} 2025-06-17 09:25:09.371 | INFO | uvicorn.protocols.http.httptools_impl:send:476 - 198.19.249.3:0 - "POST /api/chat/completions HTTP/1.1" 200 - {} 2025-06-17 09:25:09.382 | INFO | uvicorn.protocols.http.httptools_impl:send:476 - 198.19.249.3:0 - "GET /api/v1/chats/?page=1 HTTP/1.1" 200 - {} 2025-06-17 09:25:09.592 | INFO | uvicorn.protocols.http.httptools_impl:send:476 - 198.19.249.3:0 - "GET /audio/notification.mp3 HTTP/1.1" 206 - {} 2025-06-17 09:25:09.603 | INFO | uvicorn.protocols.http.httptools_impl:send:476 - 198.19.249.3:0 - "GET /static/apple-touch-icon.png HTTP/1.1" 200 - {} 2025-06-17 09:25:11.012 | INFO | open_webui.routers.openai:get_all_models:391 - get_all_models() - {} 2025-06-17 09:25:11.280 | INFO | uvicorn.protocols.http.httptools_impl:send:476 - 198.19.249.3:0 - "GET /_app/version.json HTTP/1.1" 304 - {} 2025-06-17 09:25:11.468 | INFO | uvicorn.protocols.http.httptools_impl:send:476 - 198.19.249.3:0 - "GET /manifest.json HTTP/1.1" 200 - {} 2025-06-17 09:25:11.616 | INFO | uvicorn.protocols.http.httptools_impl:send:476 - 198.19.249.3:0 - "GET /api/config HTTP/1.1" 200 - {} 2025-06-17 09:25:11.645 | INFO | uvicorn.protocols.http.httptools_impl:send:476 - 198.19.249.3:0 - "GET /api/v1/auths/ HTTP/1.1" 200 - {} 2025-06-17 09:25:11.665 | INFO | uvicorn.protocols.http.httptools_impl:send:476 - 198.19.249.3:0 - "GET /api/config HTTP/1.1" 200 - {} 2025-06-17 09:25:11.673 | INFO | uvicorn.protocols.http.httptools_impl:send:476 - 198.19.249.3:0 - "GET /api/v1/chats/archived?page=1&order_by=updated_at&direction=desc HTTP/1.1" 200 - {} 2025-06-17 09:25:11.679 | INFO | uvicorn.protocols.http.httptools_impl:send:476 - 198.19.249.3:0 - "GET /api/changelog HTTP/1.1" 200 - {} 2025-06-17 09:25:11.684 | INFO | uvicorn.protocols.http.httptools_impl:send:476 - 198.19.249.3:0 - "GET /api/v1/chats/?page=1 HTTP/1.1" 200 - {} 2025-06-17 09:25:11.684 | INFO | uvicorn.protocols.http.httptools_impl:send:476 - 198.19.249.3:0 - "GET /static/favicon.png HTTP/1.1" 304 - {} 2025-06-17 09:25:11.686 | INFO | uvicorn.protocols.http.httptools_impl:send:476 - 198.19.249.3:0 - "GET /api/v1/channels/ HTTP/1.1" 200 - {} 2025-06-17 09:25:11.697 | INFO | uvicorn.protocols.http.httptools_impl:send:476 - 198.19.249.3:0 - "GET /api/v1/users/user/settings HTTP/1.1" 200 - {} 2025-06-17 09:25:11.717 | INFO | uvicorn.protocols.http.httptools_impl:send:476 - 198.19.249.3:0 - "GET /api/v1/chats/all/tags HTTP/1.1" 200 - {} 2025-06-17 09:25:11.719 | INFO | open_webui.routers.openai:get_all_models:391 - get_all_models() - {} 2025-06-17 09:25:11.728 | INFO | uvicorn.protocols.http.httptools_impl:send:476 - 198.19.249.3:0 - "GET /api/v1/chats/?page=1 HTTP/1.1" 200 - {} 2025-06-17 09:25:11.729 | INFO | uvicorn.protocols.http.httptools_impl:send:476 - 198.19.249.3:0 - "GET /api/v1/chats/pinned HTTP/1.1" 200 - {} 2025-06-17 09:25:11.736 | INFO | uvicorn.protocols.http.httptools_impl:send:476 - 198.19.249.3:0 - "GET /api/models HTTP/1.1" 200 - {} 2025-06-17 09:25:11.739 | INFO | uvicorn.protocols.http.httptools_impl:send:476 - 198.19.249.3:0 - "GET /api/v1/chats/?page=1 HTTP/1.1" 200 - {} 2025-06-17 09:25:11.746 | INFO | uvicorn.protocols.http.httptools_impl:send:476 - 198.19.249.3:0 - "GET /api/v1/folders/ HTTP/1.1" 200 - {} 2025-06-17 09:25:11.751 | INFO | uvicorn.protocols.http.httptools_impl:send:476 - 198.19.249.3:0 - "GET /api/v1/chats/?page=1 HTTP/1.1" 200 - {} 2025-06-17 09:25:11.752 | INFO | uvicorn.protocols.http.httptools_impl:send:476 - 198.19.249.3:0 - "GET /api/v1/configs/banners HTTP/1.1" 200 - {} 2025-06-17 09:25:11.760 | INFO | uvicorn.protocols.http.httptools_impl:send:476 - 198.19.249.3:0 - "GET /api/v1/chats/?page=1 HTTP/1.1" 200 - {} 2025-06-17 09:25:11.763 | INFO | uvicorn.protocols.http.httptools_impl:send:476 - 198.19.249.3:0 - "GET /api/v1/tools/ HTTP/1.1" 200 - {} 2025-06-17 09:25:11.767 | INFO | uvicorn.protocols.http.httptools_impl:send:476 - 198.19.249.3:0 - "GET /api/v1/chats/?page=1 HTTP/1.1" 200 - {} 2025-06-17 09:25:11.824 | INFO | uvicorn.protocols.http.httptools_impl:send:476 - 198.19.249.3:0 - "GET /ollama/api/version HTTP/1.1" 200 - {} 2025-06-17 09:25:11.851 | INFO | uvicorn.protocols.http.httptools_impl:send:476 - 198.19.249.3:0 - "GET /api/v1/users/user/settings HTTP/1.1" 200 - {} 2025-06-17 09:25:11.852 | INFO | uvicorn.protocols.http.httptools_impl:send:476 - 198.19.249.3:0 - "POST /api/v1/chats/new HTTP/1.1" 200 - {} 2025-06-17 09:25:11.856 | INFO | uvicorn.protocols.http.httptools_impl:send:476 - 198.19.249.3:0 - "GET /api/v1/users/user/settings HTTP/1.1" 200 - {} 2025-06-17 09:25:11.879 | INFO | uvicorn.protocols.http.httptools_impl:send:476 - 198.19.249.3:0 - "GET /api/v1/chats/?page=1 HTTP/1.1" 200 - {} 2025-06-17 09:25:11.901 | INFO | uvicorn.protocols.http.httptools_impl:send:476 - 198.19.249.3:0 - "POST /api/v1/chats/128119e9-d407-4100-9c38-dcb33c4997aa HTTP/1.1" 200 - {} 2025-06-17 09:25:11.901 | INFO | uvicorn.protocols.http.httptools_impl:send:476 - 198.19.249.3:0 - "GET /static/favicon.png HTTP/1.1" 304 - {} 2025-06-17 09:25:11.907 | INFO | uvicorn.protocols.http.httptools_impl:send:476 - 198.19.249.3:0 - "GET /api/v1/chats/?page=1 HTTP/1.1" 200 - {} 2025-06-17 09:25:11.913 | INFO | open_webui.routers.openai:get_all_models:391 - get_all_models() - {} 2025-06-17 09:25:12.217 | INFO | open_webui.models.chats:count_chats_by_tag_name_and_user_id:860 - Count of chats for tag 'general': 3 - {} 2025-06-17 09:25:12.232 | INFO | uvicorn.protocols.http.httptools_impl:send:476 - 198.19.249.3:0 - "GET /api/v1/chats/all/tags HTTP/1.1" 200 - {} 2025-06-17 09:25:12.248 | INFO | uvicorn.protocols.http.httptools_impl:send:476 - 198.19.249.3:0 - "GET /api/v1/chats/all/tags HTTP/1.1" 200 - {} 2025-06-17 09:25:12.255 | INFO | uvicorn.protocols.http.httptools_impl:send:476 - 198.19.249.3:0 - "GET /api/v1/chats/all/tags HTTP/1.1" 200 - {} 2025-06-17 09:25:12.264 | INFO | uvicorn.protocols.http.httptools_impl:send:476 - 198.19.249.3:0 - "POST /api/v1/folders/ba392d40-d1c4-4938-87fd-d04b64a6f396/update/expanded HTTP/1.1" 200 - {} 2025-06-17 09:25:12.269 | INFO | uvicorn.protocols.http.httptools_impl:send:476 - 198.19.249.3:0 - "GET /api/v1/chats/all/tags HTTP/1.1" 200 - {} 2025-06-17 09:25:12.278 | INFO | uvicorn.protocols.http.httptools_impl:send:476 - 198.19.249.3:0 - "POST /api/v1/folders/7de53145-0f0c-434b-b79b-b524c9b2c162/update/expanded HTTP/1.1" 200 - {} 2025-06-17 09:25:12.605 | INFO | uvicorn.protocols.http.httptools_impl:send:476 - 198.19.249.3:0 - "POST /api/chat/completions HTTP/1.1" 200 - {} 2025-06-17 09:25:12.611 | INFO | uvicorn.protocols.http.httptools_impl:send:476 - 198.19.249.3:0 - "GET /api/v1/chats/?page=1 HTTP/1.1" 200 - {} 2025-06-17 09:25:12.763 | INFO | uvicorn.protocols.http.httptools_impl:send:476 - 198.19.249.3:0 - "POST /api/chat/completed HTTP/1.1" 200 - {} 2025-06-17 09:25:12.777 | INFO | uvicorn.protocols.http.httptools_impl:send:476 - 198.19.249.3:0 - "POST /api/v1/chats/128119e9-d407-4100-9c38-dcb33c4997aa HTTP/1.1" 200 - {} 2025-06-17 09:25:12.783 | INFO | uvicorn.protocols.http.httptools_impl:send:476 - 198.19.249.3:0 - "GET /api/v1/chats/?page=1 HTTP/1.1" 200 - {} 2025-06-17 09:25:13.711 | INFO | open_webui.routers.openai:get_all_models:391 - get_all_models() - {} 2025-06-17 09:25:14.413 | INFO | uvicorn.protocols.http.httptools_impl:send:476 - 198.19.249.3:0 - "GET /api/v1/chats/?page=1 HTTP/1.1" 200 - {} 2025-06-17 09:25:14.427 | INFO | uvicorn.protocols.http.httptools_impl:send:476 - 198.19.249.3:0 - "GET /api/v1/chats/?page=1 HTTP/1.1" 200 - {} 2025-06-17 09:25:14.433 | INFO | uvicorn.protocols.http.httptools_impl:send:476 - 198.19.249.3:0 - "GET /api/v1/chats/?page=1 HTTP/1.1" 200 - {} 2025-06-17 09:25:14.437 | INFO | uvicorn.protocols.http.httptools_impl:send:476 - 198.19.249.3:0 - "GET /api/v1/chats/?page=1 HTTP/1.1" 200 - {} 2025-06-17 09:25:15.117 | INFO | uvicorn.protocols.http.httptools_impl:send:476 - 198.19.249.3:0 - "GET /api/v1/chats/128119e9-d407-4100-9c38-dcb33c4997aa HTTP/1.1" 200 - {} 2025-06-17 09:25:15.118 | INFO | uvicorn.protocols.http.httptools_impl:send:476 - 198.19.249.3:0 - "GET /api/v1/chats/all/tags HTTP/1.1" 200 - {} 2025-06-17 09:25:15.133 | INFO | uvicorn.protocols.http.httptools_impl:send:476 - 198.19.249.3:0 - "GET /api/v1/chats/all/tags HTTP/1.1" 200 - {} 2025-06-17 09:25:15.138 | INFO | uvicorn.protocols.http.httptools_impl:send:476 - 198.19.249.3:0 - "GET /api/v1/chats/all/tags HTTP/1.1" 200 - {} 2025-06-17 09:25:15.144 | INFO | uvicorn.protocols.http.httptools_impl:send:476 - 198.19.249.3:0 - "GET /api/v1/chats/all/tags HTTP/1.1" 200 - {} ``` ## Browser console ``` 2025-06-17 09:25:08.418 | INFO | uvicorn.protocols.http.httptools_impl:send:476 - 198.19.249.3:0 - "GET /ollama/api/version HTTP/1.1" 200 - {} 2025-06-17 09:25:08.425 | INFO | uvicorn.protocols.http.httptools_impl:send:476 - 198.19.249.3:0 - "GET /static/favicon.png HTTP/1.1" 304 - {} 2025-06-17 09:25:08.428 | INFO | uvicorn.protocols.http.httptools_impl:send:476 - 198.19.249.3:0 - "GET /api/v1/users/user/settings HTTP/1.1" 200 - {} 2025-06-17 09:25:08.492 | INFO | uvicorn.protocols.http.httptools_impl:send:476 - 198.19.249.3:0 - "POST /api/v1/chats/new HTTP/1.1" 200 - {} 2025-06-17 09:25:08.509 | INFO | uvicorn.protocols.http.httptools_impl:send:476 - 198.19.249.3:0 - "POST /api/v1/chats/new HTTP/1.1" 200 - {} 2025-06-17 09:25:08.509 | INFO | uvicorn.protocols.http.httptools_impl:send:476 - 198.19.249.3:0 - "GET /static/favicon.png HTTP/1.1" 304 - {} 2025-06-17 09:25:08.513 | INFO | uvicorn.protocols.http.httptools_impl:send:476 - 198.19.249.3:0 - "GET /api/v1/users/user/settings HTTP/1.1" 200 - {} 2025-06-17 09:25:08.517 | INFO | uvicorn.protocols.http.httptools_impl:send:476 - 198.19.249.3:0 - "GET /api/v1/chats/?page=1 HTTP/1.1" 200 - {} 2025-06-17 09:25:08.537 | INFO | uvicorn.protocols.http.httptools_impl:send:476 - 198.19.249.3:0 - "GET /api/v1/users/user/settings HTTP/1.1" 200 - {} 2025-06-17 09:25:08.545 | INFO | uvicorn.protocols.http.httptools_impl:send:476 - 198.19.249.3:0 - "GET /api/v1/chats/?page=1 HTTP/1.1" 200 - {} 2025-06-17 09:25:08.556 | INFO | uvicorn.protocols.http.httptools_impl:send:476 - 198.19.249.3:0 - "GET /api/v1/users/user/settings HTTP/1.1" 200 - {} 2025-06-17 09:25:08.568 | INFO | uvicorn.protocols.http.httptools_impl:send:476 - 198.19.249.3:0 - "GET /api/v1/users/user/settings HTTP/1.1" 200 - {} 2025-06-17 09:25:08.573 | INFO | open_webui.routers.openai:get_all_models:391 - get_all_models() - {} 2025-06-17 09:25:09.371 | INFO | uvicorn.protocols.http.httptools_impl:send:476 - 198.19.249.3:0 - "POST /api/chat/completions HTTP/1.1" 200 - {} 2025-06-17 09:25:09.382 | INFO | uvicorn.protocols.http.httptools_impl:send:476 - 198.19.249.3:0 - "GET /api/v1/chats/?page=1 HTTP/1.1" 200 - {} 2025-06-17 09:25:09.592 | INFO | uvicorn.protocols.http.httptools_impl:send:476 - 198.19.249.3:0 - "GET /audio/notification.mp3 HTTP/1.1" 206 - {} 2025-06-17 09:25:09.603 | INFO | uvicorn.protocols.http.httptools_impl:send:476 - 198.19.249.3:0 - "GET /static/apple-touch-icon.png HTTP/1.1" 200 - {} 2025-06-17 09:25:11.012 | INFO | open_webui.routers.openai:get_all_models:391 - get_all_models() - {} 2025-06-17 09:25:11.280 | INFO | uvicorn.protocols.http.httptools_impl:send:476 - 198.19.249.3:0 - "GET /_app/version.json HTTP/1.1" 304 - {} 2025-06-17 09:25:11.468 | INFO | uvicorn.protocols.http.httptools_impl:send:476 - 198.19.249.3:0 - "GET /manifest.json HTTP/1.1" 200 - {} 2025-06-17 09:25:11.616 | INFO | uvicorn.protocols.http.httptools_impl:send:476 - 198.19.249.3:0 - "GET /api/config HTTP/1.1" 200 - {} 2025-06-17 09:25:11.645 | INFO | uvicorn.protocols.http.httptools_impl:send:476 - 198.19.249.3:0 - "GET /api/v1/auths/ HTTP/1.1" 200 - {} 2025-06-17 09:25:11.665 | INFO | uvicorn.protocols.http.httptools_impl:send:476 - 198.19.249.3:0 - "GET /api/config HTTP/1.1" 200 - {} 2025-06-17 09:25:11.673 | INFO | uvicorn.protocols.http.httptools_impl:send:476 - 198.19.249.3:0 - "GET /api/v1/chats/archived?page=1&order_by=updated_at&direction=desc HTTP/1.1" 200 - {} 2025-06-17 09:25:11.679 | INFO | uvicorn.protocols.http.httptools_impl:send:476 - 198.19.249.3:0 - "GET /api/changelog HTTP/1.1" 200 - {} 2025-06-17 09:25:11.684 | INFO | uvicorn.protocols.http.httptools_impl:send:476 - 198.19.249.3:0 - "GET /api/v1/chats/?page=1 HTTP/1.1" 200 - {} 2025-06-17 09:25:11.684 | INFO | uvicorn.protocols.http.httptools_impl:send:476 - 198.19.249.3:0 - "GET /static/favicon.png HTTP/1.1" 304 - {} 2025-06-17 09:25:11.686 | INFO | uvicorn.protocols.http.httptools_impl:send:476 - 198.19.249.3:0 - "GET /api/v1/channels/ HTTP/1.1" 200 - {} 2025-06-17 09:25:11.697 | INFO | uvicorn.protocols.http.httptools_impl:send:476 - 198.19.249.3:0 - "GET /api/v1/users/user/settings HTTP/1.1" 200 - {} 2025-06-17 09:25:11.717 | INFO | uvicorn.protocols.http.httptools_impl:send:476 - 198.19.249.3:0 - "GET /api/v1/chats/all/tags HTTP/1.1" 200 - {} 2025-06-17 09:25:11.719 | INFO | open_webui.routers.openai:get_all_models:391 - get_all_models() - {} 2025-06-17 09:25:11.728 | INFO | uvicorn.protocols.http.httptools_impl:send:476 - 198.19.249.3:0 - "GET /api/v1/chats/?page=1 HTTP/1.1" 200 - {} 2025-06-17 09:25:11.729 | INFO | uvicorn.protocols.http.httptools_impl:send:476 - 198.19.249.3:0 - "GET /api/v1/chats/pinned HTTP/1.1" 200 - {} 2025-06-17 09:25:11.736 | INFO | uvicorn.protocols.http.httptools_impl:send:476 - 198.19.249.3:0 - "GET /api/models HTTP/1.1" 200 - {} 2025-06-17 09:25:11.739 | INFO | uvicorn.protocols.http.httptools_impl:send:476 - 198.19.249.3:0 - "GET /api/v1/chats/?page=1 HTTP/1.1" 200 - {} 2025-06-17 09:25:11.746 | INFO | uvicorn.protocols.http.httptools_impl:send:476 - 198.19.249.3:0 - "GET /api/v1/folders/ HTTP/1.1" 200 - {} 2025-06-17 09:25:11.751 | INFO | uvicorn.protocols.http.httptools_impl:send:476 - 198.19.249.3:0 - "GET /api/v1/chats/?page=1 HTTP/1.1" 200 - {} 2025-06-17 09:25:11.752 | INFO | uvicorn.protocols.http.httptools_impl:send:476 - 198.19.249.3:0 - "GET /api/v1/configs/banners HTTP/1.1" 200 - {} 2025-06-17 09:25:11.760 | INFO | uvicorn.protocols.http.httptools_impl:send:476 - 198.19.249.3:0 - "GET /api/v1/chats/?page=1 HTTP/1.1" 200 - {} 2025-06-17 09:25:11.763 | INFO | uvicorn.protocols.http.httptools_impl:send:476 - 198.19.249.3:0 - "GET /api/v1/tools/ HTTP/1.1" 200 - {} 2025-06-17 09:25:11.767 | INFO | uvicorn.protocols.http.httptools_impl:send:476 - 198.19.249.3:0 - "GET /api/v1/chats/?page=1 HTTP/1.1" 200 - {} 2025-06-17 09:25:11.824 | INFO | uvicorn.protocols.http.httptools_impl:send:476 - 198.19.249.3:0 - "GET /ollama/api/version HTTP/1.1" 200 - {} 2025-06-17 09:25:11.851 | INFO | uvicorn.protocols.http.httptools_impl:send:476 - 198.19.249.3:0 - "GET /api/v1/users/user/settings HTTP/1.1" 200 - {} 2025-06-17 09:25:11.852 | INFO | uvicorn.protocols.http.httptools_impl:send:476 - 198.19.249.3:0 - "POST /api/v1/chats/new HTTP/1.1" 200 - {} 2025-06-17 09:25:11.856 | INFO | uvicorn.protocols.http.httptools_impl:send:476 - 198.19.249.3:0 - "GET /api/v1/users/user/settings HTTP/1.1" 200 - {} 2025-06-17 09:25:11.879 | INFO | uvicorn.protocols.http.httptools_impl:send:476 - 198.19.249.3:0 - "GET /api/v1/chats/?page=1 HTTP/1.1" 200 - {} 2025-06-17 09:25:11.901 | INFO | uvicorn.protocols.http.httptools_impl:send:476 - 198.19.249.3:0 - "POST /api/v1/chats/128119e9-d407-4100-9c38-dcb33c4997aa HTTP/1.1" 200 - {} 2025-06-17 09:25:11.901 | INFO | uvicorn.protocols.http.httptools_impl:send:476 - 198.19.249.3:0 - "GET /static/favicon.png HTTP/1.1" 304 - {} 2025-06-17 09:25:11.907 | INFO | uvicorn.protocols.http.httptools_impl:send:476 - 198.19.249.3:0 - "GET /api/v1/chats/?page=1 HTTP/1.1" 200 - {} 2025-06-17 09:25:11.913 | INFO | open_webui.routers.openai:get_all_models:391 - get_all_models() - {} 2025-06-17 09:25:12.217 | INFO | open_webui.models.chats:count_chats_by_tag_name_and_user_id:860 - Count of chats for tag 'general': 3 - {} 2025-06-17 09:25:12.232 | INFO | uvicorn.protocols.http.httptools_impl:send:476 - 198.19.249.3:0 - "GET /api/v1/chats/all/tags HTTP/1.1" 200 - {} 2025-06-17 09:25:12.248 | INFO | uvicorn.protocols.http.httptools_impl:send:476 - 198.19.249.3:0 - "GET /api/v1/chats/all/tags HTTP/1.1" 200 - {} 2025-06-17 09:25:12.255 | INFO | uvicorn.protocols.http.httptools_impl:send:476 - 198.19.249.3:0 - "GET /api/v1/chats/all/tags HTTP/1.1" 200 - {} 2025-06-17 09:25:12.264 | INFO | uvicorn.protocols.http.httptools_impl:send:476 - 198.19.249.3:0 - "POST /api/v1/folders/ba392d40-d1c4-4938-87fd-d04b64a6f396/update/expanded HTTP/1.1" 200 - {} 2025-06-17 09:25:12.269 | INFO | uvicorn.protocols.http.httptools_impl:send:476 - 198.19.249.3:0 - "GET /api/v1/chats/all/tags HTTP/1.1" 200 - {} 2025-06-17 09:25:12.278 | INFO | uvicorn.protocols.http.httptools_impl:send:476 - 198.19.249.3:0 - "POST /api/v1/folders/7de53145-0f0c-434b-b79b-b524c9b2c162/update/expanded HTTP/1.1" 200 - {} 2025-06-17 09:25:12.605 | INFO | uvicorn.protocols.http.httptools_impl:send:476 - 198.19.249.3:0 - "POST /api/chat/completions HTTP/1.1" 200 - {} 2025-06-17 09:25:12.611 | INFO | uvicorn.protocols.http.httptools_impl:send:476 - 198.19.249.3:0 - "GET /api/v1/chats/?page=1 HTTP/1.1" 200 - {} 2025-06-17 09:25:12.763 | INFO | uvicorn.protocols.http.httptools_impl:send:476 - 198.19.249.3:0 - "POST /api/chat/completed HTTP/1.1" 200 - {} 2025-06-17 09:25:12.777 | INFO | uvicorn.protocols.http.httptools_impl:send:476 - 198.19.249.3:0 - "POST /api/v1/chats/128119e9-d407-4100-9c38-dcb33c4997aa HTTP/1.1" 200 - {} 2025-06-17 09:25:12.783 | INFO | uvicorn.protocols.http.httptools_impl:send:476 - 198.19.249.3:0 - "GET /api/v1/chats/?page=1 HTTP/1.1" 200 - {} 2025-06-17 09:25:13.711 | INFO | open_webui.routers.openai:get_all_models:391 - get_all_models() - {} 2025-06-17 09:25:14.413 | INFO | uvicorn.protocols.http.httptools_impl:send:476 - 198.19.249.3:0 - "GET /api/v1/chats/?page=1 HTTP/1.1" 200 - {} 2025-06-17 09:25:14.427 | INFO | uvicorn.protocols.http.httptools_impl:send:476 - 198.19.249.3:0 - "GET /api/v1/chats/?page=1 HTTP/1.1" 200 - {} 2025-06-17 09:25:14.433 | INFO | uvicorn.protocols.http.httptools_impl:send:476 - 198.19.249.3:0 - "GET /api/v1/chats/?page=1 HTTP/1.1" 200 - {} 2025-06-17 09:25:14.437 | INFO | uvicorn.protocols.http.httptools_impl:send:476 - 198.19.249.3:0 - "GET /api/v1/chats/?page=1 HTTP/1.1" 200 - {} 2025-06-17 09:25:15.117 | INFO | uvicorn.protocols.http.httptools_impl:send:476 - 198.19.249.3:0 - "GET /api/v1/chats/128119e9-d407-4100-9c38-dcb33c4997aa HTTP/1.1" 200 - {} 2025-06-17 09:25:15.118 | INFO | uvicorn.protocols.http.httptools_impl:send:476 - 198.19.249.3:0 - "GET /api/v1/chats/all/tags HTTP/1.1" 200 - {} 2025-06-17 09:25:15.133 | INFO | uvicorn.protocols.http.httptools_impl:send:476 - 198.19.249.3:0 - "GET /api/v1/chats/all/tags HTTP/1.1" 200 - {} 2025-06-17 09:25:15.138 | INFO | uvicorn.protocols.http.httptools_impl:send:476 - 198.19.249.3:0 - "GET /api/v1/chats/all/tags HTTP/1.1" 200 - {} 2025-06-17 09:25:15.144 | INFO | uvicorn.protocols.http.httptools_impl:send:476 - 198.19.249.3:0 - "GET /api/v1/chats/all/tags HTTP/1.1" 200 - {} ``` ![Image](https://github.com/user-attachments/assets/bbeea19f-942b-42ee-ac27-36e365955012) ### Additional Information Under the error message in the screenshot the correct prompt passed in via query is listed and the response is also fine – so everything seems to work as expected, except the error message…
GiteaMirror added the bug label 2025-11-11 16:24:40 -06:00
Author
Owner

@Classic298 commented on GitHub (Jun 17, 2025):

Cannot reproduce, works for me (0.6.14) No error shown, chat starts as intended

@Classic298 commented on GitHub (Jun 17, 2025): Cannot reproduce, works for me (0.6.14) No error shown, chat starts as intended
Author
Owner

@Classic298 commented on GitHub (Jun 17, 2025):

Actually, I can reproduce now.

If you write a model Id that you do not have, then the error DOES NOT appear.
And if you write a model Id that YOU DO HAVE, then the ERROR appears.

I.e. if you have gpt4.1 and you write gpt5, you will not get an error.

If you have gpt4.1 and you write gpt4.1 as the model ID in the URL Parameter, then the error shows up. Yes.

@Classic298 commented on GitHub (Jun 17, 2025): Actually, I can reproduce now. If you write a model Id that you do not have, then the error DOES NOT appear. And if you write a model Id that YOU DO HAVE, then the ERROR appears. I.e. if you have gpt4.1 and you write gpt5, you will not get an error. If you have gpt4.1 and you write gpt4.1 as the model ID in the URL Parameter, then the error shows up. Yes.
Author
Owner

@Classic298 commented on GitHub (Jun 17, 2025):

@jdeepwell i tried to reproduce it on 0.6.15 and can no longer reproduce it there.
Can you test on 0.6.15 please

@Classic298 commented on GitHub (Jun 17, 2025): @jdeepwell i tried to reproduce it on 0.6.15 and can no longer reproduce it there. Can you test on 0.6.15 please
Author
Owner

@jdeepwell commented on GitHub (Jun 17, 2025):

@Classic298 Confirmed - does not happen anymore with 0.6.15 👍
(sorry to have bothered you, the 0.6.15 update yesterday went past me...🙏)

@jdeepwell commented on GitHub (Jun 17, 2025): @Classic298 Confirmed - does **not** happen anymore with 0.6.15 👍 _(sorry to have bothered you, the 0.6.15 update yesterday went past me...🙏)_
Author
Owner

@Classic298 commented on GitHub (Jun 17, 2025):

Cool, thanks. Please close the issue

@Classic298 commented on GitHub (Jun 17, 2025): Cool, thanks. Please close the issue
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/open-webui#5567