mirror of
https://github.com/duplicati/duplicati.git
synced 2026-05-06 07:16:38 -04:00
721c1c96fe
Treat auth refresh responses 400, 401, and 415 as terminal authentication failures Clear stale auth state and refresh nonce, then immediately redirect to /login.html Stop reconnect countdown/retry when terminal refresh failure is detected Preserve normal retry behavior for transient failures such as 503 Add Playwright regression tests covering: 415 refresh failure redirects to login without runaway retries 503 refresh failure keeps retry behavior and does not force login redirect