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
{
"data": {
"user": null
},
"errors": [
{
"type": "INTERNAL",
"message": "Something went wrong while executing your query. Please include `C50A:6791:B4B973:BCA94B:650F16BA` when reporting this issue."
}
]
}
Steps to Reproduce
Run the github-stats project locally.
Navigate to the page stats/(username).
Open the browser's developer tools and check the network tab for requests.
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: