Description
On node startup, the json-rpc-relay logs the following error when attempting to fetch the operator balance and from that it is not accepting any request:
[2025-06-03 20:18:55.085 +0000] DEBUG (mirror-node/103 on 2b315facc0be): [Request ID: ff4b3f16-6555-4ead-886e-2f357bf93b6f] An accepted error occurred while communicating with the mirror node server: method=GET, path=accounts/0.0.2?transactions=false, status=404
[2025-06-03 20:18:55.085 +0000] ERROR (relay/103 on 2b315facc0be): Error collecting operator balance. Skipping balance set
err: {
"type": "TypeError",
"message": "Cannot read properties of null (reading 'balance')",
"stack":
TypeError: Cannot read properties of null (reading 'balance')
at Gauge.<anonymous> (/home/node/app/packages/relay/dist/lib/relay.js:138:62)
at Generator.next (<anonymous>)
at fulfilled (/home/node/app/packages/relay/dist/lib/relay.js:6:58)
at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
}
Steps to reproduce
Just run docker-compose up -d
Additional context
No response
Hedera network
No response
Version
v0.68
Operating system
macOS
Description
On node startup, the json-rpc-relay logs the following error when attempting to fetch the operator balance and from that it is not accepting any request:
Steps to reproduce
Just run
docker-compose up -dAdditional context
No response
Hedera network
No response
Version
v0.68
Operating system
macOS