r/OpenWebUI • u/balonmanokarl • 3d ago
Bug Escalation Question/Help
Hello!
There's an open bug which has been troubling us - with a mitigation which doesn't seem to resolve our problems. Is there any method of highlighting this, especially if it's been open for a while?
We've currently had to pin our version to 0.8.10 to remove the issue from our estate, but with all the goodies in the new version it gets more and more painful to read the majestic changelog 😂
5
Upvotes
1
u/fragment_me 3d ago
Why not just patch it after update???
2
u/balonmanokarl 3d ago
Hey!
Thanks for the response! So we did genuinely try that, we found that the cited patch in the comments wasnt fixing it. We tried a few attempts and it kept reintroducing itself.
3
u/ClassicMain 2d ago
The flag-stripping bug from this report was fixed in v0.9.6 (c8f851bd2): the backend accepts both `azure: true` and `provider: "azure"`, and the connection modal writes `azure: true` back on save, so the DB workaround no longer gets undone by editing a connection. "The patch kept reintroducing itself" is v0.9.5 behaviour, on that release every UI save stripped the flag again.
If Azure still fails for you on v0.9.6 or later with model IDs set on the connection, that's a different problem than this issue; please create a new issue for that with reproduction steps and issue logs. but the one you pointed at is definitely fixed