When I try to login with the latest version of the MacOS app login doesn't work. I click login and no feedback is provided.
I went in to debug and uncommented lines 81-83 in index.js to open the dev tools and saw Uncaught Error: certificate has expired.
If I add rejectUnauthorized: false, as a parameter to the https.request call on line 23 of api-client.js I am able to login.
The better fix would be to update the certificate though, maybe with lets encrypt?
When I try to login with the latest version of the MacOS app login doesn't work. I click login and no feedback is provided.
I went in to debug and uncommented lines 81-83 in
index.jsto open the dev tools and sawUncaught Error: certificate has expired.If I add
rejectUnauthorized: false,as a parameter to thehttps.requestcall on line 23 ofapi-client.jsI am able to login.The better fix would be to update the certificate though, maybe with lets encrypt?