wix-incubator / corvid

Download your Wix site, code in a local IDE, collaborate, use git, and more!
MIT License
38 stars 10 forks source link

Cannot use Google OAuth in Electron window #209

Open tobinbc opened 4 years ago

tobinbc commented 4 years ago

Background Wix account created originally with Google OAuth

Problem Selecting 'login with google' in the electron login screen, Google rejects the login because it appears to not support logins from embedded web view stuff?

image

Solution Go to wix website > account settings. Wix automatically asks to setup a password as well. Setup password and use that to log in.

Reality check It's not a massive problem and has an easy work around, would be good to note it somewhere I guess.

tomenden commented 4 years ago

@tobinbc thanks for reporting. We actually had this issue before, and this should be resolved by now. Can you please let me know what is the version of corvid-cli you are using? You can check the version by using the command npx corvid --version

Thanks!

tobinbc commented 4 years ago

@tomenden No probs; i'm v0.2.10

tomenden commented 4 years ago

@tobinbc what operating system are you using? I just tested myself in macOS Catalina and I am unable to reproduce the issue. Can you please check if the issue reproduces when you do the following: npx corvid logout followed by npx corvid login

Thank you very much