Please include the following information in your post:
- Which SDK this is regarding: auth0-react
- SDK Version: 1.2.0
- Platform Version: Mac OS X/Chrome Version 86.0.4240.111 (Official Build) (x86_64)
-
Code Snippets/Error Messages/Supporting Details/Screenshots:
Is this a feature request or bug report? I don’t know if this is a bug yet
I am following the react example with Github connection. The login succeeds and the app makes getAccessTokenSilently call and I see following error on the console.
index.js:1 Error: Login required
at new OAuthError (errors.tsx:8)
at utils.tsx:15
at auth0-provider.tsx:271
at step (1.chunk.js:210)
at Object.throw (1.chunk.js:141)
at rejected (1.chunk.js:103)
I am also seeing following under the “Issues” tab
I am happy to provide more data. What am I doing wrong?