gatsbyjs / store.gatsbyjs.org

The Gatsby store for swag and other Gatsby goodies.
https://store.gatsbyjs.org
MIT License
617 stars 220 forks source link

Issues during login #473

Open gadgetsteach opened 1 year ago

gadgetsteach commented 1 year ago

Error: GraphQL error: request to https://us1.prisma.sh/gatsby/api-gatsby-org/prod failed, reason: getaddrinfo EAI_AGAIN us1.prisma.sh us1.prisma.sh:443

bhagirath1312 commented 1 year ago

I think you did not sign up with Gatsby using your GitHub account, so you see this type of error.

arunagri82 commented 1 year ago

Check your internet connection: Ensure that your internet connection is stable and working properly. You can try accessing other websites or services to verify connectivity.

Verify the hostname: Double-check if the hostname "us1.prisma.sh" is correct and valid. Ensure there are no typos or missing characters.

DNS resolution: The error suggests a DNS resolution failure. This could be due to temporary issues with the DNS server you are using. Try switching to a different DNS server, such as Google DNS (8.8.8.8 or 8.8.4.4), and see if that resolves the issue.

Firewall or proxy settings: Check if there are any firewall or proxy settings that might be blocking the connection to "us1.prisma.sh" or preventing DNS resolution. Adjust your firewall or proxy settings accordingly.

Temporary server issue: It's possible that the server hosting the GraphQL endpoint is experiencing temporary issues. You can try again after some time to see if the problem resolves itself.