Skip to content
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

Unexpected end of JSON input #1

Open
afrey95 opened this issue May 16, 2024 · 0 comments
Open

Unexpected end of JSON input #1

afrey95 opened this issue May 16, 2024 · 0 comments

Comments

@afrey95
Copy link

afrey95 commented May 16, 2024

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:

  1. Clone repository
  2. Insert client ID and secret key in appropriate places
  3. Create venv for python and install dependencies
  4. Install react dependencies
  5. Run frontend and backend
  6. Try to login --> Get error
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant