jorgev259

Results 6 comments of jorgev259

![imagen](https://user-images.githubusercontent.com/19596334/147315828-1961a663-b383-4260-9b55-89500c3ea1dd.png) ![imagen](https://user-images.githubusercontent.com/19596334/147315835-724f8afa-a92f-4cef-b585-536218628025.png) ![imagen](https://user-images.githubusercontent.com/19596334/147315842-8c90fc0e-1c56-44d7-83ec-e7f0aaeac7fd.png) 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...