Chrome Version: MAJOR=71
MINOR=0
BUILD=3568
PATCH=0
OS: Chrome OS
What steps will reproduce the problem?
I hit it on a linux build of Chrome OS
(1) Add user to a device, and logout
(2) Reset user password
(3) Now userpod forces online signin. Click on a red text with warning icon. If I click above it does not repro.
What is the expected result?
Goes to online flow
What happens instead?
Infinite loading.
[126052:126052:1002/093629.683806:ERROR:CONSOLE(10507)] "TypeError: Cannot read property 'id' of null
at Oobe.showScreen (chrome://oobe/login.js:2570:30)
at Function.Oobe.showScreen (chrome://oobe/login.js:10082:24)
at <anonymous>:1:12", source: chrome://oobe/login.js (10507)
[126052:126052:1002/093629.684040:ERROR:CONSOLE(2570)] "Uncaught TypeError: Cannot read property 'id' of null", source: chrome://oobe/login.js (2570)
[126052:126052:1002/093629.685258:ERROR:CONSOLE(10507)] "TypeError: Cannot read property 'apply' of undefined
at Object.api.(anonymous function) [as loadAuthExtension] (chrome://oobe/login.js:417:43)
at <anonymous>:1:24", source: chrome://oobe/login.js (10507)
[126052:126052:1002/093629.685481:ERROR:CONSOLE(417)] "Uncaught TypeError: Cannot read property 'apply' of undefined", source: chrome://oobe/login.js (417)
cat out/Default/args.gn
# Build arguments go here. Examples:
# is_component_build = true
# is_debug = false
symbol_level = 0
is_component_build = true
enable_nacl = false
use_goma = true
target_os = "chromeos"
is_official_build = false
is_chrome_branded = false
is_debug = false
remove_webcore_debug_symbols = true
dcheck_always_on = true
autoninja -C out/Default/ chrome && out/Default/chrome --login-manager --login-profile=user --disable-setuid-sandbox --no-sandbox
Comment 1 by jdufault@chromium.org
, Oct 5Status: Duplicate (was: Assigned)