Hi,
I'm getting an error when I try to server side render
Error:
fetch is not found globally and no fetcher passed, to fix pass a fetch for
your environment like https://www.npmjs.com/package/node-fetch.
For example:
import fetch from 'node-fetch';
import { createHttpLink } from 'apollo-link-http';
thanks
@michaelisgro Why did you close this ? what was the solution in the end ?
Thanks
This is a valid error @michaelisgro did you find a solution?
yarn add isomorphic-fetch
any solution ?
@michaelisgro did u find solution
Most helpful comment
This is a valid error @michaelisgro did you find a solution?