[GH-ISSUE #1478] Helm chart adds extra / to end of ollama URL, which is invalid #28041

Closed
opened 2026-04-25 02:47:16 -05:00 by GiteaMirror · 2 comments
Owner

Originally created by @cprivitere on GitHub (Apr 9, 2024).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/1478

Bug Report

Description

Bug Summary:
This is a follow up from #1422. That got us closer to fixing the issue, but it's still present because a / was left behind. This is just to ask that that last / be removed. It seems unlike most browsers, the http libraries open-webui uses doesn't like having two / in a row in a URL.

Fix should be a quick removal of the trailing / from line 10 of helpers.tpl.

Helm chart adds extra / to end of ollama URL, which is invalid. Can by fixed by removing /from line 10 of the _helpers function

Steps to Reproduce:
Install the helm chart and log in and check ollama's status in the settings. Just trim off the / and then refresh and it works.

Expected Behavior:
Should just work without having to make this fix.

Actual Behavior:
Can't connect to ollama and thus no models work, nor can they be downloaded.

Environment

Linux (kubernetes on Ubuntu 20.04)
Microsoft Edge

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.

Logs and Screenshots

Installation Method

Helm

Originally created by @cprivitere on GitHub (Apr 9, 2024). Original GitHub issue: https://github.com/open-webui/open-webui/issues/1478 # Bug Report ## Description Bug Summary: This is a follow up from #1422. That got us closer to fixing the issue, but it's still present because a `/` was left behind. This is just to ask that that last `/` be removed. It seems unlike most browsers, the http libraries open-webui uses doesn't like having two `/` in a row in a URL. Fix should be a quick removal of the trailing `/` from line 10 of helpers.tpl. Helm chart adds extra / to end of ollama URL, which is invalid. Can by fixed by removing /from line 10 of the _helpers function Steps to Reproduce: Install the helm chart and log in and check ollama's status in the settings. Just trim off the / and then refresh and it works. Expected Behavior: Should just work without having to make this fix. Actual Behavior: Can't connect to ollama and thus no models work, nor can they be downloaded. ## Environment Linux (kubernetes on Ubuntu 20.04) Microsoft Edge ## 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. ## Logs and Screenshots ## Installation Method Helm
GiteaMirror added the good first issue label 2026-04-25 02:47:16 -05:00
Author
Owner

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

Feel free to make a PR!

<!-- gh-comment-id:2046861493 --> @tjbck commented on GitHub (Apr 10, 2024): Feel free to make a PR!
Author
Owner

@dariothornhill commented on GitHub (Apr 15, 2024):

I missed the the issue linking in the PR. I believe this can be closed now.

<!-- gh-comment-id:2057914608 --> @dariothornhill commented on GitHub (Apr 15, 2024): I missed the the issue linking in the PR. I believe this can be closed now.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/open-webui#28041