[GH-ISSUE #3757] Cloudflare SSO Broken #13374

Closed
opened 2026-04-19 20:08:01 -05:00 by GiteaMirror · 13 comments
Owner

Originally created by @ther3zz on GitHub (Jul 10, 2024).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/3757

Bug Report

Description

v0.3.8 breaks cloudflare sso.

Bug Summary:
[Provide a brief but clear summary of the bug]

Users unable to log in via cloudflare sso

Steps to Reproduce:
[Outline the steps to reproduce the bug. Be as detailed as possible.]
Set WEBUI_AUTH_TRUSTED_EMAIL_HEADER to Cf-Access-Authenticated-User-Email and enable cloudflare access/tunnels

Expected Behavior:
[Describe what you expected to happen.]
Automatically log in the user

Actual Behavior:
[Describe what actually happened.]

user unable to log in
image

Environment

  • Open WebUI Version: [e.g., 0.1.120] v0.3.8

  • Ollama (if applicable): [e.g., 0.1.30, 0.1.32-rc1]

  • Operating System: [e.g., Windows 10, macOS Big Sur, Ubuntu 20.04]

  • Browser (if applicable): [e.g., Chrome 100.0, Firefox 98.0]

Reproduction Details

Confirmation:

  • I have read and followed all the instructions provided in the README.md.
  • I am on the latest version of both Open WebUI and Ollama.
  • I have included the browser console logs.
  • I have included the Docker container logs.

Logs and Screenshots

Browser Console Logs:
[Include relevant browser console logs, if applicable]
openwebui logs.txt

Docker Container Logs:
[Include relevant Docker container logs, if applicable]

Screenshots (if applicable):
[Attach any relevant screenshots to help illustrate the issue]

Installation Method

[Describe the method you used to install the project, e.g., manual installation, Docker, package manager, etc.]

Additional Information

[Include any additional details that may help in understanding and reproducing the issue. This could include specific configurations, error messages, or anything else relevant to the bug.]

Note

If the bug report is incomplete or does not follow the provided instructions, it may not be addressed. Please ensure that you have followed the steps outlined in the README.md and troubleshooting.md documents, and provide all necessary information for us to reproduce and address the issue. Thank you!

Originally created by @ther3zz on GitHub (Jul 10, 2024). Original GitHub issue: https://github.com/open-webui/open-webui/issues/3757 # Bug Report ## Description v0.3.8 breaks cloudflare sso. **Bug Summary:** [Provide a brief but clear summary of the bug] Users unable to log in via cloudflare sso **Steps to Reproduce:** [Outline the steps to reproduce the bug. Be as detailed as possible.] Set WEBUI_AUTH_TRUSTED_EMAIL_HEADER to Cf-Access-Authenticated-User-Email and enable cloudflare access/tunnels **Expected Behavior:** [Describe what you expected to happen.] Automatically log in the user **Actual Behavior:** [Describe what actually happened.] user unable to log in ![image](https://github.com/open-webui/open-webui/assets/40278044/dd7d8959-b6c3-42bb-badc-1221c3afd135) ## Environment - **Open WebUI Version:** [e.g., 0.1.120] v0.3.8 - **Ollama (if applicable):** [e.g., 0.1.30, 0.1.32-rc1] - **Operating System:** [e.g., Windows 10, macOS Big Sur, Ubuntu 20.04] - **Browser (if applicable):** [e.g., Chrome 100.0, Firefox 98.0] ## Reproduction Details **Confirmation:** - [x] I have read and followed all the instructions provided in the README.md. - [x] I am on the latest version of both Open WebUI and Ollama. - [x] I have included the browser console logs. - [ ] I have included the Docker container logs. ## Logs and Screenshots **Browser Console Logs:** [Include relevant browser console logs, if applicable] [openwebui logs.txt](https://github.com/user-attachments/files/16160338/openwebui.logs.txt) **Docker Container Logs:** [Include relevant Docker container logs, if applicable] **Screenshots (if applicable):** [Attach any relevant screenshots to help illustrate the issue] ## Installation Method [Describe the method you used to install the project, e.g., manual installation, Docker, package manager, etc.] ## Additional Information [Include any additional details that may help in understanding and reproducing the issue. This could include specific configurations, error messages, or anything else relevant to the bug.] ## Note If the bug report is incomplete or does not follow the provided instructions, it may not be addressed. Please ensure that you have followed the steps outlined in the README.md and troubleshooting.md documents, and provide all necessary information for us to reproduce and address the issue. Thank you!
Author
Owner

@josh commented on GitHub (Jul 10, 2024):

I'm having the same issue after upgrading to 0.3.8 with Tailscale Serve auth. So maybe it's a wider issue with WEBUI_AUTH_TRUSTED_EMAIL_HEADER and the fact that it uses passwordless login. 0.3.7 still works fine.

<!-- gh-comment-id:2220908710 --> @josh commented on GitHub (Jul 10, 2024): I'm having the same issue after upgrading to 0.3.8 with [Tailscale Serve](https://docs.openwebui.com/tutorial/sso#tailscale-serve) auth. So maybe it's a wider issue with `WEBUI_AUTH_TRUSTED_EMAIL_HEADER` and the fact that it uses passwordless login. 0.3.7 still works fine.
Author
Owner

@tedstriker commented on GitHub (Jul 10, 2024):

Same issue with Authentik + Traefik and forwarded headers. Version 3.7 works, 3.8 is broken.

<!-- gh-comment-id:2220998957 --> @tedstriker commented on GitHub (Jul 10, 2024): Same issue with Authentik + Traefik and forwarded headers. Version 3.7 works, 3.8 is broken.
Author
Owner

@tjbck commented on GitHub (Jul 10, 2024):

Relevant logs would be tremendously helpful here.

<!-- gh-comment-id:2221302629 --> @tjbck commented on GitHub (Jul 10, 2024): Relevant logs would be tremendously helpful here.
Author
Owner

@ther3zz commented on GitHub (Jul 10, 2024):

Relevant logs would be tremendously helpful here.

So docker logs don't even show anything for me in regards to cloudflare SSO using that WEBUI_AUTH_TRUSTED_EMAIL_HEADER param (after trying to log in).

I even set GLOBAL_LOG_LEVEL to DEBUG and still nothing useful came up there.

INFO:     Started server process [1]
INFO:     Waiting for application startup.

  ___                    __        __   _     _   _ ___ 
 / _ \ _ __   ___ _ __   \ \      / /__| |__ | | | |_ _|
| | | | '_ \ / _ \ '_ \   \ \ /\ / / _ \ '_ \| | | || | 
| |_| | |_) |  __/ | | |   \ V  V /  __/ |_) | |_| || | 
 \___/| .__/ \___|_| |_|    \_/\_/ \___|_.__/ \___/|___|
      |_|                                               

      
