-
Notifications
You must be signed in to change notification settings - Fork 22
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error: Access token can not be extracted. Either whole 'session' must be a string (access token only) or 'getAccessToken' function should be provided #30
Comments
This is the problematic code:
My
but |
I just checked the following: If I use
|
The problem seems to be that this line leaves
|
This is my current workaround:
|
When i attempt this workaround i'm getting |
Hi! I'm a novice to React and JS, and I'm trying to get around the following error:
Uncaught (in promise) Error: Access token can not be extracted. Either whole 'session' must be a string (access token only) or 'getAccessToken' function should be provided
.My error occurs in the following code:
Can someone explain to me why this occurs and how to fix it?
The text was updated successfully, but these errors were encountered: