GUI on remote daemon host can't be loaded after changing self_hostname

I’m trying to setup a remote daemon host on Windows machine to which I want to connect to from Linux machine according to guide referenced here.

On the daemon host I’ve changed line self_hostname from localhost to 0.0.0.0. After that I’ve started Chia GUI app on daemon host. Unfortunately app doesn’t go past the loading screen and when I’ve checked logs, I’ve found this message:

: WARNING Cannot connect to daemon at ws://0.0.0.0:55400

Any help is appreciated.

I am not sure about what you are doing, but I know 0.0.0.0 is an invalid IP address. You may want to use the actual IP of the system or leave it as localhost.