Replaces the placeholder text in section "No connection to gateway" on the FAQ page with the following:
How to resolve "No connection to gateway"?
This can have several reasons and basically means that the UI cannot reach the backend service. Depending on your installation (native setup, docker images, local/remote hosts, etc.), there are a number of things you should verify.
Please make sure that:
Your Bitcoin Core instance is up and running, fully synced and is accepting RPC requests.
bitcoin-cli getblockchaininfo
The backend service is running and is reachable on the specified ports. Verify that you get a response from the server, by executing a request on the host that is running your JoinMarket instance (if you run an Umbrel node, this requests needs to be executed inside the Jam docker container):
Replaces the placeholder text in section "No connection to gateway" on the FAQ page with the following:
How to resolve "No connection to gateway"?
This can have several reasons and basically means that the UI cannot reach the backend service. Depending on your installation (native setup, docker images, local/remote hosts, etc.), there are a number of things you should verify.
Please make sure that:
Check the logs for any errors or warnings.
If all the above fails, try restarting every service or do a complete node reboot.
As a last resort, seek help in the support channel.