0.10.1.2-beta #82
sassanix
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
🔧 v0.10.1.2 – Critical Fix for First User Registration on Fresh Deployments
🚨 Critical Bug Fix
This release addresses a blocking issue that affected newly deployed instances, where the first user could not register, resulting in 500 Internal Server Errors.
🛠️ Fixes Included
Logger Import Error (
backend/auth_routes.py):Fixed missing logger import that caused a crash during user registration on fresh setups.
Database Migration Timing Issue (
backend/app.py):Resolved premature column access (
is_owner) before migrations completed, which previously triggered startup errors.Graceful Column Handling:
Added robust checks for column existence to prevent crashes during early-stage database initialization.
✅ Impact
"name 'logger' is not defined"and"column 'is_owner' does not exist"errors.To view ,and discuss the previous release,e please go here.
This discussion was created from the release 0.10.1.2-beta.
Beta Was this translation helpful? Give feedback.
All reactions