During oauth, i am getting the something went wrong from google.

I tried the oauth in latest verison of nw.js(0.31.5) also.i received same error.Please help me to resolve this issue.
I don't think it is nw.js issue
I tried to open the gmail site also. It showed the same error.
Maybe related to just setting the web_accessible_resources for the oauth redirect just like explained in https://github.com/nwjs/nw.js/issues/6631
Spent half a day to resolve this.
This issue origins from https://bugs.chromium.org/p/chromium/issues/detail?id=829220
The solution that I found is to set chrome://flags#account-consistency to "Enabled Dice (fix auth errors)." or "Enabled" or "Disabled"
It's an experimental feature that broke the sign in. Perhaps our maintainer can do something about this?
Also, it broke from 0.31.0 onwards (Chromium 67 onwards)
Fixed in nw32 branch and will be available in the next nightly build. Thanks to @ncnlinh for the findings!
Hello! On NWJS 0.42, I got the same error as in this post. Google Oauth gives "something went wrong". I tried a few things I found in here for 3 hours, but no change at all... Anyone using Google Oauth in his app?
Most helpful comment
Spent half a day to resolve this.
This issue origins from https://bugs.chromium.org/p/chromium/issues/detail?id=829220
The solution that I found is to set chrome://flags#account-consistency to "Enabled Dice (fix auth errors)." or "Enabled" or "Disabled"
It's an experimental feature that broke the sign in. Perhaps our maintainer can do something about this?