"net::ERR_SSL_PROTOCOL_ERROR" when hosting

Angular app with nem-library works well on my localhost server, but
when HOSTING, it doensn’t.

I get “net::ERR_SSL_PROTOCOL_ERROR”.

I use firebase hosting service.
I know all nodes use “http” protocol, but error messages show the URLs starting from “httpS”.

how can solve this problem? thanks.


nem-library@1.0.0
rxjs@5.5.6

Is your service hosted over http or https?

hosted over https

Did you configured endpoints as http?
https://nemlibrary.com/documentation/overview/#configure-endpoints
https://nemlibrary.com/documentation/connection_pool/