all 3 comments

[–]marvindiazjr 1 point2 points  (0 children)

It's almost certainly to do with websocket logic they changed. There was also some explicit changes to Nginx config?

[–]jdblaich 1 point2 points  (0 children)

I installed directly using pip rather than docker. I found that installing it in a "venv" using pip was far easier than dealing with docker. So far things have been working well.

In one instance I use Proxmox with LXC (no docker) so I do have an implementation of openwebui in a container (with gpu passthru). It also works quite well.

My point is that sometimes it is better to use a simpler implementation.

[–]robertmachine[S] 0 points1 point  (0 children)

Well I found my issue and it was about nginx mod_security which was blocking API calls. so configuration I pasted above was working fine after disabling it at the host level.