Open luckyklyist opened 1 year ago
Note that the query fails when using
# Github OAuth (optional, but recommended)
#GITHUB_ID=
#GITHUB_SECRET=
and using the login with the github Btn .
But it works with the DEV_GITHUB_TOKEN env and using the signin with credentials Btn .
Thanks for all the details @luckyklyist!
With my tokens (GITHUB_ID
and GITHUB_SECRET
) the Github login works, so there's probably something in how you set those two variables.
It's great to hear with the credentials login it works! I'll keep this issue open in case someone has a similar issue and finds even more details.
To doublecheck if you used the other two variables right, you can read the guide in the docs: https://github.com/Balastrong/github-stats/blob/main/CONTRIBUTING.md#setup-github-oauth-app-optional
@luckyklyist Thank you for raising this issue 👌
Issue Description
Description:
I'm encountering an issue when making a GraphQL query to the following endpoint:
Request URL: https://api.github.com/graphql
Request Method: POST
Status Code: 200 OK
However, the response I receive is:
Steps to Reproduce
stats/(username)
.Expected Result
The expected result is that the query should fetch responses, similar to the hosted site: https://public-github-stats.vercel.app/stats/(username).
Screenshots or Videos (Optional)
You can view the screenshots of the issue:
Additional Information
Please indicate if you've used the search function to check if a similar issue already exists. Additionally, let us know if you'd like to work on resolving this issue.