Skip to content

android: start IPNService foreground before browser opens in login#747

Merged
kari-ts merged 1 commit into
mainfrom
kari/ipnservicefore
Mar 3, 2026
Merged

android: start IPNService foreground before browser opens in login#747
kari-ts merged 1 commit into
mainfrom
kari/ipnservicefore

Conversation

@kari-ts

@kari-ts kari-ts commented Feb 26, 2026

Copy link
Copy Markdown
Collaborator

When the user taps on the log in button, the browser opens, and the app is backgrounded without a foreground service running. This can lead to network access restriction, causing the control client register request to fail with "software caused connection abort" / "context deadline exceeded". This fix: -Starts IPNService as a foreground service before the browser opens wat the start of login

Updates tailscale/tailscale#18304

When the user taps on the log in button, the browser opens, and the app is backgrounded without a foreground service running. This can lead to network access restriction, causing the control client register request to fail with "software caused connection abort" / "context deadline exceeded". This fix:
-Starts IPNService as a foreground service before the browser opens wat the start of login

Updates tailscale/tailscale#18304

Signed-off-by: kari-ts <kari@tailscale.com>
@kari-ts
kari-ts requested a review from barnstar March 2, 2026 22:42
@kari-ts
kari-ts merged commit a70c5a8 into main Mar 3, 2026
4 checks passed
@kari-ts
kari-ts deleted the kari/ipnservicefore branch March 3, 2026 17:30
nadeemakhter0602 pushed a commit to nadeemakhter0602/TailMon that referenced this pull request Mar 22, 2026
…ailscale#747)

When the user taps on the log in button, the browser opens, and the app is backgrounded without a foreground service running. This can lead to network access restriction, causing the control client register request to fail with "software caused connection abort" / "context deadline exceeded". This fix:
-Starts IPNService as a foreground service before the browser opens wat the start of login

Updates tailscale/tailscale#18304

Signed-off-by: kari-ts <kari@tailscale.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants