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 login, there's no access to the user info. The code outputs an error.
The first time, login goes through an authorisation process (e.g. auth via Google). It then returns to the app screen -- which still shows a Log In button.
There is also now an error message: No Credentials were previously set
Here is the log output from npx expo run:android:
Opening com.auth0samples://expo-development-client/?url=http%3A%2F%2F192.168.178.21%3A8081 on XQ_AS52
› Logs for your project will appear below. Press Ctrl+C to exit.
Android Bundling complete 831ms
LOG [TypeError: Cannot read property 'accessToken' of undefined]
This is with the code as downloaded from the Auth0 dashboard.
I have removed Expo Go from my phone to ensure that Expo Go is not being used. This is an expo development build.
Reproduction
Download a version of 00-login-expo from the Auth0 dashboard, with the project settings in place.
...Stuck. The expo log says: LOG [TypeError: Cannot read property 'accessToken' of undefined]
The issue can be reproduced consistently.
Additional context
Computer: Linux Mint
npx expo --version
0.7.3
adb --version
Android Debug Bridge version 1.0.41
Version 35.0.1-11580240
Installed as /home/daniel/Android/Sdk/platform-tools/adb
Running on Linux 6.8.0-40-generic (x86_64)
Phone: Sony Xperia V, running Android v12
Sample
Expo
Platform
Android
Platform version(s)
12
The text was updated successfully, but these errors were encountered:
Checklist
Description
After login, there's no access to the user info. The code outputs an error.
The first time, login goes through an authorisation process (e.g. auth via Google). It then returns to the app screen -- which still shows a Log In button.
There is also now an error message:
No Credentials were previously set
Here is the log output from
npx expo run:android
:Opening com.auth0samples://expo-development-client/?url=http%3A%2F%2F192.168.178.21%3A8081 on XQ_AS52
› Logs for your project will appear below. Press Ctrl+C to exit.
Android Bundling complete 831ms
LOG [TypeError: Cannot read property 'accessToken' of undefined]
This is with the code as downloaded from the Auth0 dashboard.
I have removed Expo Go from my phone to ensure that Expo Go is not being used. This is an expo development build.
Reproduction
The issue can be reproduced consistently.
Additional context
Computer: Linux Mint
Phone: Sony Xperia V, running Android v12
Sample
Expo
Platform
Android
Platform version(s)
12
The text was updated successfully, but these errors were encountered: