Error: Missing access token.
at GitHubStrategy2.failure
at GitHubStrategy2.authenticate
at async loader
at async callRouteLoaderRR
at async callLoaderOrAction
at async Promise.all (index 0)
at async loadRouteData
at async queryImpl
at async Object.query
at async handleDocumentRequestRR
API logs show the below entries for remix dev
[mf:inf] GET /login 200 OK (9ms)
[mf:inf] POST /auth/github 204 No Content (6ms)
[mf:inf] GET /auth/github/callback 302 Found (684ms)
[mf:inf] GET /login 200 OK (7ms)
Redirect happens back from github oauth page but after that
Followed the steps in below link and getting the below mentioned errors https://github.com/TheRealFlyingCoder/remix-auth-socials
API logs show the below entries for remix dev
Redirect happens back from github oauth page but after that
function detects sends to failureRedirect.