Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions content/tutorials/connect-remote-gui.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,3 +81,10 @@ If you do enable it, make sure you set a strong password for your wallet.
If you set up your domain using Cloudflare, this is most likely because the Cloudflare gRPC service is disabled.
You can check their [documentation](https://developers.cloudflare.com/network/grpc-connections/#enable-grpc)
to enable the gRPC service.

### Wallet tab is empty

If the **Wallet** tab (for example **Default Wallet**) looks empty,
the wallet service on the remote node you connected to is probably still disabled.
Enable it in that node's configuration file as described in [Enabling Wallet Service](#enabling-wallet-service),
then restart the node so the change takes effect.
Loading