Replies: 3 comments 2 replies
-
|
Has there been any work on this? I'm running into it as well. |
Beta Was this translation helpful? Give feedback.
-
|
@tjbck Hey man, can you please look at this. the problem is: open-webui backend can't handle this error of Update: "Stop" button also doesn't stop it |
Beta Was this translation helpful? Give feedback.
-
|
I had this error and solved it. In my case I had an old version of the bedrock-gateway and I needed to upgrade to the latest one so I could use the latest Claude 4.5 models. To do that, I had to sync down the latest code and recreate the docker container. So something like: That created a new docker image that runs on port 8080 (my old one was on 8900, and I don't know why it changed) that I then could use with the latest Claude 4.5 Haiku and Claude 4.5 Sonnet. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Check Existing Issues
Installation Method
Pip Install
Open WebUI Version
v0.5.20
Ollama Version (if applicable)
No response
Operating System
ubuntu 22.04
Browser (if applicable)
No response
Confirmation
README.md.Expected Behavior
I have set up openwebui on EKS alongside bedrock-access-gateway following the instructions here: https://docs.openwebui.com/tutorials/integrations/amazon-bedrock
I expect to receive responses from the bedrock models, but occasionally do not.
Actual Behavior
I am occasionally getting a hang when I try to talk to the model, where I don't get a response and instead just the grey loading boxes, with errors from the docker container.
Steps to Reproduce
No specific pattern, happens intermittently, but frequently. Usually after a period of time of inactivity, but not always.
Logs & Screenshots
Additional Information
No response
Beta Was this translation helpful? Give feedback.
All reactions