Server returned 404 Not Found

while deploying the contract I am getting this error error: provider: Server returned 404 Not Found:

forc 0.55.0
fuel-core 0.22.4

I try to deploy the contract on local net and testnet with following commands.

forc deploy --unsigned
forc deploy --testnet

Hey @chappie1998! I can see that you’re using a custom toolchain to use forc v0.55.0, the official beta-5 toolchain on supports forc up to v0.49.3.

The problem you’re facing is simply because the testnet release is not ready yet and theres a version mismatch. On top of that there is no faucet for the devnet so you wouldn’t have any ETH to deploy with.

Good news is that all of these things are coming very soon in the next couple of weeks. i.e. The PR here:

As always appreciate your patience and you being here @chappie1998! :slight_smile:

I am using a custom toolchain and a new version because there are some features I need that are only available in the latest version. But I am also not able to deploy on the local net. What could be the issue?

Hey @chappie1998 sorry to hear that. This is just the fact that the toolchain has not updated everything to a stable version yet where everything works together. We’re going to make a announcement in the builders discord when this is released. It is coming VERY soon.

1 Like