OpenPlan
BugsReport
All bugs
BUG-1025TriagedHighAuth · v1.3.9

Auth session expires mid-request on slow networks

Reported by priya.s 7d ago3 affectedAssigned to maintainer.jen

Status

  1. Reported
  2. Needs reproduction
  3. Reproduced
  4. Triaged
  5. In progress
  6. Fixed
  7. Released

Summary

On flaky networks the session token refresh races with the in-flight API call and the call fails with 401.

Reproduction

Steps to reproduce
1. Throttle network to slow 3G 2. Make a long-running API call 3. Token refresh races and call returns 401
Expected
API calls should retry with the new token transparently.
Actual
Single 401 returned to the caller.
Environment
Mobile Safari iOS 17
Frequency
sometimes

Details

Status
Triaged
Severity
high
Component
Auth
Version
1.3.9
Reporter
priya.s
Assigned
maintainer.jen
Updated
2d ago
Created
7d ago

Activity & Comments

1
  1. systemmaintainer· 7d ago

    Bug reported.