mirror of
https://github.com/open-webui/open-webui.git
synced 2026-07-16 06:03:26 -05:00
Login Error Since 0.3.33 (SQLite related?) #2480
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @zpetkovic on GitHub (Oct 26, 2024).
Bug Report
Installation Method
Docker
Environment
Open WebUI Version: 0.3.33 and newer
Ollama (if applicable): /
Operating System: Rocky Linux
Browser (if applicable): Edge, Chrome
Confirmation:
Expected Behavior:
Upgrading open-webui should usually load my db and will work.
Actual Behavior:
From version 0.3.33 login is impossible.
Description
Bug Summary:
After upgrading to 0.3.33 (and newer, tried 0.3.34 and 0.3.35), it's not possible to log in neither as admin nor as regular user.
Login screen renders okay, but from there on, something seems to be wrong with SQLite
Reproduction Details
Steps to Reproduce:
Logs and Screenshots
Browser Console Logs:
[Include relevant browser console logs, if applicable]
Docker Container Logs:
Screenshots/Screen Recordings (if applicable):

This is what gets rendered.
Additional Information
Note
If the bug report is incomplete or does not follow the provided instructions, it may not be addressed. Please ensure that you have followed the steps outlined in the README.md and troubleshooting.md documents, and provide all necessary information for us to reproduce and address the issue. Thank you!
@tjbck commented on GitHub (Oct 26, 2024):
Seems like a database migration issue, could you also share your entire backend logs?
@zpetkovic commented on GitHub (Oct 26, 2024):
Thanks for a blazing fast response,
here's the log:
And then after that the error pops up when I try to login.
@tjbck commented on GitHub (Oct 27, 2024):
Updating from 0.3.32 correct? I'm attempting to reproduce this exact issue.