You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
But this also fails and gives the following error:
Unable to determine controllers of CANISTER_ID based on output of dfx:
I can confirm that by rolling the DFX version back to 0.17.0, this error does not happen and the command works successfully. (The first command with the --network issue fails still)
Meta
dfx --version:
0.19.0
The text was updated successfully, but these errors were encountered:
At the third stage of the SNS launch from the documentation, the dapp developer is required to run the following command:
dfx sns propose --network ic --neuron ID sns_init.yaml
However, this fails because the --network is not supported. Another command to run is:
$(dfx cache show)/sns propose --network=ic --neuron-id=ID sns_init.yaml
But this also fails and gives the following error:
I can confirm that by rolling the DFX version back to
0.17.0
, this error does not happen and the command works successfully. (The first command with the--network
issue fails still)Meta
dfx --version
:The text was updated successfully, but these errors were encountered: