diff --git a/backend/app.py b/backend/app.py index f41e4168..0501d5bc 100644 --- a/backend/app.py +++ b/backend/app.py @@ -597,7 +597,7 @@ async def startup_event(): _assert_router_mounted("podcast") except Exception as e: logger.error(f"Error during startup: {e}") - raise + # Don't raise - let the server start anyway def _assert_router_mounted(router_name: str) -> None: