[GH-ISSUE #10905] bug: connection delete does not work #16075

Closed
opened 2026-04-19 22:07:02 -05:00 by GiteaMirror · 6 comments
Owner

Originally created by @stevenh on GitHub (Feb 27, 2025).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/10905

Bug Report

Installation Method

Docker

Environment

  • Open WebUI Version: [v0.5.16

  • Operating System: MacOS 15.3.1

  • Browser (if applicable): Chrome 133.0.6943.142

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.
  • I have provided the exact steps to reproduce the bug in the "Steps to Reproduce" section below.

Expected Behavior:

Delete a Open AI connection should work

Actual Behavior:

Delete doesn't actually delete, if you go back to connections the connection is still there.

Description

Bug Summary:
Deleting an Open AI connection from Admin Settings > Connections > Manage OpenAI API Connections doesn't work.

Reproduction Details

Steps to Reproduce:

  1. Navigate to Admin Settings > Connections
  2. Click + next to Manage OpenAI API Connections
  3. Enter a URL and Key, details don't matter
  4. Click Save
  5. Click the Configure of the created connection (cog)
  6. Click Delete
  7. Click General to navigate away from Connections
  8. Click Connections - The deleted connection will be still there.

Logs and Screenshots

Browser Console Logs:
No errors or even requests are made when clicking delete

Docker Container Logs:
No logs or errors are made when clicking delete

Screenshots/Screen Recordings (if applicable):
Before:
Image

Delete:
Image

After:
Image

Additional Information

No requests are made by Chrome when clicking the delete, so its like the delete button is only wired up in the UI and isn't making the request to the container to persist the change. I would have expected to see a DELETE method request for the connection resource.

Originally created by @stevenh on GitHub (Feb 27, 2025). Original GitHub issue: https://github.com/open-webui/open-webui/issues/10905 # Bug Report ## Installation Method Docker ## Environment - **Open WebUI Version:** [v0.5.16 - **Operating System:** MacOS 15.3.1 - **Browser (if applicable):** Chrome 133.0.6943.142 **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. - [x] I have included the Docker container logs. - [x] I have provided the exact steps to reproduce the bug in the "Steps to Reproduce" section below. ## Expected Behavior: Delete a Open AI connection should work ## Actual Behavior: Delete doesn't actually delete, if you go back to connections the connection is still there. ## Description **Bug Summary:** Deleting an Open AI connection from Admin Settings > Connections > Manage OpenAI API Connections doesn't work. ## Reproduction Details **Steps to Reproduce:** 1. Navigate to Admin Settings > Connections 2. Click + next to `Manage OpenAI API Connections` 3. Enter a URL and Key, details don't matter 4. Click `Save` 5. Click the `Configure` of the created connection (cog) 6. Click Delete 7. Click `General` to navigate away from `Connections` 8. Click `Connections` - The deleted connection will be still there. ## Logs and Screenshots **Browser Console Logs:** No errors or even requests are made when clicking delete **Docker Container Logs:** No logs or errors are made when clicking delete **Screenshots/Screen Recordings (if applicable):** Before: ![Image](https://github.com/user-attachments/assets/11ddb369-d89d-49d8-b459-f8aec27eef04) Delete: ![Image](https://github.com/user-attachments/assets/e3654410-e0e0-4a19-a3c4-15f6a1e8ccef) After: ![Image](https://github.com/user-attachments/assets/11ddb369-d89d-49d8-b459-f8aec27eef04) ## Additional Information No requests are made by Chrome when clicking the delete, so its like the delete button is only wired up in the UI and isn't making the request to the container to persist the change. I would have expected to see a DELETE method request for the connection resource.
Author
Owner

@washcontacnet1 commented on GitHub (Feb 27, 2025):

Same here

<!-- gh-comment-id:2688936071 --> @washcontacnet1 commented on GitHub (Feb 27, 2025): Same here
Author
Owner

@SleepyYui commented on GitHub (Feb 27, 2025):

the function to actually push the changes to the server is not being called, I fixed it rq, gonna make a pr now

<!-- gh-comment-id:2688940736 --> @SleepyYui commented on GitHub (Feb 27, 2025): the function to actually push the changes to the server is not being called, I fixed it rq, gonna make a pr now
Author
Owner

@tjbck commented on GitHub (Feb 27, 2025):

Thanks everyone!

<!-- gh-comment-id:2688973377 --> @tjbck commented on GitHub (Feb 27, 2025): Thanks everyone!
Author
Owner

@tajhlande commented on GitHub (Aug 29, 2025):

I see this was closed some time ago but I am still experiencing this issue on v0.6.26 with an Ollama connection.

<!-- gh-comment-id:3237233690 --> @tajhlande commented on GitHub (Aug 29, 2025): I see this was closed some time ago but I am still experiencing this issue on v0.6.26 with an Ollama connection.
Author
Owner

@tajhlande commented on GitHub (Aug 29, 2025):

@rgaricano since you found the related code issue, do you want to reopen this?

in the meantime, I hacked the JSON config data in the SQLite DB, but that was an unpleasant solution I'd like not to repeat.

<!-- gh-comment-id:3237966110 --> @tajhlande commented on GitHub (Aug 29, 2025): @rgaricano since you found the related code issue, do you want to reopen this? in the meantime, I hacked the JSON config data in the SQLite DB, but that was an unpleasant solution I'd like not to repeat.
Author
Owner

@rgaricano commented on GitHub (Aug 29, 2025):

I wrote it without testing it. I tested it and it worked correctly.
(I deleted my previous message to avoid confusion)

<!-- gh-comment-id:3238122131 --> @rgaricano commented on GitHub (Aug 29, 2025): I wrote it without testing it. I tested it and it worked correctly. (I deleted my previous message to avoid confusion)
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/open-webui#16075