Skip to main content

Troubleshooting

Start from the failed plane.

SymptomLikely causeCheck
eth_blockNumber staleExecution sync lag or no consensus updateseth_syncing, consensus logs, Engine auth.
Consensus synced but execution not updatingEngine API/JWT mismatchEngine endpoint URL and shared JWT file.
WebSocket dropsGateway idle timeout or client restartReconnect logs and backfill range.
eth_getLogs timeoutRange too large or archive data missingReduce block span; verify archive requirements.
Beacon API 403/404 through gatewayProtected route or wrong base pathQuery local protected port 5052.

Prefer fixing endpoint policy and sync health over retry loops that hide node failures.