-
Notifications
You must be signed in to change notification settings - Fork 98
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
Issue: Data Not Fetched Correctly by GitHub Scraper #159
Comments
@JoshiUtsav thanks for informing us. This is |
Why is there a CORS issue in production? |
Are you attempting use this client-side? |
Using this in the Next.js app. |
Next.js should be able to run it all server-side. Where have you deployed it to? 🤷♂️ |
Problem Description
When using the GitHub scraper package in my portfolio project, I noticed discrepancies in the fetched data compared to my actual GitHub profile. Specifically:
This results in inaccurate data representation, which can affect applications relying on precise GitHub metrics.
The text was updated successfully, but these errors were encountered: