carbon-design-system / carbon-tutorial-angular

An Angular app for the Carbon Design System tutorial
20 stars 899 forks source link

Step-3: Graphql authentication issue #1142

Open BharathReddyMaram1 opened 9 months ago

BharathReddyMaram1 commented 9 months ago

I tried generating multiple access tokens but still getting issues with authentication. The issues are as follows:

                                   POST https://api.github.com/graphql 502 (Bad Gateway)

I tried the ApolloStudio, even there I got this message: Your API responded with a 401 status code. You may need to specify auth headers to introspect your schema.Hide details { "message": "This endpoint requires you to be authenticated.", "documentation_url": "https://docs.github.com/graphql/guides/forming-calls-with-graphql#authenticating-with-graphql" }

Tried authentications: "Fine-grained personal access tokens" and "Personal access tokens (classic)".

Someone, please help