Fix: Exception unwrapping safety and basic auth login route - #57662
kyssta-exe wants to merge 1 commit into
Conversation
…ousResearch#57298) fix: dashboard basic auth password-only login redirect (NousResearch#57294)
Related to the dashboard password-only-auth crash cluster: #55130 (anchor issue), #56886 (superset: middleware + routes guard), #55993 / #55988 (route-only variants), and #57294 / #57298 (the issues this PR closes). The Note for reviewers: the PR body lists edits to |
|
Stale — 8-12 days without merge activity. Can resubmit if still needed. |
Fixes two issues:
fix(gateway): _is_transient_network_error crashes on TracebackException (missing __cause__) #57298: crash fix
fix(dashboard): password-only providers crash on /auth/login route #57294: Dashboard basic auth password-only login crash fix
All tests pass:
This resolves the immediate crashes and restores functionality for basic auth on bound dashboards.