[3.3.1]
Update open-webui to 0.9.1
Full Changelog
Missing aiosqlite dependency. Fixed a startup crash (ModuleNotFoundError: No module named 'aiosqlite') when installing Open WebUI via pip or uv by adding the missing aiosqlite package to pyproject.toml. The dependency was listed in requirements.txt but not in the published package metadata, so it was not installed automatically. #23916
Missing asyncpg dependency. Added the missing asyncpg package to pyproject.toml to prevent the same startup crash for PostgreSQL users. Like aiosqlite, it was present in requirements.txt but absent from the published package dependencies.
@omnichannel I’m using openwebui and ollama apps installed in the same Cloudron instance.
In openwebui Admin settings, under Connections, I am using similar to what you have.
Server connection is verified.
the new package now disables the max body check for the nginx within the app. I couldn't quite reproduce the issue in my setup, not sure how you ended up with such big queries, but hopefully it fixes your case.
Installation of additional packages would be great! Would a quick fix be to make the directory "/app/code/venv/lib/python3.12/site-packages/" writable in the cloudron app (eg. symlink to a /app/data/site-packages directory)?
@girish ya, i think this is a good approach because in real use case, I think most people prefer to run inference models not in the same machine with openWebUI instance. OpenWebUI is good enough bundled with chromadb , sql lite or postgressql database and redis as one package and the inference models (including ollama) running in different servers.
Hello @firmansi
Thanks for the feedback.
I was only able to confirm it was working with a debug startup.
So it is very good to read from you that it is in fact working.
It depend on the PDF itself I guess. I've uploaded one, and got a new error message.
[image: 1753521763160-c7c88ba2-416b-499e-825b-64ffcb747c7c-image.png]
@apesorguk said in Issues with Cloudron Login Integration for Open WebUI:
Since removing the URL set in .WEBUI.IRL in the UI, my users can now log in to Open WebUI with cloudron login.
Great to read it is working now.