You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After following the expo quickstart for auth0 for react native I am having issues:
First it would not stop loading. I had no error or log to give me any insights so I removed the isLoading condition and that did give me more info. The app view loaded correctly but pressing the log in button opened no login page or redirection. Instead the screen displayed 'you are not logged in' and 'cannot read property hasValidAuth0Instance of null'. The console displayed the following log '[TypeError: Cannot read property 'accessToken' of undefined]'. I have not found any help on the docs, forums, or issues of this repo.
Reproduction
I downloaded the sample from auth0 directly and followed the doc that ensued after. I have modified added and saved the logout and callback urls on auth0 and used the package name and bundle id found on app.json. And after having seen the error for the first time I changed the client id in the auth0-configuration file to the one I found on the settings of 'My App' on auth0. Which did not fix the error.
Additional context
I am coding on an intel mac using visual studio code and testing with both the ios simulator and my IPhone
Sample
Expo
Platform
iOS
Platform version(s)
expo 0.7.3
The text was updated successfully, but these errors were encountered:
Checklist
Description
After following the expo quickstart for auth0 for react native I am having issues:
First it would not stop loading. I had no error or log to give me any insights so I removed the isLoading condition and that did give me more info. The app view loaded correctly but pressing the log in button opened no login page or redirection. Instead the screen displayed 'you are not logged in' and 'cannot read property hasValidAuth0Instance of null'. The console displayed the following log '[TypeError: Cannot read property 'accessToken' of undefined]'. I have not found any help on the docs, forums, or issues of this repo.
Reproduction
I downloaded the sample from auth0 directly and followed the doc that ensued after. I have modified added and saved the logout and callback urls on auth0 and used the package name and bundle id found on app.json. And after having seen the error for the first time I changed the client id in the auth0-configuration file to the one I found on the settings of 'My App' on auth0. Which did not fix the error.
Additional context
I am coding on an intel mac using visual studio code and testing with both the ios simulator and my IPhone
Sample
Expo
Platform
iOS
Platform version(s)
expo 0.7.3
The text was updated successfully, but these errors were encountered: