apollo-client-devtools
apollo-client-devtools copied to clipboard
Could not find client
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)
This might happen if the DevTools browser extension updates in the background while you are working. Have you tried restarting your browser?
I have tried that , sometimes it's working , sometimes not
Same issue. The extension sometimes works and sometimes doesn't, seemingly randomly.