I have searched for any existing and/or related issues.
I have searched for any existing and/or related discussions.
I have also searched in the CLOSED issues AND CLOSED discussions and found no related items (your issue might already be addressed on the development branch!).
I am using the latest version of Open WebUI.
Installation Method
Git Clone
Open WebUI Version
v0.8.12 (neueste)
Ollama Version (if applicable)
v0.8.12
Operating System
Docker
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 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
Download Gemma4
Actual Behavior
root@Ollama:~/open-webui# docker exec -it open-webui ollama run gemma4:31
pulling manifest
Error: pull model manifest: 412:
The model you are attempting to pull requires a newer version of Ollama.
Please download the latest version at:
https://ollama.com/download
Steps to Reproduce
ollama run gemma4:31
Logs & Screenshots
pulling manifest
Error: pull model manifest: 412:
The model you are attempting to pull requires a newer version of Ollama.
Please download the latest version at:
https://ollama.com/download
Additional Information
ollama run gemma4:31
pulling manifest
Error: pull model manifest: 412:
The model you are attempting to pull requires a newer version of Ollama.
Please download the latest version at:
https://ollama.com/download
Originally created by @upchui on GitHub (Apr 7, 2026).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/23471
### Check Existing Issues
- [x] I have searched for any existing and/or related issues.
- [x] I have searched for any existing and/or related discussions.
- [x] I have also searched in the CLOSED issues AND CLOSED discussions and found no related items (your issue might already be addressed on the development branch!).
- [x] I am using the latest version of Open WebUI.
### Installation Method
Git Clone
### Open WebUI Version
v0.8.12 (neueste)
### Ollama Version (if applicable)
v0.8.12
### Operating System
Docker
### 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 **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
Download Gemma4
### Actual Behavior
root@Ollama:~/open-webui# docker exec -it open-webui ollama run gemma4:31
pulling manifest
Error: pull model manifest: 412:
The model you are attempting to pull requires a newer version of Ollama.
Please download the latest version at:
https://ollama.com/download
### Steps to Reproduce
ollama run gemma4:31
### Logs & Screenshots
pulling manifest
Error: pull model manifest: 412:
The model you are attempting to pull requires a newer version of Ollama.
Please download the latest version at:
https://ollama.com/download
### Additional Information
ollama run gemma4:31
pulling manifest
Error: pull model manifest: 412:
The model you are attempting to pull requires a newer version of Ollama.
Please download the latest version at:
https://ollama.com/download
GiteaMirror
added the bug label 2026-05-21 02:35:51 -05:00
Same issue with qwen3.5
Running ollama --version gives me:
ollama version is 0.13.0
Warning: client version is 0.20.5
With no change after running the update script. Running on macos
<!-- gh-comment-id:4229732018 -->
@noranraskin commented on GitHub (Apr 11, 2026):
Same issue with `qwen3.5`
Running `ollama --version` gives me:
```
ollama version is 0.13.0
Warning: client version is 0.20.5
```
With no change after running the update script. Running on macos
I am seeing the same issue. Trying to download lightweight gemma4:e2b, I get the same error.
My Open Webui version is v0.8.12 (using image: ghcr.io/open-webui/open-webui:ollama current as of today)
The ollama version in the container per SSH using: docker exec -it open-webui ollama --version
is
ollama version is 0.18.2
<!-- gh-comment-id:4230429904 -->
@dposten commented on GitHub (Apr 12, 2026):
I am seeing the same issue. Trying to download lightweight gemma4:e2b, I get the same error.
My Open Webui version is v0.8.12 (using `image: ghcr.io/open-webui/open-webui:ollama` current as of today)
The ollama version in the container per SSH using:
`docker exec -it open-webui ollama --version`
is
> ollama version is 0.18.2
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Originally created by @upchui on GitHub (Apr 7, 2026).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/23471
Check Existing Issues
Installation Method
Git Clone
Open WebUI Version
v0.8.12 (neueste)
Ollama Version (if applicable)
v0.8.12
Operating System
Docker
Browser (if applicable)
No response
Confirmation
README.md.Expected Behavior
Download Gemma4
Actual Behavior
root@Ollama:~/open-webui# docker exec -it open-webui ollama run gemma4:31
pulling manifest
Error: pull model manifest: 412:
The model you are attempting to pull requires a newer version of Ollama.
Please download the latest version at:
Steps to Reproduce
ollama run gemma4:31
Logs & Screenshots
pulling manifest
Error: pull model manifest: 412:
The model you are attempting to pull requires a newer version of Ollama.
Please download the latest version at:
Additional Information
ollama run gemma4:31
pulling manifest
Error: pull model manifest: 412:
The model you are attempting to pull requires a newer version of Ollama.
Please download the latest version at:
@Classic298 commented on GitHub (Apr 7, 2026):
Related : https://github.com/open-webui/open-webui/issues/23357
@noranraskin commented on GitHub (Apr 11, 2026):
Same issue with
qwen3.5Running
ollama --versiongives me:With no change after running the update script. Running on macos
@dposten commented on GitHub (Apr 12, 2026):
I am seeing the same issue. Trying to download lightweight gemma4:e2b, I get the same error.
My Open Webui version is v0.8.12 (using
image: ghcr.io/open-webui/open-webui:ollamacurrent as of today)The ollama version in the container per SSH using:
docker exec -it open-webui ollama --versionis
@ibrahimkelly commented on GitHub (Apr 12, 2026):
Exactly I faced this issue from my forked version, I upgraded it.
@tjbck commented on GitHub (Apr 12, 2026):
Will be updated with 0.9.0