You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I seem to have a similar issue when setting up Material UI SSR + next-i18nnext SSR. The way Apollo detects SSR seems to be broken in certain scenarios when playing too much with React SSR, it might change some internal state
Although we have set
{ssr: false}
to some query, it's still invoked in server-side rendering. This puts extra load to SSR server.Logger added to
BatchHttpLink
:Related issue: apollographql/react-apollo#3130, apollographql/react-apollo#3500
The text was updated successfully, but these errors were encountered: