Closed atomlab closed 5 years ago
Thanks for the detailed information! That way it was easy to detect what went wrong. The configuration is OK, but what's missing is that you need a Tezos node in archive mode to run the indexer. Your node seems to have pruned history so that old block receipts are no longer available.
That's why curl -v http://127.0.0.1:8732/chains/main/blocks/1
returns a 404.
See https://tezos.gitlab.io/master/user/history_modes.html for details.
Thank you!
Hello! I have a issue when start tzindex. Build from current master (241def18). It seems that tzindex use wrong api request to tezos node.
tzindex run as
logs
check rest api of tzindex
tezos-node version
Manual requests to tezos node
/chains/main/blocks/1
/chains/main/blocks
/chains/main/blocks/head
config