issue: App fails to load due to possible database corruption #4786

Closed
opened 2025-11-11 16:03:10 -06:00 by GiteaMirror · 0 comments
Owner

Originally created by @nikhilmaddirala on GitHub (Apr 10, 2025).

Summary

App fails to load after login. Seems to be a database issue, because I can fix this problem by setting the env variable DATABASE_URL to a new database. The last thing I did before running into this issue was adding some OpenAPI tool servers. Possibly related is that docker logs show it's always getting stuck at this line:

open-webui | 2025-04-09 23:24:19.036 | INFO | uvicorn.protocols.http.httptools_impl:send:476 - 73.70.119.168:0 - "GET /api/v1/tools/ HTTP/1.1" 200 - {}

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

v0.6.2

Ollama Version (if applicable)

No response

Operating System

Ubuntu 24

Browser (if applicable)

No response

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 listed steps to reproduce the bug in detail.

Expected Behavior

After login, app should load

Actual Behavior

After login, browser shows a blank screen.

Steps to Reproduce

  1. Docker compose
  2. Go through login screen in browser
  3. Nothing loads

Logs & Screenshots

[+] Running 1/1
 ✔ Container open-webui  Recreated                                                                      0.3s 
Attaching to open-webui
open-webui  | /app/backend/open_webui
open-webui  | /app/backend
open-webui  | /app
open-webui  | INFO  [alembic.runtime.migration] Context impl PostgresqlImpl.
open-webui  | INFO  [alembic.runtime.migration] Will assume transactional DDL.
open-webui  | INFO  [open_webui.env] 'ENABLE_API_KEY' loaded from the latest database entry
open-webui  | INFO  [open_webui.env] 'ENABLE_API_KEY_ENDPOINT_RESTRICTIONS' loaded from the latest database entry
open-webui  | INFO  [open_webui.env] 'API_KEY_ALLOWED_ENDPOINTS' loaded from the latest database entry
open-webui  | INFO  [open_webui.env] 'JWT_EXPIRES_IN' loaded from the latest database entry
open-webui  | INFO  [open_webui.env] 'ENABLE_OLLAMA_API' loaded from the latest database entry
open-webui  | INFO  [open_webui.env] 'OLLAMA_BASE_URLS' loaded from the latest database entry
open-webui  | INFO  [open_webui.env] 'OLLAMA_API_CONFIGS' loaded from the latest database entry
open-webui  | INFO  [open_webui.env] 'ENABLE_OPENAI_API' loaded from the latest database entry
open-webui  | INFO  [open_webui.env] 'OPENAI_API_KEYS' loaded from the latest database entry
open-webui  | INFO  [open_webui.env] 'OPENAI_API_BASE_URLS' loaded from the latest database entry
open-webui  | INFO  [open_webui.env] 'OPENAI_API_CONFIGS' loaded from the latest database entry
open-webui  | INFO  [open_webui.env] 'WEBUI_URL' loaded from the latest database entry
open-webui  | INFO  [open_webui.env] 'ENABLE_SIGNUP' loaded from the latest database entry
open-webui  | INFO  [open_webui.env] 'DEFAULT_LOCALE' loaded from the latest database entry
open-webui  | INFO  [open_webui.env] 'DEFAULT_PROMPT_SUGGESTIONS' loaded from the latest database entry
open-webui  | INFO  [open_webui.env] 'DEFAULT_USER_ROLE' loaded from the latest database entry
open-webui  | INFO  [open_webui.env] 'ENABLE_CHANNELS' loaded from the latest database entry
open-webui  | INFO  [open_webui.env] 'WEBHOOK_URL' loaded from the latest database entry
open-webui  | INFO  [open_webui.env] 'ENABLE_COMMUNITY_SHARING' loaded from the latest database entry
open-webui  | INFO  [open_webui.env] 'ENABLE_MESSAGE_RATING' loaded from the latest database entry
open-webui  | INFO  [open_webui.env] 'ENABLE_USER_WEBHOOKS' loaded from the latest database entry
open-webui  | WARNI [open_webui.env] 
open-webui  | 
open-webui  | WARNING: CORS_ALLOW_ORIGIN IS SET TO '*' - NOT RECOMMENDED FOR PRODUCTION DEPLOYMENTS.
open-webui  | 
open-webui  | INFO  [open_webui.env] 'WEBUI_BANNERS' loaded from the latest database entry
open-webui  | INFO  [open_webui.env] 'SHOW_ADMIN_DETAILS' loaded from the latest database entry
open-webui  | INFO  [open_webui.env] 'TASK_MODEL' loaded from the latest database entry
open-webui  | INFO  [open_webui.env] 'TASK_MODEL_EXTERNAL' loaded from the latest database entry
open-webui  | INFO  [open_webui.env] 'TITLE_GENERATION_PROMPT_TEMPLATE' loaded from the latest database entry
open-webui  | INFO  [open_webui.env] 'TAGS_GENERATION_PROMPT_TEMPLATE' loaded from the latest database entry
open-webui  | INFO  [open_webui.env] 'IMAGE_PROMPT_GENERATION_PROMPT_TEMPLATE' loaded from the latest database entry
open-webui  | INFO  [open_webui.env] 'ENABLE_TAGS_GENERATION' loaded from the latest database entry
open-webui  | INFO  [open_webui.env] 'ENABLE_TITLE_GENERATION' loaded from the latest database entry
open-webui  | INFO  [open_webui.env] 'ENABLE_SEARCH_QUERY_GENERATION' loaded from the latest database entry
open-webui  | INFO  [open_webui.env] 'ENABLE_RETRIEVAL_QUERY_GENERATION' loaded from the latest database entry
open-webui  | INFO  [open_webui.env] 'QUERY_GENERATION_PROMPT_TEMPLATE' loaded from the latest database entry
open-webui  | INFO  [open_webui.env] 'ENABLE_AUTOCOMPLETE_GENERATION' loaded from the latest database entry
open-webui  | INFO  [open_webui.env] 'AUTOCOMPLETE_GENERATION_INPUT_MAX_LENGTH' loaded from the latest database entry
open-webui  | INFO  [open_webui.env] 'TOOLS_FUNCTION_CALLING_PROMPT_TEMPLATE' loaded from the latest database entry
open-webui  | INFO  [open_webui.env] 'ENABLE_GOOGLE_DRIVE_INTEGRATION' loaded from the latest database entry
open-webui  | INFO  [open_webui.env] 'ENABLE_ONEDRIVE_INTEGRATION' loaded from the latest database entry
open-webui  | INFO  [open_webui.env] 'CONTENT_EXTRACTION_ENGINE' loaded from the latest database entry
open-webui  | INFO  [open_webui.env] 'TIKA_SERVER_URL' loaded from the latest database entry
open-webui  | INFO  [open_webui.env] 'DOCLING_SERVER_URL' loaded from the latest database entry
open-webui  | INFO  [open_webui.env] 'DOCUMENT_INTELLIGENCE_ENDPOINT' loaded from the latest database entry
open-webui  | INFO  [open_webui.env] 'DOCUMENT_INTELLIGENCE_KEY' loaded from the latest database entry
open-webui  | INFO  [open_webui.env] 'MISTRAL_OCR_API_KEY' loaded from the latest database entry
open-webui  | INFO  [open_webui.env] 'BYPASS_EMBEDDING_AND_RETRIEVAL' loaded from the latest database entry
open-webui  | INFO  [open_webui.env] 'RAG_TOP_K' loaded from the latest database entry
open-webui  | INFO  [open_webui.env] 'RAG_TOP_K_RERANKER' loaded from the latest database entry
open-webui  | INFO  [open_webui.env] 'RAG_RELEVANCE_THRESHOLD' loaded from the latest database entry
open-webui  | INFO  [open_webui.env] 'ENABLE_RAG_HYBRID_SEARCH' loaded from the latest database entry
open-webui  | INFO  [open_webui.env] 'RAG_FULL_CONTEXT' loaded from the latest database entry
open-webui  | INFO  [open_webui.env] 'ENABLE_RAG_WEB_LOADER_SSL_VERIFICATION' loaded from the latest database entry
open-webui  | INFO  [open_webui.env] 'RAG_EMBEDDING_ENGINE' loaded from the latest database entry
open-webui  | INFO  [open_webui.env] 'PDF_EXTRACT_IMAGES' loaded from the latest database entry
open-webui  | INFO  [open_webui.env] 'RAG_EMBEDDING_MODEL' loaded from the latest database entry
open-webui  | INFO  [open_webui.env] Embedding model set: text-embedding-3-small
open-webui  | INFO  [open_webui.env] 'RAG_EMBEDDING_BATCH_SIZE' loaded from the latest database entry
open-webui  | INFO  [open_webui.env] 'RAG_TEXT_SPLITTER' loaded from the latest database entry
open-webui  | INFO  [open_webui.env] 'CHUNK_SIZE' loaded from the latest database entry
open-webui  | INFO  [open_webui.env] 'CHUNK_OVERLAP' loaded from the latest database entry
open-webui  | INFO  [open_webui.env] 'RAG_TEMPLATE' loaded from the latest database entry
open-webui  | INFO  [open_webui.env] 'RAG_OPENAI_API_BASE_URL' loaded from the latest database entry
open-webui  | INFO  [open_webui.env] 'RAG_OPENAI_API_KEY' loaded from the latest database entry
open-webui  | INFO  [open_webui.env] 'RAG_OLLAMA_BASE_URL' loaded from the latest database entry
open-webui  | INFO  [open_webui.env] 'RAG_OLLAMA_API_KEY' loaded from the latest database entry
open-webui  | INFO  [open_webui.env] 'YOUTUBE_LOADER_LANGUAGE' loaded from the latest database entry
open-webui  | INFO  [open_webui.env] 'YOUTUBE_LOADER_PROXY_URL' loaded from the latest database entry
open-webui  | INFO  [open_webui.env] 'ENABLE_RAG_WEB_SEARCH' loaded from the latest database entry
open-webui  | INFO  [open_webui.env] 'RAG_WEB_SEARCH_ENGINE' loaded from the latest database entry
open-webui  | INFO  [open_webui.env] 'BYPASS_WEB_SEARCH_EMBEDDING_AND_RETRIEVAL' loaded from the latest database entry
open-webui  | INFO  [open_webui.env] 'RAG_WEB_SEARCH_DOMAIN_FILTER_LIST' loaded from the latest database entry
open-webui  | INFO  [open_webui.env] 'SEARXNG_QUERY_URL' loaded from the latest database entry
open-webui  | INFO  [open_webui.env] 'GOOGLE_PSE_API_KEY' loaded from the latest database entry
open-webui  | INFO  [open_webui.env] 'GOOGLE_PSE_ENGINE_ID' loaded from the latest database entry
open-webui  | INFO  [open_webui.env] 'BRAVE_SEARCH_API_KEY' loaded from the latest database entry
open-webui  | INFO  [open_webui.env] 'KAGI_SEARCH_API_KEY' loaded from the latest database entry
open-webui  | INFO  [open_webui.env] 'MOJEEK_SEARCH_API_KEY' loaded from the latest database entry
open-webui  | INFO  [open_webui.env] 'BOCHA_SEARCH_API_KEY' loaded from the latest database entry
open-webui  | INFO  [open_webui.env] 'SERPSTACK_API_KEY' loaded from the latest database entry
open-webui  | INFO  [open_webui.env] 'SERPSTACK_HTTPS' loaded from the latest database entry
open-webui  | INFO  [open_webui.env] 'SERPER_API_KEY' loaded from the latest database entry
open-webui  | INFO  [open_webui.env] 'SERPLY_API_KEY' loaded from the latest database entry
open-webui  | INFO  [open_webui.env] 'TAVILY_API_KEY' loaded from the latest database entry
open-webui  | INFO  [open_webui.env] 'JINA_API_KEY' loaded from the latest database entry
open-webui  | INFO  [open_webui.env] 'SEARCHAPI_API_KEY' loaded from the latest database entry
open-webui  | INFO  [open_webui.env] 'SEARCHAPI_ENGINE' loaded from the latest database entry
open-webui  | INFO  [open_webui.env] 'SERPAPI_API_KEY' loaded from the latest database entry
open-webui  | INFO  [open_webui.env] 'SERPAPI_ENGINE' loaded from the latest database entry
open-webui  | INFO  [open_webui.env] 'BING_SEARCH_V7_ENDPOINT' loaded from the latest database entry
open-webui  | INFO  [open_webui.env] 'BING_SEARCH_V7_SUBSCRIPTION_KEY' loaded from the latest database entry
open-webui  | INFO  [open_webui.env] 'EXA_API_KEY' loaded from the latest database entry
open-webui  | INFO  [open_webui.env] 'PERPLEXITY_API_KEY' loaded from the latest database entry
open-webui  | INFO  [open_webui.env] 'RAG_WEB_SEARCH_RESULT_COUNT' loaded from the latest database entry
open-webui  | INFO  [open_webui.env] 'RAG_WEB_SEARCH_CONCURRENT_REQUESTS' loaded from the latest database entry
open-webui  | INFO  [open_webui.env] 'RAG_WEB_SEARCH_TRUST_ENV' loaded from the latest database entry
open-webui  | WARNI [langchain_community.utils.user_agent] USER_AGENT environment variable not set, consider setting it to identify your requests.
open-webui  | INFO:     Started server process [1]
open-webui  | INFO:     Waiting for application startup.
open-webui  | 
open-webui  |  ██████╗ ██████╗ ███████╗███╗   ██╗    ██╗    ██╗███████╗██████╗ ██╗   ██╗██╗
open-webui  | ██╔═══██╗██╔══██╗██╔════╝████╗  ██║    ██║    ██║██╔════╝██╔══██╗██║   ██║██║
open-webui  | ██║   ���█║██████╔╝█████╗  ██╔██╗ ██║    ██║ █╗ ██║█████╗  ██████╔╝██║   ██║██║
open-webui  | ██║   ██║██╔═══╝ ██╔══╝  ██║╚██╗██║    ██║███╗██║██╔══╝  ██╔══██╗██║   ██║██║
open-webui  | ╚██████╔╝██║     ███████╗██║ ╚████║    ╚███╔███╔╝███████╗██████╔╝╚██████╔╝██║
open-webui  |  ╚═════╝ ╚═╝     ╚══════╝╚═╝  ╚═══╝     ╚══╝╚══╝ ╚══════╝╚═════╝  ╚═════╝ ╚═╝
open-webui  | 
open-webui  | 
open-webui  | v0.6.2 - building the best open-source AI user interface.
open-webui  | 
open-webui  | https://github.com/open-webui/open-webui
open-webui  | 
open-webui  | 2025-04-09 23:23:51.308 | INFO     | open_webui.utils.logger:start_logger:140 - GLOBAL_LOG_LEVEL: INFO - {}
open-webui  | 2025-04-09 23:24:00.365 | INFO     | uvicorn.protocols.http.httptools_impl:send:476 - 73.70.119.168:0 - "GET / HTTP/1.1" 304 - {}
open-webui  | 2025-04-09 23:24:00.497 | INFO     | uvicorn.protocols.http.httptools_impl:send:476 - 73.70.119.168:0 - "GET /ollama/api/version HTTP/1.1" 200 - {}
open-webui  | 2025-04-09 23:24:00.566 | INFO     | uvicorn.protocols.http.httptools_impl:send:476 - 73.70.119.168:0 - "GET /static/favicon.png HTTP/1.1" 200 - {}
open-webui  | 2025-04-09 23:24:00.644 | INFO     | uvicorn.protocols.http.httptools_impl:send:476 - 73.70.119.168:0 - "GET /static/loader.js HTTP/1.1" 200 - {}
open-webui  | 2025-04-09 23:24:01.009 | INFO     | uvicorn.protocols.http.httptools_impl:send:476 - 73.70.119.168:0 - "GET /static/splash.png HTTP/1.1" 200 - {}
open-webui  | 2025-04-09 23:24:01.078 | INFO     | uvicorn.protocols.http.httptools_impl:send:476 - 73.70.119.168:0 - "GET /manifest.json HTTP/1.1" 200 - {}
open-webui  | 2025-04-09 23:24:01.166 | INFO     | uvicorn.protocols.http.httptools_impl:send:476 - 73.70.119.168:0 - "GET /static/favicon.ico HTTP/1.1" 200 - {}
open-webui  | 2025-04-09 23:24:01.632 | INFO     | uvicorn.protocols.http.httptools_impl:send:476 - 73.70.119.168:0 - "GET /api/config HTTP/1.1" 200 - {}
open-webui  | 2025-04-09 23:24:01.638 | INFO     | uvicorn.protocols.http.httptools_impl:send:476 - 73.70.119.168:0 - "GET /static/favicon.png HTTP/1.1" 200 - {}
open-webui  | 2025-04-09 23:24:01.722 | INFO     | uvicorn.protocols.http.httptools_impl:send:476 - 73.70.119.168:0 - "GET /static/favicon.ico HTTP/1.1" 304 - {}
open-webui  | 2025-04-09 23:24:02.155 | INFO     | uvicorn.protocols.http.httptools_impl:send:476 - 73.70.119.168:0 - "GET /api/v1/auths/ HTTP/1.1" 200 - {}
open-webui  | 2025-04-09 23:24:02.868 | INFO     | uvicorn.protocols.http.httptools_impl:send:476 - 73.70.119.168:0 - "GET /api/config HTTP/1.1" 200 - {}
open-webui  | 2025-04-09 23:24:02.912 | INFO     | uvicorn.protocols.http.httptools_impl:send:476 - 73.70.119.168:0 - "GET /api/changelog HTTP/1.1" 200 - {}
open-webui  | 2025-04-09 23:24:03.257 | INFO     | uvicorn.protocols.http.httptools_impl:send:476 - 73.70.119.168:0 - "GET /api/v1/users/user/settings HTTP/1.1" 200 - {}
open-webui  | 2025-04-09 23:24:03.465 | INFO     | open_webui.routers.openai:get_all_models:389 - get_all_models() - {}
open-webui  | 2025-04-09 23:24:04.603 | INFO     | uvicorn.protocols.http.httptools_impl:send:476 - 73.70.119.168:0 - "GET /api/models HTTP/1.1" 200 - {}
open-webui  | 2025-04-09 23:24:05.243 | INFO     | uvicorn.protocols.http.httptools_impl:send:476 - 73.70.119.168:0 - "GET /api/v1/configs/banners HTTP/1.1" 200 - {}
open-webui  | 2025-04-09 23:24:05.816 | INFO     | uvicorn.protocols.http.httptools_impl:send:476 - 73.70.119.168:0 - "GET /api/v1/tools/ HTTP/1.1" 200 - {}
open-webui  | 2025-04-09 23:24:14.151 | INFO     | uvicorn.protocols.http.httptools_impl:send:476 - 73.70.119.168:0 - "GET / HTTP/1.1" 304 - {}
open-webui  | 2025-04-09 23:24:14.257 | INFO     | uvicorn.protocols.http.httptools_impl:send:476 - 73.70.119.168:0 - "GET /ollama/api/version HTTP/1.1" 200 - {}
open-webui  | 2025-04-09 23:24:14.304 | INFO     | uvicorn.protocols.http.httptools_impl:send:476 - 73.70.119.168:0 - "GET /static/loader.js HTTP/1.1" 304 - {}
open-webui  | 2025-04-09 23:24:14.307 | INFO     | uvicorn.protocols.http.httptools_impl:send:476 - 73.70.119.168:0 - "GET /static/splash.png HTTP/1.1" 304 - {}
open-webui  | 2025-04-09 23:24:14.407 | INFO     | uvicorn.protocols.http.httptools_impl:send:476 - 73.70.119.168:0 - "GET /manifest.json HTTP/1.1" 200 - {}
open-webui  | 2025-04-09 23:24:14.420 | INFO     | uvicorn.protocols.http.httptools_impl:send:476 - 73.70.119.168:0 - "GET /static/favicon.ico HTTP/1.1" 304 - {}
open-webui  | 2025-04-09 23:24:15.058 | INFO     | uvicorn.protocols.http.httptools_impl:send:476 - 73.70.119.168:0 - "GET /api/config HTTP/1.1" 200 - {}
open-webui  | 2025-04-09 23:24:15.062 | INFO     | uvicorn.protocols.http.httptools_impl:send:476 - 73.70.119.168:0 - "GET /static/favicon.png HTTP/1.1" 304 - {}
open-webui  | 2025-04-09 23:24:15.736 | INFO     | uvicorn.protocols.http.httptools_impl:send:476 - 73.70.119.168:0 - "GET /api/v1/auths/ HTTP/1.1" 200 - {}
open-webui  | 2025-04-09 23:24:16.459 | INFO     | uvicorn.protocols.http.httptools_impl:send:476 - 73.70.119.168:0 - "GET /api/config HTTP/1.1" 200 - {}
open-webui  | 2025-04-09 23:24:16.503 | INFO     | uvicorn.protocols.http.httptools_impl:send:476 - 73.70.119.168:0 - "GET /api/changelog HTTP/1.1" 200 - {}
open-webui  | 2025-04-09 23:24:16.838 | INFO     | uvicorn.protocols.http.httptools_impl:send:476 - 73.70.119.168:0 - "GET /api/v1/users/user/settings HTTP/1.1" 200 - {}
open-webui  | 2025-04-09 23:24:17.052 | INFO     | open_webui.routers.openai:get_all_models:389 - get_all_models() - {}
open-webui  | 2025-04-09 23:24:17.921 | INFO     | uvicorn.protocols.http.httptools_impl:send:476 - 73.70.119.168:0 - "GET /api/models HTTP/1.1" 200 - {}
open-webui  | 2025-04-09 23:24:18.488 | INFO     | uvicorn.protocols.http.httptools_impl:send:476 - 73.70.119.168:0 - "GET /api/v1/configs/banners HTTP/1.1" 200 - {}
open-webui  | 2025-04-09 23:24:19.036 | INFO     | uvicorn.protocols.http.httptools_impl:send:476 - 73.70.119.168:0 - "GET /api/v1/tools/ HTTP/1.1" 200 - {}

Additional Information

Originally created by @nikhilmaddirala on GitHub (Apr 10, 2025). ### Summary App fails to load after login. Seems to be a database issue, because I can fix this problem by setting the env variable DATABASE_URL to a new database. The last thing I did before running into this issue was adding some OpenAPI tool servers. Possibly related is that docker logs show it's always getting stuck at this line: `open-webui | 2025-04-09 23:24:19.036 | INFO | uvicorn.protocols.http.httptools_impl:send:476 - 73.70.119.168:0 - "GET /api/v1/tools/ HTTP/1.1" 200 - {}` ### 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 v0.6.2 ### Ollama Version (if applicable) _No response_ ### Operating System Ubuntu 24 ### Browser (if applicable) _No response_ ### 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 listed steps to reproduce the bug in detail. ### Expected Behavior After login, app should load ### Actual Behavior After login, browser shows a blank screen. ### Steps to Reproduce 1. Docker compose 2. Go through login screen in browser 3. Nothing loads ### Logs & Screenshots ``` [+] Running 1/1 ✔ Container open-webui Recreated 0.3s Attaching to open-webui open-webui | /app/backend/open_webui open-webui | /app/backend open-webui | /app open-webui | INFO [alembic.runtime.migration] Context impl PostgresqlImpl. open-webui | INFO [alembic.runtime.migration] Will assume transactional DDL. open-webui | INFO [open_webui.env] 'ENABLE_API_KEY' loaded from the latest database entry open-webui | INFO [open_webui.env] 'ENABLE_API_KEY_ENDPOINT_RESTRICTIONS' loaded from the latest database entry open-webui | INFO [open_webui.env] 'API_KEY_ALLOWED_ENDPOINTS' loaded from the latest database entry open-webui | INFO [open_webui.env] 'JWT_EXPIRES_IN' loaded from the latest database entry open-webui | INFO [open_webui.env] 'ENABLE_OLLAMA_API' loaded from the latest database entry open-webui | INFO [open_webui.env] 'OLLAMA_BASE_URLS' loaded from the latest database entry open-webui | INFO [open_webui.env] 'OLLAMA_API_CONFIGS' loaded from the latest database entry open-webui | INFO [open_webui.env] 'ENABLE_OPENAI_API' loaded from the latest database entry open-webui | INFO [open_webui.env] 'OPENAI_API_KEYS' loaded from the latest database entry open-webui | INFO [open_webui.env] 'OPENAI_API_BASE_URLS' loaded from the latest database entry open-webui | INFO [open_webui.env] 'OPENAI_API_CONFIGS' loaded from the latest database entry open-webui | INFO [open_webui.env] 'WEBUI_URL' loaded from the latest database entry open-webui | INFO [open_webui.env] 'ENABLE_SIGNUP' loaded from the latest database entry open-webui | INFO [open_webui.env] 'DEFAULT_LOCALE' loaded from the latest database entry open-webui | INFO [open_webui.env] 'DEFAULT_PROMPT_SUGGESTIONS' loaded from the latest database entry open-webui | INFO [open_webui.env] 'DEFAULT_USER_ROLE' loaded from the latest database entry open-webui | INFO [open_webui.env] 'ENABLE_CHANNELS' loaded from the latest database entry open-webui | INFO [open_webui.env] 'WEBHOOK_URL' loaded from the latest database entry open-webui | INFO [open_webui.env] 'ENABLE_COMMUNITY_SHARING' loaded from the latest database entry open-webui | INFO [open_webui.env] 'ENABLE_MESSAGE_RATING' loaded from the latest database entry open-webui | INFO [open_webui.env] 'ENABLE_USER_WEBHOOKS' loaded from the latest database entry open-webui | WARNI [open_webui.env] open-webui | open-webui | WARNING: CORS_ALLOW_ORIGIN IS SET TO '*' - NOT RECOMMENDED FOR PRODUCTION DEPLOYMENTS. open-webui | open-webui | INFO [open_webui.env] 'WEBUI_BANNERS' loaded from the latest database entry open-webui | INFO [open_webui.env] 'SHOW_ADMIN_DETAILS' loaded from the latest database entry open-webui | INFO [open_webui.env] 'TASK_MODEL' loaded from the latest database entry open-webui | INFO [open_webui.env] 'TASK_MODEL_EXTERNAL' loaded from the latest database entry open-webui | INFO [open_webui.env] 'TITLE_GENERATION_PROMPT_TEMPLATE' loaded from the latest database entry open-webui | INFO [open_webui.env] 'TAGS_GENERATION_PROMPT_TEMPLATE' loaded from the latest database entry open-webui | INFO [open_webui.env] 'IMAGE_PROMPT_GENERATION_PROMPT_TEMPLATE' loaded from the latest database entry open-webui | INFO [open_webui.env] 'ENABLE_TAGS_GENERATION' loaded from the latest database entry open-webui | INFO [open_webui.env] 'ENABLE_TITLE_GENERATION' loaded from the latest database entry open-webui | INFO [open_webui.env] 'ENABLE_SEARCH_QUERY_GENERATION' loaded from the latest database entry open-webui | INFO [open_webui.env] 'ENABLE_RETRIEVAL_QUERY_GENERATION' loaded from the latest database entry open-webui | INFO [open_webui.env] 'QUERY_GENERATION_PROMPT_TEMPLATE' loaded from the latest database entry open-webui | INFO [open_webui.env] 'ENABLE_AUTOCOMPLETE_GENERATION' loaded from the latest database entry open-webui | INFO [open_webui.env] 'AUTOCOMPLETE_GENERATION_INPUT_MAX_LENGTH' loaded from the latest database entry open-webui | INFO [open_webui.env] 'TOOLS_FUNCTION_CALLING_PROMPT_TEMPLATE' loaded from the latest database entry open-webui | INFO [open_webui.env] 'ENABLE_GOOGLE_DRIVE_INTEGRATION' loaded from the latest database entry open-webui | INFO [open_webui.env] 'ENABLE_ONEDRIVE_INTEGRATION' loaded from the latest database entry open-webui | INFO [open_webui.env] 'CONTENT_EXTRACTION_ENGINE' loaded from the latest database entry open-webui | INFO [open_webui.env] 'TIKA_SERVER_URL' loaded from the latest database entry open-webui | INFO [open_webui.env] 'DOCLING_SERVER_URL' loaded from the latest database entry open-webui | INFO [open_webui.env] 'DOCUMENT_INTELLIGENCE_ENDPOINT' loaded from the latest database entry open-webui | INFO [open_webui.env] 'DOCUMENT_INTELLIGENCE_KEY' loaded from the latest database entry open-webui | INFO [open_webui.env] 'MISTRAL_OCR_API_KEY' loaded from the latest database entry open-webui | INFO [open_webui.env] 'BYPASS_EMBEDDING_AND_RETRIEVAL' loaded from the latest database entry open-webui | INFO [open_webui.env] 'RAG_TOP_K' loaded from the latest database entry open-webui | INFO [open_webui.env] 'RAG_TOP_K_RERANKER' loaded from the latest database entry open-webui | INFO [open_webui.env] 'RAG_RELEVANCE_THRESHOLD' loaded from the latest database entry open-webui | INFO [open_webui.env] 'ENABLE_RAG_HYBRID_SEARCH' loaded from the latest database entry open-webui | INFO [open_webui.env] 'RAG_FULL_CONTEXT' loaded from the latest database entry open-webui | INFO [open_webui.env] 'ENABLE_RAG_WEB_LOADER_SSL_VERIFICATION' loaded from the latest database entry open-webui | INFO [open_webui.env] 'RAG_EMBEDDING_ENGINE' loaded from the latest database entry open-webui | INFO [open_webui.env] 'PDF_EXTRACT_IMAGES' loaded from the latest database entry open-webui | INFO [open_webui.env] 'RAG_EMBEDDING_MODEL' loaded from the latest database entry open-webui | INFO [open_webui.env] Embedding model set: text-embedding-3-small open-webui | INFO [open_webui.env] 'RAG_EMBEDDING_BATCH_SIZE' loaded from the latest database entry open-webui | INFO [open_webui.env] 'RAG_TEXT_SPLITTER' loaded from the latest database entry open-webui | INFO [open_webui.env] 'CHUNK_SIZE' loaded from the latest database entry open-webui | INFO [open_webui.env] 'CHUNK_OVERLAP' loaded from the latest database entry open-webui | INFO [open_webui.env] 'RAG_TEMPLATE' loaded from the latest database entry open-webui | INFO [open_webui.env] 'RAG_OPENAI_API_BASE_URL' loaded from the latest database entry open-webui | INFO [open_webui.env] 'RAG_OPENAI_API_KEY' loaded from the latest database entry open-webui | INFO [open_webui.env] 'RAG_OLLAMA_BASE_URL' loaded from the latest database entry open-webui | INFO [open_webui.env] 'RAG_OLLAMA_API_KEY' loaded from the latest database entry open-webui | INFO [open_webui.env] 'YOUTUBE_LOADER_LANGUAGE' loaded from the latest database entry open-webui | INFO [open_webui.env] 'YOUTUBE_LOADER_PROXY_URL' loaded from the latest database entry open-webui | INFO [open_webui.env] 'ENABLE_RAG_WEB_SEARCH' loaded from the latest database entry open-webui | INFO [open_webui.env] 'RAG_WEB_SEARCH_ENGINE' loaded from the latest database entry open-webui | INFO [open_webui.env] 'BYPASS_WEB_SEARCH_EMBEDDING_AND_RETRIEVAL' loaded from the latest database entry open-webui | INFO [open_webui.env] 'RAG_WEB_SEARCH_DOMAIN_FILTER_LIST' loaded from the latest database entry open-webui | INFO [open_webui.env] 'SEARXNG_QUERY_URL' loaded from the latest database entry open-webui | INFO [open_webui.env] 'GOOGLE_PSE_API_KEY' loaded from the latest database entry open-webui | INFO [open_webui.env] 'GOOGLE_PSE_ENGINE_ID' loaded from the latest database entry open-webui | INFO [open_webui.env] 'BRAVE_SEARCH_API_KEY' loaded from the latest database entry open-webui | INFO [open_webui.env] 'KAGI_SEARCH_API_KEY' loaded from the latest database entry open-webui | INFO [open_webui.env] 'MOJEEK_SEARCH_API_KEY' loaded from the latest database entry open-webui | INFO [open_webui.env] 'BOCHA_SEARCH_API_KEY' loaded from the latest database entry open-webui | INFO [open_webui.env] 'SERPSTACK_API_KEY' loaded from the latest database entry open-webui | INFO [open_webui.env] 'SERPSTACK_HTTPS' loaded from the latest database entry open-webui | INFO [open_webui.env] 'SERPER_API_KEY' loaded from the latest database entry open-webui | INFO [open_webui.env] 'SERPLY_API_KEY' loaded from the latest database entry open-webui | INFO [open_webui.env] 'TAVILY_API_KEY' loaded from the latest database entry open-webui | INFO [open_webui.env] 'JINA_API_KEY' loaded from the latest database entry open-webui | INFO [open_webui.env] 'SEARCHAPI_API_KEY' loaded from the latest database entry open-webui | INFO [open_webui.env] 'SEARCHAPI_ENGINE' loaded from the latest database entry open-webui | INFO [open_webui.env] 'SERPAPI_API_KEY' loaded from the latest database entry open-webui | INFO [open_webui.env] 'SERPAPI_ENGINE' loaded from the latest database entry open-webui | INFO [open_webui.env] 'BING_SEARCH_V7_ENDPOINT' loaded from the latest database entry open-webui | INFO [open_webui.env] 'BING_SEARCH_V7_SUBSCRIPTION_KEY' loaded from the latest database entry open-webui | INFO [open_webui.env] 'EXA_API_KEY' loaded from the latest database entry open-webui | INFO [open_webui.env] 'PERPLEXITY_API_KEY' loaded from the latest database entry open-webui | INFO [open_webui.env] 'RAG_WEB_SEARCH_RESULT_COUNT' loaded from the latest database entry open-webui | INFO [open_webui.env] 'RAG_WEB_SEARCH_CONCURRENT_REQUESTS' loaded from the latest database entry open-webui | INFO [open_webui.env] 'RAG_WEB_SEARCH_TRUST_ENV' loaded from the latest database entry open-webui | WARNI [langchain_community.utils.user_agent] USER_AGENT environment variable not set, consider setting it to identify your requests. open-webui | INFO: Started server process [1] open-webui | INFO: Waiting for application startup. open-webui | open-webui | ██████╗ ██████╗ ███████╗███╗ ██╗ ██╗ ██╗███████╗██████╗ ██╗ ██╗██╗ open-webui | ██╔═══██╗██╔══██╗██╔════╝████╗ ██║ ██║ ██║██╔════╝██╔══██╗██║ ██║██║ open-webui | ██║ ���█║██████╔╝█████╗ ██╔██╗ ██║ ██║ █╗ ██║█████╗ ██████╔╝██║ ██║██║ open-webui | ██║ ██║██╔═══╝ ██╔══╝ ██║╚██╗██║ ██║███╗██║██╔══╝ ██╔══██╗██║ ██║██║ open-webui | ╚██████╔╝██║ ███████╗██║ ╚████║ ╚███╔███╔╝███████╗██████╔╝╚██████╔╝██║ open-webui | ╚═════╝ ╚═╝ ╚══════╝╚═╝ ╚═══╝ ╚══╝╚══╝ ╚══════╝╚═════╝ ╚═════╝ ╚═╝ open-webui | open-webui | open-webui | v0.6.2 - building the best open-source AI user interface. open-webui | open-webui | https://github.com/open-webui/open-webui open-webui | open-webui | 2025-04-09 23:23:51.308 | INFO | open_webui.utils.logger:start_logger:140 - GLOBAL_LOG_LEVEL: INFO - {} open-webui | 2025-04-09 23:24:00.365 | INFO | uvicorn.protocols.http.httptools_impl:send:476 - 73.70.119.168:0 - "GET / HTTP/1.1" 304 - {} open-webui | 2025-04-09 23:24:00.497 | INFO | uvicorn.protocols.http.httptools_impl:send:476 - 73.70.119.168:0 - "GET /ollama/api/version HTTP/1.1" 200 - {} open-webui | 2025-04-09 23:24:00.566 | INFO | uvicorn.protocols.http.httptools_impl:send:476 - 73.70.119.168:0 - "GET /static/favicon.png HTTP/1.1" 200 - {} open-webui | 2025-04-09 23:24:00.644 | INFO | uvicorn.protocols.http.httptools_impl:send:476 - 73.70.119.168:0 - "GET /static/loader.js HTTP/1.1" 200 - {} open-webui | 2025-04-09 23:24:01.009 | INFO | uvicorn.protocols.http.httptools_impl:send:476 - 73.70.119.168:0 - "GET /static/splash.png HTTP/1.1" 200 - {} open-webui | 2025-04-09 23:24:01.078 | INFO | uvicorn.protocols.http.httptools_impl:send:476 - 73.70.119.168:0 - "GET /manifest.json HTTP/1.1" 200 - {} open-webui | 2025-04-09 23:24:01.166 | INFO | uvicorn.protocols.http.httptools_impl:send:476 - 73.70.119.168:0 - "GET /static/favicon.ico HTTP/1.1" 200 - {} open-webui | 2025-04-09 23:24:01.632 | INFO | uvicorn.protocols.http.httptools_impl:send:476 - 73.70.119.168:0 - "GET /api/config HTTP/1.1" 200 - {} open-webui | 2025-04-09 23:24:01.638 | INFO | uvicorn.protocols.http.httptools_impl:send:476 - 73.70.119.168:0 - "GET /static/favicon.png HTTP/1.1" 200 - {} open-webui | 2025-04-09 23:24:01.722 | INFO | uvicorn.protocols.http.httptools_impl:send:476 - 73.70.119.168:0 - "GET /static/favicon.ico HTTP/1.1" 304 - {} open-webui | 2025-04-09 23:24:02.155 | INFO | uvicorn.protocols.http.httptools_impl:send:476 - 73.70.119.168:0 - "GET /api/v1/auths/ HTTP/1.1" 200 - {} open-webui | 2025-04-09 23:24:02.868 | INFO | uvicorn.protocols.http.httptools_impl:send:476 - 73.70.119.168:0 - "GET /api/config HTTP/1.1" 200 - {} open-webui | 2025-04-09 23:24:02.912 | INFO | uvicorn.protocols.http.httptools_impl:send:476 - 73.70.119.168:0 - "GET /api/changelog HTTP/1.1" 200 - {} open-webui | 2025-04-09 23:24:03.257 | INFO | uvicorn.protocols.http.httptools_impl:send:476 - 73.70.119.168:0 - "GET /api/v1/users/user/settings HTTP/1.1" 200 - {} open-webui | 2025-04-09 23:24:03.465 | INFO | open_webui.routers.openai:get_all_models:389 - get_all_models() - {} open-webui | 2025-04-09 23:24:04.603 | INFO | uvicorn.protocols.http.httptools_impl:send:476 - 73.70.119.168:0 - "GET /api/models HTTP/1.1" 200 - {} open-webui | 2025-04-09 23:24:05.243 | INFO | uvicorn.protocols.http.httptools_impl:send:476 - 73.70.119.168:0 - "GET /api/v1/configs/banners HTTP/1.1" 200 - {} open-webui | 2025-04-09 23:24:05.816 | INFO | uvicorn.protocols.http.httptools_impl:send:476 - 73.70.119.168:0 - "GET /api/v1/tools/ HTTP/1.1" 200 - {} open-webui | 2025-04-09 23:24:14.151 | INFO | uvicorn.protocols.http.httptools_impl:send:476 - 73.70.119.168:0 - "GET / HTTP/1.1" 304 - {} open-webui | 2025-04-09 23:24:14.257 | INFO | uvicorn.protocols.http.httptools_impl:send:476 - 73.70.119.168:0 - "GET /ollama/api/version HTTP/1.1" 200 - {} open-webui | 2025-04-09 23:24:14.304 | INFO | uvicorn.protocols.http.httptools_impl:send:476 - 73.70.119.168:0 - "GET /static/loader.js HTTP/1.1" 304 - {} open-webui | 2025-04-09 23:24:14.307 | INFO | uvicorn.protocols.http.httptools_impl:send:476 - 73.70.119.168:0 - "GET /static/splash.png HTTP/1.1" 304 - {} open-webui | 2025-04-09 23:24:14.407 | INFO | uvicorn.protocols.http.httptools_impl:send:476 - 73.70.119.168:0 - "GET /manifest.json HTTP/1.1" 200 - {} open-webui | 2025-04-09 23:24:14.420 | INFO | uvicorn.protocols.http.httptools_impl:send:476 - 73.70.119.168:0 - "GET /static/favicon.ico HTTP/1.1" 304 - {} open-webui | 2025-04-09 23:24:15.058 | INFO | uvicorn.protocols.http.httptools_impl:send:476 - 73.70.119.168:0 - "GET /api/config HTTP/1.1" 200 - {} open-webui | 2025-04-09 23:24:15.062 | INFO | uvicorn.protocols.http.httptools_impl:send:476 - 73.70.119.168:0 - "GET /static/favicon.png HTTP/1.1" 304 - {} open-webui | 2025-04-09 23:24:15.736 | INFO | uvicorn.protocols.http.httptools_impl:send:476 - 73.70.119.168:0 - "GET /api/v1/auths/ HTTP/1.1" 200 - {} open-webui | 2025-04-09 23:24:16.459 | INFO | uvicorn.protocols.http.httptools_impl:send:476 - 73.70.119.168:0 - "GET /api/config HTTP/1.1" 200 - {} open-webui | 2025-04-09 23:24:16.503 | INFO | uvicorn.protocols.http.httptools_impl:send:476 - 73.70.119.168:0 - "GET /api/changelog HTTP/1.1" 200 - {} open-webui | 2025-04-09 23:24:16.838 | INFO | uvicorn.protocols.http.httptools_impl:send:476 - 73.70.119.168:0 - "GET /api/v1/users/user/settings HTTP/1.1" 200 - {} open-webui | 2025-04-09 23:24:17.052 | INFO | open_webui.routers.openai:get_all_models:389 - get_all_models() - {} open-webui | 2025-04-09 23:24:17.921 | INFO | uvicorn.protocols.http.httptools_impl:send:476 - 73.70.119.168:0 - "GET /api/models HTTP/1.1" 200 - {} open-webui | 2025-04-09 23:24:18.488 | INFO | uvicorn.protocols.http.httptools_impl:send:476 - 73.70.119.168:0 - "GET /api/v1/configs/banners HTTP/1.1" 200 - {} open-webui | 2025-04-09 23:24:19.036 | INFO | uvicorn.protocols.http.httptools_impl:send:476 - 73.70.119.168:0 - "GET /api/v1/tools/ HTTP/1.1" 200 - {} ``` ### Additional Information
GiteaMirror added the bug label 2025-11-11 16:03:10 -06:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/open-webui#4786