apollo-client-devtools icon indicating copy to clipboard operation
apollo-client-devtools copied to clipboard

Could not find client

Open khaledba7rr opened this issue 2 months ago • 3 comments

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)

khaledba7rr avatar Oct 17 '25 08:10 khaledba7rr

This might happen if the DevTools browser extension updates in the background while you are working. Have you tried restarting your browser?

phryneas avatar Oct 17 '25 08:10 phryneas

I have tried that , sometimes it's working , sometimes not

khaledba7rr avatar Oct 17 '25 09:10 khaledba7rr

Same issue. The extension sometimes works and sometimes doesn't, seemingly randomly.

Powersource avatar Oct 30 '25 11:10 Powersource