Skip to content

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

@vansin

Description

@vansin

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions