Closed roschaefer closed 6 years ago
This code hc.connect('https://api-alpha.human-connection.org/'); gives a lot of UnhandledPromiseRejections while this code hc.connect('https://api-alpha.human-connection.org'); does not.
hc.connect('https://api-alpha.human-connection.org/');
hc.connect('https://api-alpha.human-connection.org');
This code
hc.connect('https://api-alpha.human-connection.org/');
gives a lot of UnhandledPromiseRejections while this codehc.connect('https://api-alpha.human-connection.org');
does not.