Files
Warracker/frontend
sassanix 6b1cb4ed83 Fix first user registration failure on fresh deployments
Resolved a critical issue preventing the first user from registering on newly deployed instances. The fix includes:

- Added missing logger import in `backend/auth_routes.py`, resolving a "logger not defined" error.
- Improved the `owner` check in `backend/app.py` to account for missing `is_owner` column during initial database migrations.
- Implemented graceful error handling for column existence checks to prevent runtime failures during startup.
- These fixes ensure smooth initial registration without internal server errors on fresh deployments.
2025-06-16 08:14:52 -03:00
..
2025-05-04 13:02:51 -03:00
2025-03-13 15:48:42 -03:00
2025-04-13 23:12:03 -03:00
2025-03-20 23:05:35 -03:00
2025-04-20 19:22:24 -03:00
2025-04-01 21:24:12 -03:00
2025-04-20 19:22:24 -03:00