Apollo Client Caching Issue with fetchPolicy: ‘no-cache’ in Next.js Server Component
I’m working on a Next.js server component to fetch events from a GraphQL server, but I’m encountering an issue where the cache seems to be used despite setting fetchPolicy: ‘no-cache’. Here is my setup: