PixelogicDev / Gruvee-Mobile

#WeAreGrüvee
MIT License
48 stars 11 forks source link

[BUG] Unable to login #119

Closed LuisACorreaCSUMB closed 4 years ago

LuisACorreaCSUMB commented 4 years ago

Describe the bug Android application was not allowing me to login. Previously was unable to but now does not register login. Attempted Fixes:

Smartphone (please complete the following information):

https://drive.google.com/file/d/1YhnJWppqOv81XK6afRx4PjShZhrBWtXh/view?usp=sharing

vrumger commented 4 years ago

I'm having the same problem on a Moto G7 Power with Android version 9.

isakfk1234 commented 4 years ago

same. I have ios iphone 11.

adilanchian commented 4 years ago

New Android & iOS app have been pushed to testers to see if it works! Found two issues here:

  1. When logging in with Facebook, Facebook deeplink adds a #__=_ which breaks the entire code received back from spotify. I made sure to rip that out

  2. Deep linking was happening on every rerender of the auth component. If spotify auth is called two quickly like that, it says hell no and returns an error. I moved this to the main App component and deep linking seems to be working fine on Android and iOS!

Please confirm and then I can resolve this if everything works!

adilanchian commented 4 years ago

Checked again this morning and not running into issues it seems. Going to close this out!