Dfx deploy –network ic ➡️Canister x trapped: unreachable

I successfully deployed to the ic a couple of weeks ago and am now trying to deploy again with updated backend (Rust) and front-end (vue.js) code.
I have tried variations of the command line call including:

dfx deploy --network ic
dfx canister --network ic install --all
dfx deploy --network ic --with-cycles 1000000000000
dfx canister --network ic install --mode=reinstall rust_simplifire

Hey, what’s the result of the dfx status command ?