Problem
When soroban-testnet.stellar.org (or the mainnet RPC) is unreachable, getAllSchedules throws silently. The dashboard shows an empty state with no indication that it's a connectivity problem.
Fix
Catch network errors in the load() function and display a dismissable banner: "Could not reach the Stellar RPC — check your connection and refresh."
Problem
When
soroban-testnet.stellar.org(or the mainnet RPC) is unreachable,getAllSchedulesthrows silently. The dashboard shows an empty state with no indication that it's a connectivity problem.Fix
Catch network errors in the
load()function and display a dismissable banner: "Could not reach the Stellar RPC — check your connection and refresh."