Reputation: 4335
I have a chrome extension that requires users login. I've been successfully able to login for the past month or so on both Windows and Chrome OS.
However today (5/5/2020) when I try to login on Chrome OS it fails. It still works on Chrome (version 81.0.4044.138) on Windows--just not Chrome OS.
The difference from what I can tell, is the callback to chrome.identity.launchWebAuthFlow succeeds and passes a responseUrl on Windows, but on Chrome OS the responseUrl is undefined.
Because it works on Windows, and it's using the same backend for both, this leads me to believe it's not a backend issue but potentially something with Chrome OS.
Edit: I can further add that the parameters (url and interactive) are both identical between windows and chrome os.
Upvotes: 1
Views: 212
Reputation: 4335
It looks like Chrome OS 81 has a bug.
https://bugs.chromium.org/p/chromium/issues/detail?id=1077504
Upvotes: 1