runtime error

Exit code: 1. Reason: �───────────────────────────────────╯ │ │ │ │ /app/openwebui/.venv/lib/python3.11/site-packages/open_webui/internal/db.py: │ │ 68 in handle_peewee_migration │ │ │ │ 65 │ │ raise │ │ 66 │ finally: │ │ 67 │ │ # Properly closing the database connection │ │ ❱ 68 │ │ if db and not db.is_closed(): │ │ 69 │ │ │ db.close() │ │ 70 │ │ │ │ 71 │ │ # Assert if db connection has been closed │ │ │ │ ╭───────────────────────────────── locals ─────────────────────────────────╮ │ │ │ DATABASE_URL = 'postgresql://postgres.ngthwqmmjxkcjtrprsmb:x7VD3NU6i3rJ… │ │ │ ╰──────────────────────────────────────────────────────────────────────────╯ │ ╰──────────────────────────────────────────────────────────────────────────────╯ UnboundLocalError: cannot access local variable 'db' where it is not associated with a value

Container logs:

Fetching error logs...