capacitor-community / facebook-login

Facebook Login support
MIT License
103 stars 54 forks source link

Problem on Android 11 and SDK 30 #42

Closed ciccilleju closed 3 years ago

ciccilleju commented 3 years ago

Hello, i'm opening this bug report because i've just found a weird issue.

I'm developing an App and 'm testing it on Android 11 .

Google Play Store will require soon to release app with SDK 30 (READ MORE HERE )but, if I choose this version, when I try to login i get this error message:

image

If i revert back to SDK 29 it works again.

image

Do you know if there is something missing in the configuration?

Thank you

FIX

The problem was in my node_modules folder, probably the update didn't work correctly and it was still working with the old 1x version files.

After removing it and installing again it works fine.

rdlabo commented 3 years ago

FIX The problem was in my node_modules folder, probably the update didn't work correctly and it was still working with the old 1x version files.

Thanks for try. Yes, I will close this issue.