-
Hey there community! I have an app I'm developing. I have a Google login button working just fine, works great. I continued on to have a Microsoft login button and I can't seem to get it working. When the signInWithPopup (or signInWithRedirect, both behave the same) gets called, the application brings up a Chrome window in my emulator. However, the page is blank. There is a long URL that is in the address. If I copy and paste that URL to a regular browser window I can log in using Microsoft just fine, it asks me to log in, and give permissions for my app, just like it should. Does anyone know why I get a blank page in the emulator? Is this an emulator issue? (I've tried a couple.) |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
Oh, I should note, (it may have nothing in common with this issue), that I do this development on my Ubuntu VM in VMWare. However, when I test this same scenario out on my Windows machine with the exact same code, it crashes my machine. The emulator locks up everything and I have to hard reboot. I have no idea if these are related or not. |
Beta Was this translation helpful? Give feedback.
-
It turns out that this must be an issue just within the emulator. I was able to borrow a Pixel 7pro from my daughter and the login works just like it should! I'm very happy, and I can work around the issue in the emulator. |
Beta Was this translation helpful? Give feedback.
It turns out that this must be an issue just within the emulator. I was able to borrow a Pixel 7pro from my daughter and the login works just like it should! I'm very happy, and I can work around the issue in the emulator.