DEV Community

Discussion on: Setting up Apollo GraphQL in Next.js with Server Side Rendering.

Collapse
 
romain_fromi profile image
Romain Fromi

I am facing an issue with Next.js v.9.4.4: "Error: Circular structure in "getInitialProps" result"
This is due to apolloClient being passed in getInitialProperties: the comment stating that: "As soon as this payload gets JSON.stringified it will remove itself." does not seems true anymore, or I missed something. Did you face that issue too?