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

Apollo Client support for the Next.js App Router

Results 88 apollo-client-nextjs issues
Sort by recently updated
recently updated
newest added

I am encountering a strange issue with Apollo Client when using the `cache-and-network` fetch policy. When utilizing `useSuspenseQuery` with keywords filters to retrieve posts, the query sometimes returns an empty...

So I have been unable to work around an issue I am having using a server side query along with some suspense queries and how they are being rendered. This...

The Renovate config in this repository needs migrating. Typically this is because one or more configuration options you are using have been renamed. You don't need to merge this PR...

dependencies

This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | @​types/react-dom | [`19.0.0-rc.0` -> `19.0.0`](https://renovatebot.com/diffs/npm/@types%2freact-dom/19.0.0-rc.0/19.0.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@types%2freact-dom/19.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@types%2freact-dom/19.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)...

dependencies

This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | @​types/react | [`19.0.0-rc.0` -> `19.0.0-rc.1`](https://renovatebot.com/diffs/npm/@types%2freact/19.0.0-rc.0/19.0.0-rc.1) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@types%2freact/19.0.0-rc.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@types%2freact/19.0.0-rc.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)...

dependencies

I've seen this a few times too often now.

# Description Hello all I'm relatively new to this so if this is a basic question please bear with me here. I am creating a nextjs14 app and I'm trying...

I've followed the recommendations from the README, but I get this error during tests: ```bash TypeError: (0 , _experimentalnextjsappsupport.registerApolloClient) is not a function 9 | 10 | > 11 |...