Problem about Node running: Stuck on downloading logs

I’ve try to running a Local Node with command from docs.

Then I waiting for 15 hours past, But it still show “Downloading logs for…”
Did something wrong or I miss out some steps?

How Can I check that’s my node is running correctly? Here’s result when I try to access http://IP:4000/graphql page
This page isn’t working
If the problem continues, contact the site owner.
HTTP ERROR 405

My fuelup show command result
Default host: x86_64-unknown-linux-gnu
fuelup home: /root/.fuelup
installed toolchains
beta-5-x86_64-unknown-linux-gnu (default)
latest-x86_64-unknown-linux-gnu
active toolchain
beta-5-x86_64-unknown-linux-gnu (default)
forc : 0.49.2

  • forc-client
  • forc-deploy : 0.49.2
  • forc-run : 0.49.2
  • forc-crypto : 0.49.2
  • forc-doc : 0.49.2
  • forc-explore : 0.28.1
  • forc-fmt : 0.49.2
  • forc-lsp : 0.49.2
  • forc-tx : 0.49.2
  • forc-wallet : 0.4.3
    fuel-core : 0.22.0
    fuel-core-keygen : 0.22.0
    fuels versions

forc : 0.54.0
forc-wallet : 0.54.0

Thanks for advice

Hello @fantasytale to check that your node is working correctly go to http://IP:4000/playground and enter the following graphql query. You should get the same result.

I have the same problem.

@yczmc @fantasytale Could please you send the command you are using to run your node (WITHOUT ANY SECRETS OR API KEYS) ?

fuel-core run \

–service-name Fuel-VPS \

–keypair SECRETS \

–relayer https://eth-sepolia.g.alchemy.com/v2/LPHrUc6l-59Ek0R0udtGkIPAlKa1upRb \

–ip 0.0.0.0 --port 4000 --peering-port 30333 \

–db-path ~/.fuel_beta5 \

–chain ./chainConfig.json \

–utxo-validation --poa-instant false --enable-p2p \

–min-gas-price 1 --max-block-size 18874368 --max-transmit-size 18874368 \

–reserved-nodes /dns4/p2p-beta-5.fuel.network/tcp/30333/p2p/16Uiu2HAmSMqLSibvGCvg8EFLrpnmrXw1GZ2ADX3U2c9ttQSvFtZX,/dns4/p2p-beta-5.fuel.network/tcp/30334/p2p/16Uiu2HAmVUHZ3Yimoh4fBbFqAb3AC4QR1cyo8bUF4qyi8eiUjpVP \

–sync-header-batch-size 100 \

–enable-relayer \

–relayer-v2-listening-contracts 0x557c5cE22F877d975C2cB13D0a961a182d740fD5 \

–relayer-da-deploy-height 4867877 \

–relayer-log-page-size 2000

thanks!

I find out, my vps node problem is Fuel-core tasks unexpect stopped.