Open alexqrid opened 3 years ago
Could you provide some more context, like which chain, docker-compose environment, error logs etc?
I tried both chain: kusama
using docker-compose
defined below:
I have changed the image of the substrate-node
as the image defined in docker-compose.yml
in the repo doesn't exist anymore (polkasource/substrate-alexander:latest
) and it couldn't be retrieved from dockerhub. As you can see I also started the node in the archive
mode.
For the chain polkadot
I tried to run indexer outside of the docker, i.e., I installed all dependency on the server and changed appropriate network configs of the app
(ip address of the mysql,redis, polkadot node). After successfully indexing a few blocks the indexer started to complain about missing block number 775.
@arjanz any suggestions?
@alexqrid do you found the solution yet? I meet similar problem like you too. Hope you can seed me some light... http://172.104.177.231:8080/node-template/account
Tried to run
harvester
both in docker and outside docker but the harvester didn't index accounts. How can I fix it? @arjanz