GraphQL Apollo Client refusing to NOT USE cache in Next.js
Our whole full stack engineering team is desperately out of options with Apollo Client’s caching (we believe)– Apollo Client is refusing in any circumstances to update cached(?) data with the ones from the server. We are running Apollo Client in Next.js’ (14.2.5) SSR using the getClient()
method below: