Installed the API today to try to implement via my proxy server, and upon declaring:
var API = new Printify({
shop_id: 123456,
access_token: 'my-access-token'
});
Without making any calls, I'm getting "TypeError: r is not a constructor" via printify-api\dist\index.js:1:1546 when I try to launch my server to listen.
Assistance on this matter would be greatly appreciated.
Installed the API today to try to implement via my proxy server, and upon declaring:
Without making any calls, I'm getting "TypeError: r is not a constructor" via printify-api\dist\index.js:1:1546 when I try to launch my server to listen.
Assistance on this matter would be greatly appreciated.
Let me know if you need any more info.