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
{{ message }}
This repository has been archived by the owner. It is now read-only.
I followed the steps and had the webapp running locally. When I login with my github account, and the callback url is called, it returns a "Bad request" error.
I couldn't find the documentation for the github api (https://github.com/login/oauth/access_token) that the get_token() method calls to check if the params were ok.
I'm not sure what other information is needed to debug/solve this issue.
The text was updated successfully, but these errors were encountered:
Are you sure your database is working? How did you set it up? I got something similar when I pointed the website to a database that already contained a user table.
I followed the steps and had the webapp running locally. When I login with my github account, and the callback url is called, it returns a "Bad request" error.
This is what I see in the console:
I couldn't find the documentation for the github api (
https://github.com/login/oauth/access_token
) that theget_token()
method calls to check if the params were ok.I'm not sure what other information is needed to debug/solve this issue.
The text was updated successfully, but these errors were encountered: