af / apollo-local-query

Simpler server rendering with apollo-client 1.x, using a local GraphQL networkInterface
MIT License
64 stars 7 forks source link

Error: only absolute urls are supported #8

Closed ravikiran438 closed 7 years ago

ravikiran438 commented 7 years ago

I am getting the following error, am I missing something?

Error: only absolute urls are supported at /app_root/node_modules/node-fetch/index.js:54:10

af commented 7 years ago

@ravikiran438 I'm not sure, but this module doesn't depend on fetch directly (Apollo does, though). Can you share some of your code?

af commented 7 years ago

Closing, unless there's more context showing this is actually a problem with this module