apollographql / apollographql/apollo-client-devtools

Could not find client

Open
#1,733 4 comments 1 reaction 0 assignees View on GitHub
Dominant language
TypeScript
Stars
1.5k
Forks
172
Avg merge
10m
Merged PRs (30d)
8

Description

I am tring to test my project in dev mode , but suddenly i am receiving that error , (I wasn't receiving that error like 3 hours ago or something ) and have tried everything and still not working

```
// src/apolloClient.ts
import { ApolloClient, InMemoryCache } from '@apollo/client';

const client = new ApolloClient({
uri: 'https://bahr-backend-scandi.duckdns.org/graphql', // your endpoint
cache: new InMemoryCache(),
});

export default client;
```

### `@apollo/client` version

V ^3.13.6

### Apollo Client Devtools version
4.21.9 (Firefox)

Contributor guide

Open the contributing guide

Research direction

Start by reproducing the report in dev mode with the shown src/apolloClient.ts setup, @apollo/client ^3.13.6, and Apollo Client Devtools 4.21.9 in Firefox. Check why the configured ApolloClient is not detected at the provided GraphQL endpoint; done means the client appears in the devtools again.

Written by the indexing model from the issue text.

Assessment

Tech stack
graphql, typescript
Domain
devtools
Issue type
Bug
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
25/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.