Cannot GET /login/a0z3fsafdfadafsajfjfdlsa_fjkldsafdsklf://facebook.auth0.com/authorize

When I follow the quick start for a react-native app with Auth0 Lock, I see this message when I try any social login.
![alt text][1]
I’m pretty lost. I’ve setup Auth0 before with react-native, and I never had trouble like this. I’ve tried redirect: true/false, useBrowser: true/false. Nothing works.

@jonkelling you’ll need to follow the updated instructions at react-native-lock - npm with respect to updating Info.plist, AppDelegate.m, etc. Good luck!

I went through all of that and triple checked it. I eventually got it to work when I created a new client. The only difference I saw was that the new client defaulted to RS256 instead of HS256. I did not knowingly choose HS256 for the first client, nor am I sure that was crux—I will update this when I find out more.