×
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 | }),