mgilliland23 / quantla

Quantla is a node powered crypto currency trading bot
5 stars 2 forks source link

node server.js issue #34

Closed costargc closed 5 years ago

costargc commented 5 years ago

node server.js is showing an google authentication issue... require further investigation.

Error: Could not load the default credentials. Browse to https://cloud.google .com/docs/authentication/getting-started for more information. at GoogleAuth.getApplicationDefaultAsync (D:\Server\Code\PROJECT\quantla\ node_modules\google-auth-library\build\src\auth\googleauth.js:161:19)

mgilliland23 commented 5 years ago

I am also receiving this error, although I am able to log the username and email address of the user that is logged in on the front end, so Auth seems to be working. Login is working fine as well so this seems like a non-breaking issue at the moment

mgilliland23 commented 5 years ago

I believe this is fixed with the last commit. I'm going to mark as closed for now...