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 using NextJS 14.1 and am now running into an issue when using this library to create a client and provider for my application. We updated to: * @apollo/client...

needs-reproduction

@patrick91 This came up in #31 and could be an elegant solution to have the GraphQL api in a Route Handler file, while using it from the server (and also...

Hi there, I may be missing something simple here but I have an apollo-provider that is pretty standard, however we use supabase auth and the session is set in cookies....

Hi, we recently started implementing your package in our Next.js application. There are a few issues we are facing: In the server components, we send a query like this ```...

Be really handy if `registerApolloClient` was async...here's what im trying to do ``` typescript import { HttpLink } from "@apollo/client"; import { NextSSRInMemoryCache, NextSSRApolloClient, } from "@apollo/experimental-nextjs-app-support/ssr"; import { registerApolloClient...

Hello, i am writting you because i need some kind of help. I am creating website with Next js 14.0.3 (App router). I am using this package to fetch data...

Hello i have issue. When apollo cannot connect to backend server it shows this error exception on page. I want to show client onlz error section, but the whole page...