Skip to content

[Awaiting payment 2026-01-23] [$125] Always unlock the network queue on auth errors and log the error #79210

@mountiny

Description

@mountiny

Coming from here

If Authenticate throws an unexpected error, the network queue can remain locked for the rest of the session. In this state, all API calls stop working and the app can effectively be broken until the user force-quits it.
This failure is currently silent- so from our perspective it just looks like “the network stopped working.”
By handling the Auth call in a catch, we can:

  • Always unlock the network queue on error, ensuring the app continues to work
  • Track this error in Sentry
  • Log it for easier debugging
Issue OwnerCurrent Issue Owner: @heyjennahay

Metadata

Metadata

Labels

Awaiting PaymentAuto-added when associated PR is deployed to productionBugSomething is broken. Auto assigns a BugZero manager.DailyKSv2

Type

No type

Projects

Status

Done

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions