You've already forked android-client
mirror of
https://github.com/netbirdio/android-client.git
synced 2026-05-22 17:10:49 -07:00
791923a2cc
ChromeOS runs Android apps in a container with separate network namespace, preventing the browser from reaching the localhost callback server used by PKCE flow. This causes "service not available" errors after authentication. Use Device Code Flow on ChromeOS (like Android TV) which uses polling instead of localhost callback. On ChromeOS, also auto-open the browser for a similar UX to PKCE while showing QR dialog as fallback.