Error: Cannot find canister id. Please issue ‘dfx canister create dbank’.
I cant seem to get the cannister id to add in candid ui
Error: Cannot find canister id. Please issue ‘dfx canister create dbank’.
I cant seem to get the cannister id to add in candid ui
The error message is clear - the canister does not exist. Did you maybe target the wrong network and want to do dfx canister id dbank --network ic
?