-
Notifications
You must be signed in to change notification settings - Fork 172
Open
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)
Metadata
Metadata
Assignees
Labels
No labels