ProtonMail / WebClients

Monorepo hosting the proton web clients
GNU General Public License v3.0
4.35k stars 553 forks source link

Self-hosting - not able to login, probably socket.io problem? #194

Closed exander77 closed 3 years ago

exander77 commented 4 years ago

I am running WebUi inside docker on http://172.18.0.1/, Web UI loads fine, by I cannot login a there are errors: GET http://localhost/sockjs-node/info?t=1595170804410 net::ERR_BLOCKED_BY_CLIENT Seems like web sockets are trying to access localhost even though I am using 172.18.0.1 to access it. How to easily fix this?