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?
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?