Could not connect to indexer service

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

:package: Downloading, unpacking, and bootstrapping database…

forc index check

:x: 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 |
±-------±-----------------------±--------------------------------------------------------+
| :white_check_mark: | fuel-indexer binary | /root/.fuelup/bin/fuel-indexer |
±-------±-----------------------±--------------------------------------------------------+
| :no_entry: | fuel-indexer service | Failed to detect service at Port(29987). |
±-------±-----------------------±--------------------------------------------------------+
| :no_entry: | psql | Can’t locate psql. |
±-------±-----------------------±--------------------------------------------------------+
| :white_check_mark: | fuel-core | /root/.fuelup/bin/fuel-core |
±-------±-----------------------±--------------------------------------------------------+
| :no_entry: | docker | Can’t locate docker. |
±-------±-----------------------±--------------------------------------------------------+
| :white_check_mark: | fuelup | /root/.fuelup/bin/fuelup |
±-------±-----------------------±--------------------------------------------------------+
| :white_check_mark: | wasm-snip | /root/.cargo/bin/wasm-snip |
±-------±-----------------------±--------------------------------------------------------+
| :no_entry: | forc-postgres | Can’t locate forc-postgres. |
±-------±-----------------------±--------------------------------------------------------+
| :white_check_mark: | rustc | /root/.cargo/bin/rustc |
±-------±-----------------------±--------------------------------------------------------+
| :white_check_mark: | 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

Hey @fsy412 thanks for the question! We’re going to look into this for you.