graphprotocol / graph-tooling

Monorepo for various tools used by subgraph developers.
https://thegraph.com/docs
Apache License 2.0
381 stars 208 forks source link

Error Cannot read property 'getIn' when deploy with --watch #733

Open hariesnurikhwan opened 3 years ago

hariesnurikhwan commented 3 years ago

I'm not sure what causing this error but when I run with --watch flag.

graph deploy --node http://localhost:8020/ --ipfs http://localhost:5001 <SUBGRAPH_NAME> --watch

I get this error Failed to load subgraph: Cannot read property 'getIn' of undefined

ualtinok commented 2 years ago

Same with below, not sure what causes this?

Failed to load subgraph: Cannot read properties of undefined (reading 'getIn')

packages:

    "@graphprotocol/graph-cli": "^0.26.0",
    "@graphprotocol/graph-ts": "^0.24.1",