moltin / js-sdk

JavaScript & Node.js SDKs for the Elastic Path Commerce Cloud eCommerce API
http://documentation.elasticpath.com/
MIT License
173 stars 77 forks source link

Error: getaddrinfo ENOTFOUND api.molt.in api.molt.in:443 #40

Closed genezablan closed 7 years ago

genezablan commented 8 years ago

This is my code

function getCategoryTree(){ moltin.Authenticate(function() { moltin.Category.Tree(null, function(tree) { app.locals.catTree = tree; }, function(error) {

    // Something went wrong...
});

}); }

outrunthewolf commented 7 years ago

You might need to give us a bit more information. Please Join the hub and we can help out there.