jorgev259
jorgev259
   Im seeing the same behaviour on a Next.js app
@wodka For the time being @SStoliarchuk's fix worked for me, forked it on https://github.com/jorgev259/next-optimized-images
Any pointers/suggestions on how to use @apollo/client with the V8 update for Server Actions
Will try the new release first and will get back to you! It has been a couple of days since ive tried it so i dont remember the finer details.
This is on the new V8 release my current setup is a /src/api/graphql route as follows: ``` import { cookies } from 'next/header' import { ApolloServer } from '@apollo/server' import...