graph-node: Error deploying to graph node
Upon kicking off the docker with the modified docker-compose, getting the error:
ERRO Not starting block ingestor (chain is defective), network_name: ropsten
When attempting to deploy to the graph-node but am getting this error message
graph-node_1 | Apr 29 01:51:35.077 ERRO subgraph_deploy failed, params: SubgraphDeployParams { name: SubgraphName("decentraland/marketplace"), ipfs_hash: DeploymentHash("QmYRaG4Z1mQtVq1VuF7koNDFtQJi34eENoVpEnpKmo5nrR"), node_id: None }, error: NetworkNotSupported("ropsten"), component: JsonRpcServer
Using Geth to spin up a local Ethereum node on the ropsten network like so:
geth --ropsten --http
Any ideas as to why graph-node is not able to sync with the local Ethereum node?
About this issue
- Original URL
- State: closed
- Created 3 years ago
- Comments: 16 (4 by maintainers)
Hey @alejoacosta74 if you delete the
/datafolder that is created in the directory with the docker compose file in it that should give you a fresh start@jp185357 Did you try to fix the graph-node to the latest stable version:
image: graphprotocol/graph-node:v0.22.0?That was it! Thanks so much