I am trying to create SNS for my dapp, and when I use sns-testing repo and run dfx sns propose --network local --test-neuron-proposer sns_init.yaml command I get following error.
Error: Failed update call.
Caused by: The replica returned a rejection error: reject code DestinationInvalid, reject message Canister rrkah-fqaaa-aaaaa-aaaaq-cai not found, error code Some("IC0301")
Using identity: "plaintext-identity".
Error: Err(Failed calling the canister
Caused by:
dfx command exited unsuccessfully. Output { status: ExitStatus(unix_wait_status(65280)), stdout: "", stderr: "" })
despite being I already add the nns as co-controller using following commands
dfx canister update-settings be2us-64aaa-aaaaa-qaabq-cai --add-controller rrkah-fqaaa-aaaaa-aaaaq-cai
dfx canister update-settings be2us-64aaa-aaaaa-qaabq-cai --add-controller r7inp-6aaaa-aaaaa-aaabq-cai
I added both “nns-root” and “nns-governance” as co-controller.
Still I am unable to create SNS of my dapp. Also I can’t any guide or Doc to create SNS, it will be appreciable if someone provide sone resource.