v0.3.8 - building the best open-source AI user interface.

https://github.com/open-webui/open-webui

INFO  [alembic.runtime.migration] Context impl SQLiteImpl.
INFO  [alembic.runtime.migration] Will assume non-transactional DDL.

<!-- gh-comment-id:2221358813 --> @ther3zz commented on GitHub (Jul 10, 2024): > Relevant logs would be tremendously helpful here. So docker logs don't even show anything for me in regards to cloudflare SSO using that WEBUI_AUTH_TRUSTED_EMAIL_HEADER param (after trying to log in). I even set GLOBAL_LOG_LEVEL to DEBUG and still nothing useful came up there. ``` INFO: Started server process [1] INFO: Waiting for application startup. ___ __ __ _ _ _ ___ / _ \ _ __ ___ _ __ \ \ / /__| |__ | | | |_ _| | | | | '_ \ / _ \ '_ \ \ \ /\ / / _ \ '_ \| | | || | | |_| | |_) | __/ | | | \ V V / __/ |_) | |_| || | \___/| .__/ \___|_| |_| \_/\_/ \___|_.__/ \___/|___| |_| v0.3.8 - building the best open-source AI user interface. https://github.com/open-webui/open-webui INFO [alembic.runtime.migration] Context impl SQLiteImpl. INFO [alembic.runtime.migration] Will assume non-transactional DDL. ```
Author
Owner

@tedstriker commented on GitHub (Jul 10, 2024):

Same goes for the Authentik variant.
I'd be happy to provide some. Do you know where to find them @tjbck?

<!-- gh-comment-id:2221395392 --> @tedstriker commented on GitHub (Jul 10, 2024): Same goes for the Authentik variant. I'd be happy to provide some. Do you know where to find them @tjbck?
Author
Owner

