diff --git a/services/auth.py b/services/auth.py index bcd8cec..0e2cc1d 100644 --- a/services/auth.py +++ b/services/auth.py @@ -62,6 +62,9 @@ async def check_auth(req) -> (bool, int | None): pass except Exception as e: + import traceback + + traceback.print_exc() # Handling and logging exceptions during authentication check print(f"[services.auth] {e}")