Skip to content
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

Unhandled Rejection (Error): Network error: Response not successful: Received status code 401 #15

Open
vansin opened this issue Apr 12, 2021 · 3 comments

Comments

@vansin
Copy link

vansin commented Apr 12, 2021

×
Unhandled Rejection (Error): Network error: Response not successful: Received status code 401
new ApolloError
http://localhost:3000/static/js/0.chunk.js:38618:24
38615 | errorMessage = _a.errorMessage,
38616 | extraInfo = _a.extraInfo;
38617 |

38618 | var _this = _super.call(this, errorMessage) || this;
| ^ 38619 |
38620 | _this.graphQLErrors = graphQLErrors || [];
38621 | _this.networkError = networkError || null;
View source
error
src/core/QueryManager.ts:255
252 | });
253 | self.broadcastQueries();
254 | self.setQuery(mutationId, () => ({ document: null }));
255 | reject(
| ^ 256 | new ApolloError({
257 | networkError: err,
258 | }),

@vansin
Copy link
Author

vansin commented Apr 12, 2021

| // Constructs an instance of ApolloError given a GraphQLError
44 | // or a network error. Note that one of these has to be a valid
45 | // value or the constructed error will be meaningless.

@vansin
Copy link
Author

vansin commented Apr 12, 2021

Would you help me to solve the problem?

@G2G2G2G
Copy link

G2G2G2G commented Sep 25, 2022

This project is dead, I was looking for a database visualizer and found it too.

This seems like the best one that is open source too:
https://github.com/azimuttapp/azimutt

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants