Shopify API SDK

Hey All,

So I was trying to integrate with shopify using the node sdk

Unfortunately I receive an error when trying to use the sdk with Meteor, the SDK works without an issue if I run in regular node.

When I try to call the sdk I get the error:
“Exception while invoking method ‘shop.get.customers’ RequestError: Unexpected token < in JSON at position 0”

I initially thought this was an authentication issue, but that is not the case, it appears something with meteor or another package is causing the issue.

Has anyone has success using this SDK?

See my initial issue I created on the SDK: https://github.com/MONEI/Shopify-api-node/issues/406

I discovered that by removing the mailgun API it worked without an issue. So something there is causing a conflict I guess.