Hi all,
Recently I set up a new full node and some abci_query requests failed to respond. (postman: socket hang up / time out). Tried with IP:26657 or NGINX reverse proxy also fail.
These paths time out.
- /cosmos.mint.v1beta1.Query/Inflation
- /cosmos.staking.v1beta1.Query/ValidatorDelegations
- /cosmos.distribution.v1beta1.Query/DelegationRewards
The node is synced, catching_up=false.
How can I further check what happened/ fix this issue?
Thanks. Any suggestions are welcome.