When typing URL incorrectly, the FerrumGate Client doesn’t show a error message to the user, but it’s shown when running the app through Terminal.
mac@MacBook-Pro-de-mac MacOS % ./FerrumGate
13:26:05.143 › starting app with token:
13:26:12.793 › ipc server created /tmp/ferrumgate.62371.sock
/api/auth/exchangetoken
13:26:12.869 › http response status code: 503
This HTTP return code could be handled to the client to shown a friendly message on user UI.
It also seems that when failing to close the tunnel to the network at the port 9999 it also doesn’t report any message to the end user.