@tjbck commented on GitHub (Jul 10, 2024):

Just pushed a fix to main https://github.com/open-webui/open-webui/pull/3773

Let us know if that fixed the issue!

<!-- gh-comment-id:2221400400 --> @tjbck commented on GitHub (Jul 10, 2024): Just pushed a fix to main https://github.com/open-webui/open-webui/pull/3773 Let us know if that fixed the issue!
Author
Owner

@ther3zz commented on GitHub (Jul 10, 2024):

Just pushed a fix to main #3773

Let us know if that fixed the issue!

Issue is still persisting for me on v0.3.8 :(

<!-- gh-comment-id:2221417529 --> @ther3zz commented on GitHub (Jul 10, 2024): > Just pushed a fix to main #3773 > > Let us know if that fixed the issue! Issue is still persisting for me on v0.3.8 :(
Author
Owner

@tjbck commented on GitHub (Jul 10, 2024):

Could you verify you're on the latest main, and not just 0.3.8?

<!-- gh-comment-id:2221422644 --> @tjbck commented on GitHub (Jul 10, 2024): Could you verify you're on the latest main, and not just 0.3.8?
Author
Owner

@ther3zz commented on GitHub (Jul 10, 2024):

Could you verify you're on the latest main, and not just 0.3.8?

Correct, I'm using the following repo:
ghcr.io/open-webui/open-webui:latest

<!-- gh-comment-id:2221423941 --> @ther3zz commented on GitHub (Jul 10, 2024): > Could you verify you're on the latest main, and not just 0.3.8? Correct, I'm using the following repo: ghcr.io/open-webui/open-webui:latest
Author
Owner

@ther3zz commented on GitHub (Jul 10, 2024):

Here is full docker log:

INFO:     Started server process [1]
INFO:     Waiting for application startup.
INFO  [alembic.runtime.migration] Context impl SQLiteImpl.
INFO  [alembic.runtime.migration] Will assume non-transactional DDL.
DEBUG:urllib3.connectionpool:https://api.openwebui.com:443 "GET /api/v1/custom/mysite.comAI HTTP/11" 400 57
INFO:config:'ENABLE_OLLAMA_API' loaded from config.json
INFO:config:'OLLAMA_BASE_URLS' loaded from config.json
INFO:config:'ENABLE_OPENAI_API' loaded from config.json
INFO:config:'OPENAI_API_KEYS' loaded from config.json
INFO:config:'OPENAI_API_BASE_URLS' loaded from config.json
INFO:config:'ENABLE_SIGNUP' loaded from config.json
INFO:config:'DEFAULT_MODELS' loaded from config.json
INFO:config:'DEFAULT_PROMPT_SUGGESTIONS' loaded from config.json
INFO:config:'DEFAULT_USER_ROLE' loaded from config.json
INFO:config:'USER_PERMISSIONS' loaded from config.json
INFO:config:'ENABLE_MODEL_FILTER' loaded from config.json
INFO:config:'MODEL_FILTER_LIST' loaded from config.json
INFO:config:'WEBHOOK_URL' loaded from config.json
INFO:config:'ENABLE_COMMUNITY_SHARING' loaded from config.json
INFO:config:'SHOW_ADMIN_DETAILS' loaded from config.json
INFO:config:'RAG_TOP_K' loaded from config.json
INFO:config:'RAG_RELEVANCE_THRESHOLD' loaded from config.json
INFO:config:'ENABLE_RAG_HYBRID_SEARCH' loaded from config.json
INFO:config:'RAG_EMBEDDING_ENGINE' loaded from config.json
INFO:config:'PDF_EXTRACT_IMAGES' loaded from config.json
INFO:config:'RAG_EMBEDDING_MODEL' loaded from config.json
INFO:config:Embedding model set: mixedbread-ai/mxbai-embed-large-v1
DEBUG:chromadb.config:Starting component System
DEBUG:chromadb.config:Starting component Posthog
DEBUG:chromadb.config:Starting component OpenTelemetryClient
DEBUG:chromadb.config:Starting component SqliteDB
DEBUG:chromadb.config:Starting component QuotaEnforcer
DEBUG:chromadb.config:Starting component LocalSegmentManager
DEBUG:chromadb.config:Starting component SegmentAPI
INFO:config:'CHUNK_SIZE' loaded from config.json
INFO:config:'CHUNK_OVERLAP' loaded from config.json
INFO:config:'RAG_TEMPLATE' loaded from config.json
INFO:config:'YOUTUBE_LOADER_LANGUAGE' loaded from config.json
INFO:config:'ENABLE_RAG_WEB_SEARCH' loaded from config.json
INFO:config:'RAG_WEB_SEARCH_ENGINE' loaded from config.json
INFO:config:'SEARXNG_QUERY_URL' loaded from config.json
INFO:config:'GOOGLE_PSE_API_KEY' loaded from config.json
INFO:config:'GOOGLE_PSE_ENGINE_ID' loaded from config.json
INFO:config:'BRAVE_SEARCH_API_KEY' loaded from config.json
INFO:config:'SERPSTACK_API_KEY' loaded from config.json
INFO:config:'SERPSTACK_HTTPS' loaded from config.json
INFO:config:'SERPER_API_KEY' loaded from config.json
INFO:config:'SERPLY_API_KEY' loaded from config.json
INFO:config:'TAVILY_API_KEY' loaded from config.json
INFO:config:'RAG_WEB_SEARCH_RESULT_COUNT' loaded from config.json
INFO:config:'RAG_WEB_SEARCH_CONCURRENT_REQUESTS' loaded from config.json
INFO:config:'IMAGE_SIZE' loaded from config.json
INFO:config:'IMAGE_STEPS' loaded from config.json
INFO:config:'IMAGE_GENERATION_MODEL' loaded from config.json
INFO:config:'AUDIO_STT_OPENAI_API_BASE_URL' loaded from config.json
INFO:config:'AUDIO_STT_OPENAI_API_KEY' loaded from config.json
INFO:config:'AUDIO_STT_ENGINE' loaded from config.json
INFO:config:'AUDIO_STT_MODEL' loaded from config.json
INFO:config:'AUDIO_TTS_OPENAI_API_BASE_URL' loaded from config.json
INFO:config:'AUDIO_TTS_OPENAI_API_KEY' loaded from config.json
INFO:config:'AUDIO_TTS_ENGINE' loaded from config.json
INFO:config:'AUDIO_TTS_MODEL' loaded from config.json
INFO:config:'AUDIO_TTS_VOICE' loaded from config.json
INFO:apps.webui.internal.wrappers:Connected to SQLite database
INFO:apps.webui.internal.db:Starting migrations
DEBUG:peewee:('CREATE TABLE IF NOT EXISTS "migratehistory" ("id" INTEGER NOT NULL PRIMARY KEY, "name" VARCHAR(255) NOT NULL, "migrated_at" DATETIME NOT NULL)', [])
DEBUG:peewee:('SELECT "t1"."id", "t1"."name", "t1"."migrated_at" FROM "migratehistory" AS "t1" ORDER BY "t1"."id"', [])
INFO:apps.webui.internal.db:There is nothing to migrate
DEBUG:passlib.utils.compat:loaded lazy attr 'SafeConfigParser': <class 'configparser.ConfigParser'>
DEBUG:passlib.utils.compat:loaded lazy attr 'NativeStringIO': <class '_io.StringIO'>
DEBUG:passlib.utils.compat:loaded lazy attr 'BytesIO': <class '_io.BytesIO'>
INFO:apps.audio.main:whisper_device_type: cpu
WARNING:langchain_community.utils.user_agent:USER_AGENT environment variable not set, consider setting it to identify your requests.
DEBUG:apps.rag.utils:model: mixedbread-ai/mxbai-embed-large-v1
DEBUG:apps.rag.utils:snapshot_kwargs: {'cache_dir': '/app/backend/data/cache/embedding/models', 'local_files_only': True}
DEBUG:apps.rag.utils:model_repo_path: /app/backend/data/cache/embedding/models/models--mixedbread-ai--mxbai-embed-large-v1/snapshots/990580e27d329c7408b3741ecff85876e128e203
INFO:sentence_transformers.SentenceTransformer:Load pretrained SentenceTransformer: /app/backend/data/cache/embedding/models/models--mixedbread-ai--mxbai-embed-large-v1/snapshots/990580e27d329c7408b3741ecff85876e128e203

  ___                    __        __   _     _   _ ___ 
 / _ \ _ __   ___ _ __   \ \      / /__| |__ | | | |_ _|
| | | | '_ \ / _ \ '_ \   \ \ /\ / / _ \ '_ \| | | || | 
| |_| | |_) |  __/ | | |   \ V  V /  __/ |_) | |_| || | 
 \___/| .__/ \___|_| |_|    \_/\_/ \___|_.__/ \___/|___|
      |_|                                               

      
