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
This must be a new issue because it was working just a couple days ago. But now after navigating through the OAuth flow, instead of landing on the logged in page I get an error:
Unexpected end of JSON input
SyntaxError: Unexpected end of JSON input
at getUserInfo (http://localhost:3000/static/js/bundle.js:184:25)
at async Object.onSuccess [as current] (http://localhost:3000/static/js/bundle.js:203:26)
It appears to be occurring in the getUserInfo method.
Steps:
Clone repository
Insert client ID and secret key in appropriate places
Create venv for python and install dependencies
Install react dependencies
Run frontend and backend
Try to login --> Get error
The text was updated successfully, but these errors were encountered:
This must be a new issue because it was working just a couple days ago. But now after navigating through the OAuth flow, instead of landing on the logged in page I get an error:
It appears to be occurring in the getUserInfo method.
Steps:
The text was updated successfully, but these errors were encountered: