Hello, I am following along with the quick start to run an indexer, it gives below error
forc index start --embedded-database --fuel-node-host beta-3.fuel.network --fuel-node-port 80 --run-migrations
Downloading, unpacking, and bootstrapping database…
forc index check
Could not connect to indexer service:
‘error sending request for url (http://127.0.0.1:29987/api/health): error trying to connect: tcp connect error: Connection refused (os error 111)’
±-------±-----------------------±--------------------------------------------------------+
| Status | Component | Details |
±-------±-----------------------±--------------------------------------------------------+
| | fuel-indexer binary | /root/.fuelup/bin/fuel-indexer |
±-------±-----------------------±--------------------------------------------------------+
| | fuel-indexer service | Failed to detect service at Port(29987). |
±-------±-----------------------±--------------------------------------------------------+
| | psql | Can’t locate psql. |
±-------±-----------------------±--------------------------------------------------------+
| | fuel-core | /root/.fuelup/bin/fuel-core |
±-------±-----------------------±--------------------------------------------------------+
| | docker | Can’t locate docker. |
±-------±-----------------------±--------------------------------------------------------+
| | fuelup | /root/.fuelup/bin/fuelup |
±-------±-----------------------±--------------------------------------------------------+
| | wasm-snip | /root/.cargo/bin/wasm-snip |
±-------±-----------------------±--------------------------------------------------------+
| | forc-postgres | Can’t locate forc-postgres. |
±-------±-----------------------±--------------------------------------------------------+
| | rustc | /root/.cargo/bin/rustc |
±-------±-----------------------±--------------------------------------------------------+
| | forc-wallet | /root/.fuelup/bin/forc-wallet |
tool chain:
Default host: x86_64-unknown-linux-gnu
fuelup home: /root/.fuelup
installed toolchains
beta-3-x86_64-unknown-linux-gnu (default)
latest-x86_64-unknown-linux-gnu
active toolchain
beta-3-x86_64-unknown-linux-gnu (default)
forc : 0.37.3
- forc-client
- forc-deploy : 0.37.3
- forc-run : 0.37.3
- forc-doc : 0.37.3
- forc-explore : 0.28.1
- forc-fmt : 0.37.3
- forc-index : 0.15.0
- forc-lsp : 0.37.3
- forc-tx : 0.37.3
- forc-wallet : 0.2.2
fuel-core : 0.17.11
fuel-indexer : 0.15.0
fuels versions
forc : 0.39
any help would be appreciated