v0.3.8 - building the best open-source AI user interface.

https://github.com/open-webui/open-webui
<!-- gh-comment-id:2221426252 --> @ther3zz commented on GitHub (Jul 10, 2024): Here is full docker log: ``` INFO: Started server process [1] INFO: Waiting for application startup. INFO [alembic.runtime.migration] Context impl SQLiteImpl. INFO [alembic.runtime.migration] Will assume non-transactional DDL. DEBUG:urllib3.connectionpool:https://api.openwebui.com:443 "GET /api/v1/custom/mysite.comAI HTTP/11" 400 57 INFO:config:'ENABLE_OLLAMA_API' loaded from config.json INFO:config:'OLLAMA_BASE_URLS' loaded from config.json INFO:config:'ENABLE_OPENAI_API' loaded from config.json INFO:config:'OPENAI_API_KEYS' loaded from config.json INFO:config:'OPENAI_API_BASE_URLS' loaded from config.json INFO:config:'ENABLE_SIGNUP' loaded from config.json INFO:config:'DEFAULT_MODELS' loaded from config.json INFO:config:'DEFAULT_PROMPT_SUGGESTIONS' loaded from config.json INFO:config:'DEFAULT_USER_ROLE' loaded from config.json INFO:config:'USER_PERMISSIONS' loaded from config.json INFO:config:'ENABLE_MODEL_FILTER' loaded from config.json INFO:config:'MODEL_FILTER_LIST' loaded from config.json INFO:config:'WEBHOOK_URL' loaded from config.json INFO:config:'ENABLE_COMMUNITY_SHARING' loaded from config.json INFO:config:'SHOW_ADMIN_DETAILS' loaded from config.json INFO:config:'RAG_TOP_K' loaded from config.json INFO:config:'RAG_RELEVANCE_THRESHOLD' loaded from config.json INFO:config:'ENABLE_RAG_HYBRID_SEARCH' loaded from config.json INFO:config:'RAG_EMBEDDING_ENGINE' loaded from config.json INFO:config:'PDF_EXTRACT_IMAGES' loaded from config.json INFO:config:'RAG_EMBEDDING_MODEL' loaded from config.json INFO:config:Embedding model set: mixedbread-ai/mxbai-embed-large-v1 DEBUG:chromadb.config:Starting component System DEBUG:chromadb.config:Starting component Posthog DEBUG:chromadb.config:Starting component OpenTelemetryClient DEBUG:chromadb.config:Starting component SqliteDB DEBUG:chromadb.config:Starting component QuotaEnforcer DEBUG:chromadb.config:Starting component LocalSegmentManager DEBUG:chromadb.config:Starting component SegmentAPI INFO:config:'CHUNK_SIZE' loaded from config.json INFO:config:'CHUNK_OVERLAP' loaded from config.json INFO:config:'RAG_TEMPLATE' loaded from config.json INFO:config:'YOUTUBE_LOADER_LANGUAGE' loaded from config.json INFO:config:'ENABLE_RAG_WEB_SEARCH' loaded from config.json INFO:config:'RAG_WEB_SEARCH_ENGINE' loaded from config.json INFO:config:'SEARXNG_QUERY_URL' loaded from config.json INFO:config:'GOOGLE_PSE_API_KEY' loaded from config.json INFO:config:'GOOGLE_PSE_ENGINE_ID' loaded from config.json INFO:config:'BRAVE_SEARCH_API_KEY' loaded from config.json INFO:config:'SERPSTACK_API_KEY' loaded from config.json INFO:config:'SERPSTACK_HTTPS' loaded from config.json INFO:config:'SERPER_API_KEY' loaded from config.json INFO:config:'SERPLY_API_KEY' loaded from config.json INFO:config:'TAVILY_API_KEY' loaded from config.json INFO:config:'RAG_WEB_SEARCH_RESULT_COUNT' loaded from config.json INFO:config:'RAG_WEB_SEARCH_CONCURRENT_REQUESTS' loaded from config.json INFO:config:'IMAGE_SIZE' loaded from config.json INFO:config:'IMAGE_STEPS' loaded from config.json INFO:config:'IMAGE_GENERATION_MODEL' loaded from config.json INFO:config:'AUDIO_STT_OPENAI_API_BASE_URL' loaded from config.json INFO:config:'AUDIO_STT_OPENAI_API_KEY' loaded from config.json INFO:config:'AUDIO_STT_ENGINE' loaded from config.json INFO:config:'AUDIO_STT_MODEL' loaded from config.json INFO:config:'AUDIO_TTS_OPENAI_API_BASE_URL' loaded from config.json INFO:config:'AUDIO_TTS_OPENAI_API_KEY' loaded from config.json INFO:config:'AUDIO_TTS_ENGINE' loaded from config.json INFO:config:'AUDIO_TTS_MODEL' loaded from config.json INFO:config:'AUDIO_TTS_VOICE' loaded from config.json INFO:apps.webui.internal.wrappers:Connected to SQLite database INFO:apps.webui.internal.db:Starting migrations DEBUG:peewee:('CREATE TABLE IF NOT EXISTS "migratehistory" ("id" INTEGER NOT NULL PRIMARY KEY, "name" VARCHAR(255) NOT NULL, "migrated_at" DATETIME NOT NULL)', []) DEBUG:peewee:('SELECT "t1"."id", "t1"."name", "t1"."migrated_at" FROM "migratehistory" AS "t1" ORDER BY "t1"."id"', []) INFO:apps.webui.internal.db:There is nothing to migrate DEBUG:passlib.utils.compat:loaded lazy attr 'SafeConfigParser': <class 'configparser.ConfigParser'> DEBUG:passlib.utils.compat:loaded lazy attr 'NativeStringIO': <class '_io.StringIO'> DEBUG:passlib.utils.compat:loaded lazy attr 'BytesIO': <class '_io.BytesIO'> INFO:apps.audio.main:whisper_device_type: cpu WARNING:langchain_community.utils.user_agent:USER_AGENT environment variable not set, consider setting it to identify your requests. DEBUG:apps.rag.utils:model: mixedbread-ai/mxbai-embed-large-v1 DEBUG:apps.rag.utils:snapshot_kwargs: {'cache_dir': '/app/backend/data/cache/embedding/models', 'local_files_only': True} DEBUG:apps.rag.utils:model_repo_path: /app/backend/data/cache/embedding/models/models--mixedbread-ai--mxbai-embed-large-v1/snapshots/990580e27d329c7408b3741ecff85876e128e203 INFO:sentence_transformers.SentenceTransformer:Load pretrained SentenceTransformer: /app/backend/data/cache/embedding/models/models--mixedbread-ai--mxbai-embed-large-v1/snapshots/990580e27d329c7408b3741ecff85876e128e203 ___ __ __ _ _ _ ___ / _ \ _ __ ___ _ __ \ \ / /__| |__ | | | |_ _| | | | | '_ \ / _ \ '_ \ \ \ /\ / / _ \ '_ \| | | || | | |_| | |_) | __/ | | | \ V V / __/ |_) | |_| || | \___/| .__/ \___|_| |_| \_/\_/ \___|_.__/ \___/|___| |_| v0.3.8 - building the best open-source AI user interface. https://github.com/open-webui/open-webui ```
Author
Owner

@tjbck commented on GitHub (Jul 10, 2024):

Seems like the image build process has failed for some reason, I'll let you know when the newer build gets pushed!

<!-- gh-comment-id:2221430387 --> @tjbck commented on GitHub (Jul 10, 2024): Seems like the image build process has failed for some reason, I'll let you know when the newer build gets pushed!
Author
Owner

@tjbck commented on GitHub (Jul 10, 2024):

@ther3zz latest image should be available now!

<!-- gh-comment-id:2221612037 --> @tjbck commented on GitHub (Jul 10, 2024): @ther3zz latest image should be available now!
Author
Owner

@ther3zz commented on GitHub (Jul 10, 2024):

@ther3zz latest image should be available now!

its fixed, thank you!

<!-- gh-comment-id:2221622065 --> @ther3zz commented on GitHub (Jul 10, 2024): > @ther3zz latest image should be available now! its fixed, thank you!
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/open-webui#13374