Error: Provider error: Response errors; not enough resources to fit the target

Hey @Zabdieluti! Just a quick glance it seems like you have enough base asset to carry out the transaction but we are deprecating beta-3 very soon. See the announcement here.

Can you try the following commands instead for beta-4:

forc deploy --testnet

or

forc deploy --node-url https://beta-4.fuel.network/graphql --gas-price 1 --gas-limit 1000000

Make sure to get some beta-4 testnet ETH here first. Keep in mind there are some breaking changes from beta-3 to beta-4.

Do you mind posting your contract code and run fuelup show so I have more information on what is wrong with your deployment. Hope this helps :pray: